mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
44fe04c85c
INI files for setting parameters? Lets get to the past Win 3.11 standards and make a configure dialog for that which reads and writes the stuff to the registry. svn path=/trunk/; revision=67833
9 lines
306 B
CMake
9 lines
306 B
CMake
|
|
add_executable(mazescr maze.c maze.rc)
|
|
|
|
set_module_type(mazescr win32gui UNICODE)
|
|
set_target_properties(mazescr PROPERTIES SUFFIX ".scr")
|
|
target_link_libraries(mazescr scrnsave)
|
|
add_importlibs(mazescr user32 gdi32 advapi32 msvcrt kernel32)
|
|
add_cd_file(TARGET mazescr DESTINATION reactos/system32 FOR all)
|