mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[CRT TEST]
for now disable the static test, it needs some fixes first svn path=/trunk/; revision=56364
This commit is contained in:
parent
005d1d2a0c
commit
a791cb5f36
1 changed files with 5 additions and 5 deletions
|
@ -1370,11 +1370,11 @@ elseif (ARCH MATCHES amd64)
|
|||
)
|
||||
endif()
|
||||
|
||||
add_executable(static_crt_apitest testlist.c ${SOURCE_MSVCRT})
|
||||
target_link_libraries(static_crt_apitest wine ${PSEH_LIB} crt msvcrtex wine)
|
||||
set_module_type(static_crt_apitest win32cui)
|
||||
add_importlibs(static_crt_apitest kernel32)
|
||||
add_cd_file(TARGET static_crt_apitest DESTINATION reactos/bin FOR all)
|
||||
#add_executable(static_crt_apitest testlist.c ${SOURCE_MSVCRT})
|
||||
#target_link_libraries(static_crt_apitest wine ${PSEH_LIB} crt msvcrtex wine)
|
||||
#set_module_type(static_crt_apitest win32cui)
|
||||
#add_importlibs(static_crt_apitest kernel32)
|
||||
#add_cd_file(TARGET static_crt_apitest DESTINATION reactos/bin FOR all)
|
||||
|
||||
add_executable(msvcrt_crt_apitest testlist.c ${SOURCE_MSVCRT})
|
||||
add_target_compile_definitions(msvcrt_crt_apitest _DLL __USE_CRTIMP)
|
||||
|
|
Loading…
Reference in a new issue