mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00

Revert incorrect auto import change and use proper definitions instead. svn path=/branches/cmake-bringup/; revision=49476
10 lines
No EOL
205 B
CMake
10 lines
No EOL
205 B
CMake
add_definitions(-D_DLL -D__USE_CRTIMP)
|
|
|
|
set_unicode()
|
|
|
|
add_executable(route route.c route.rc)
|
|
|
|
set_module_type(route win32cui)
|
|
add_importlibs(route ws2_32 iphlpapi msvcrt kernel32)
|
|
|
|
add_cab_target(route 1) |