mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
10 lines
173 B
Text
10 lines
173 B
Text
|
|
||
|
set_unicode()
|
||
|
|
||
|
add_executable(spoolsv spoolsv.c spoolsv.rc)
|
||
|
|
||
|
target_link_libraries(spoolsv wine)
|
||
|
|
||
|
set_module_type(spoolsv win32cui)
|
||
|
add_importlibs(spoolsv advapi32 msvcrt)
|