X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fsystem%2Frundll32%2FCMakeLists.txt;h=f5454e537d4a65555e650b8df218e9d53e5a0890;hp=bb43fc1b9c5e3698403f067adcff088ba85a7ced;hb=3d2c0a805bad287bfdbb625577f95a7a14455552;hpb=3793b7fdf1b1b8c5daf92546839ac3070344b66d diff --git a/base/system/rundll32/CMakeLists.txt b/base/system/rundll32/CMakeLists.txt index bb43fc1b9c5..f5454e537d4 100644 --- a/base/system/rundll32/CMakeLists.txt +++ b/base/system/rundll32/CMakeLists.txt @@ -1,10 +1,9 @@ -set_unicode() include_directories(.) set_rc_compiler() add_executable(rundll32 rundll32.c rundll32.rc) -set_module_type(rundll32 win32gui) +set_module_type(rundll32 win32gui UNICODE) add_importlibs(rundll32 user32 msvcrt kernel32 ntdll) -add_cab_target(rundll32 1) +add_cd_file(TARGET rundll32 DESTINATION reactos/system32 FOR all)