mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
11 lines
No EOL
211 B
CMake
11 lines
No EOL
211 B
CMake
add_definitions(-D_DLL -D__USE_CRTIMP)
|
|
|
|
set_unicode()
|
|
|
|
add_executable(bootok bootok.c bootok.rc)
|
|
|
|
set_module_type(bootok win32cui)
|
|
|
|
add_importlibs(bootok advapi32 msvcrt kernel32 ntdll)
|
|
|
|
add_cab_target(bootok 1) |