mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:41:57 +00:00
[CMAKE]
- Use stlport specific includes only for c++ source files - remove linking to ntdll, kernel32 and oldnames for mingw_common svn path=/branches/cmake-bringup/; revision=49050
This commit is contained in:
parent
27267a3cab
commit
e20a0a30ee
4 changed files with 7 additions and 4 deletions
2
lib/3rdparty/stlport/CMakeLists.txt
vendored
2
lib/3rdparty/stlport/CMakeLists.txt
vendored
|
@ -4,6 +4,8 @@
|
|||
|
||||
add_definitions(-D_STLP_USE_EXCEPTIONS)
|
||||
|
||||
include_directories(BEFORE ./stlport)
|
||||
|
||||
list(APPEND SOURCE
|
||||
src/allocators.cpp
|
||||
src/bitset.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue