mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[CPPRT]
- Apply VS asm file hack. Spotted by Dominik Hornung svn path=/trunk/; revision=59293
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
|
||||
set_cpp(WITH_EXCEPTIONS)
|
||||
|
||||
add_library(cpprt ehvec.cpp typeinfo.cpp i386/cpprt.s)
|
||||
list(APPEND SOURCE
|
||||
ehvec.cpp
|
||||
typeinfo.cpp)
|
||||
|
||||
add_asm_files(cpprt_asm i386/cpprt.s)
|
||||
add_library(cpprt ${SOURCE} ${cpprt_asm})
|
||||
|
||||
Reference in New Issue
Block a user