mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
9 lines
139 B
Text
9 lines
139 B
Text
|
add_executable(more
|
||
|
more.c
|
||
|
more.rc)
|
||
|
|
||
|
set_module_type(more win32cui)
|
||
|
|
||
|
set_unicode(more no)
|
||
|
|
||
|
add_importlibs(more ntdll user32 msvcrt)
|