mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:36:21 +00:00
[VGAFONTEDIT]
[IMAGESOFT] [GREEN] Bring up PCH support. svn path=/trunk/; revision=62198
This commit is contained in:
parent
4457a45d2f
commit
484e8c8db2
3 changed files with 5 additions and 4 deletions
|
@ -10,7 +10,7 @@ list(APPEND SOURCE
|
|||
opensave.c
|
||||
vgafontedit.rc)
|
||||
|
||||
add_pch(vgafontedit precomp.h)
|
||||
add_pch(vgafontedit precomp.h SOURCE)
|
||||
add_executable(vgafontedit ${SOURCE})
|
||||
set_module_type(vgafontedit win32gui UNICODE)
|
||||
add_importlibs(vgafontedit user32 gdi32 comdlg32 msvcrt kernel32)
|
||||
|
|
|
@ -15,7 +15,7 @@ list(APPEND SOURCE
|
|||
tooldock.c
|
||||
imagesoft.rc)
|
||||
|
||||
add_pch(imagesoft precomp.h)
|
||||
add_pch(imagesoft precomp.h SOURCE)
|
||||
add_executable(imagesoft ${SOURCE})
|
||||
set_module_type(imagesoft win32gui UNICODE)
|
||||
add_importlibs(imagesoft gdi32 user32 advapi32 version comctl32 shell32 comdlg32 msvcrt kernel32)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
add_library(green SHARED
|
||||
list(APPEND SOURCE
|
||||
createclose.c
|
||||
dispatch.c
|
||||
green.c
|
||||
|
@ -10,7 +10,8 @@ add_library(green SHARED
|
|||
screen.c
|
||||
green.rc)
|
||||
|
||||
add_pch(green green.h)
|
||||
add_library(green SHARED ${SOURCE})
|
||||
add_pch(green green.h SOURCE)
|
||||
set_module_type(green kernelmodedriver)
|
||||
add_importlibs(green ntoskrnl hal)
|
||||
add_cd_file(TARGET green DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue