mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 04:37:15 +00:00
[WIN32NT_APITEST]
2nd try to fix WHS rostests build svn path=/trunk/; revision=70460
This commit is contained in:
parent
96071c690b
commit
25b8fe488d
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
add_definitions(-D_DLL -D__USE_CRTIMP)
|
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||||
include_directories(${REACTOS_SOURCE_DIR}/win32ss/include ${REACTOS_SOURCE_DIR}/win32ss/include/psdk ../gditools)
|
include_directories(${REACTOS_SOURCE_DIR}/win32ss/include ../gditools)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
ntdd/NtGdiDdCreateDirectDrawObject.c
|
ntdd/NtGdiDdCreateDirectDrawObject.c
|
||||||
|
@ -76,4 +76,5 @@ add_importlibs(win32knt_apitest
|
||||||
kernel32
|
kernel32
|
||||||
ntdll)
|
ntdll)
|
||||||
|
|
||||||
|
add_dependencies(win32knt_apitest xdk)
|
||||||
add_cd_file(TARGET win32knt_apitest DESTINATION reactos/bin FOR all)
|
add_cd_file(TARGET win32knt_apitest DESTINATION reactos/bin FOR all)
|
||||||
|
|
Loading…
Reference in a new issue