mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 11:33:43 +00:00
[CMAKE]
- Improve some dlls. - Fix cmd and stlport. - Add libgcc as a C standard lib. svn path=/branches/cmake-bringup/; revision=49056
This commit is contained in:
parent
db37322eb6
commit
da7764cd5c
15 changed files with 48 additions and 85 deletions
2
lib/3rdparty/stlport/CMakeLists.txt
vendored
2
lib/3rdparty/stlport/CMakeLists.txt
vendored
|
@ -4,7 +4,7 @@
|
|||
|
||||
add_definitions(-D_STLP_USE_EXCEPTIONS)
|
||||
|
||||
include_directories(BEFORE ./stlport)
|
||||
include_directories(BEFORE stlport)
|
||||
|
||||
list(APPEND SOURCE
|
||||
src/allocators.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue