Sync with trunk r58033.
[reactos.git] / base / applications / cmdutils / more / CMakeLists.txt
index 251d0fc..f3d49ef 100644 (file)
@@ -1,8 +1,5 @@
 
-set_rc_compiler()
-
 add_executable(more more.c more.rc)
-
 set_module_type(more win32cui)
 add_importlibs(more user32 msvcrt kernel32)
 add_cd_file(TARGET more DESTINATION reactos/system32 FOR all)