mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 21:48:10 +00:00
[OSK] Don't use a PCH for one source file.
svn path=/trunk/; revision=65951
This commit is contained in:
parent
0533a6dcc7
commit
17acb5b51b
1 changed files with 1 additions and 6 deletions
|
@ -1,10 +1,5 @@
|
||||||
|
|
||||||
list(APPEND SOURCE
|
add_executable(osk main.c rsrc.rc)
|
||||||
main.c
|
|
||||||
osk.h)
|
|
||||||
|
|
||||||
add_executable(osk ${SOURCE} rsrc.rc)
|
|
||||||
set_module_type(osk win32gui UNICODE)
|
set_module_type(osk win32gui UNICODE)
|
||||||
add_importlibs(osk comdlg32 shell32 user32 gdi32 advapi32 comctl32 msvcrt kernel32)
|
add_importlibs(osk comdlg32 shell32 user32 gdi32 advapi32 comctl32 msvcrt kernel32)
|
||||||
add_pch(osk osk.h SOURCE)
|
|
||||||
add_cd_file(TARGET osk DESTINATION reactos/system32 FOR all)
|
add_cd_file(TARGET osk DESTINATION reactos/system32 FOR all)
|
||||||
|
|
Loading…
Reference in a new issue