mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
* Addendum to r58141.
svn path=/trunk/; revision=58142
This commit is contained in:
parent
8ca80bb2cb
commit
482bde30b5
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@ list(APPEND SOURCE
|
|||
testlist.c)
|
||||
|
||||
if(ARCH STREQUAL "i386")
|
||||
list(APPEND SOURCE i386/ZwContinue.S)
|
||||
add_asm_files(ntdll_apitest_asm i386/ZwContinue.S)
|
||||
endif()
|
||||
|
||||
add_executable(ntdll_apitest ${SOURCE})
|
||||
add_executable(ntdll_apitest ${SOURCE} ${ntdll_apitest_asm})
|
||||
target_link_libraries(ntdll_apitest wine ${PSEH_LIB})
|
||||
set_module_type(ntdll_apitest win32cui)
|
||||
add_importlibs(ntdll_apitest msvcrt advapi32 kernel32 ntdll)
|
||||
|
|
Loading…
Reference in a new issue