2010-10-03 22:26:21 +00:00
|
|
|
|
|
|
|
set_unicode()
|
|
|
|
|
|
|
|
add_executable(kbswitch kbswitch.c kbswitch.rc)
|
|
|
|
|
|
|
|
set_module_type(kbswitch win32gui)
|
2010-10-08 22:26:41 +00:00
|
|
|
add_importlibs(kbswitch advapi32 user32 shell32 gdi32 msvcrt kernel32)
|
2010-10-03 22:26:21 +00:00
|
|
|
|
|
|
|
add_subdirectory(kbsdll)
|