mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[ROSAPPS]
After r67555 regexpl builds fine on MSVC. So reactivate it. Thx goes to ThFabba svn path=/trunk/; revision=67559
This commit is contained in:
parent
ded00cc5f0
commit
ba0887eb81
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ add_subdirectory(logevent)
|
|||
add_subdirectory(lsdd)
|
||||
add_subdirectory(man)
|
||||
add_subdirectory(pedump)
|
||||
#add_subdirectory(regexpl)
|
||||
add_subdirectory(regexpl)
|
||||
add_subdirectory(rosddt)
|
||||
add_subdirectory(screenshot)
|
||||
add_subdirectory(systeminfo)
|
||||
|
|
|
@ -32,5 +32,5 @@ list(APPEND SOURCE
|
|||
|
||||
add_executable(regexpl ${SOURCE} regexpl.rc)
|
||||
set_module_type(regexpl win32cui)
|
||||
add_importlibs(regexpl user32 advapi32 msvcrt kernel32)
|
||||
add_importlibs(regexpl user32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET regexpl DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue