[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:
Daniel Reimer 2015-05-05 17:02:28 +00:00
parent ded00cc5f0
commit ba0887eb81
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)