[MSIEXEC] Sync with Wine Staging 2.16. CORE-13762
[reactos.git] / base / system / rundll32 / CMakeLists.txt
index f5454e5..9eef981 100644 (file)
@@ -1,9 +1,5 @@
 
-include_directories(.)
-set_rc_compiler()
-
 add_executable(rundll32 rundll32.c rundll32.rc)
-
 set_module_type(rundll32 win32gui UNICODE)
 add_importlibs(rundll32 user32 msvcrt kernel32 ntdll)
 add_cd_file(TARGET rundll32 DESTINATION reactos/system32 FOR all)