mirror of
https://github.com/reactos/reactos.git
synced 2025-08-08 16:03:27 +00:00
[CMAKE]
- Add a preprocessed definition file for acledit. - Add the pdef2def macro. - Include wpp into build, widl links to it. - Fix libmpg123. svn path=/branches/cmake-bringup/; revision=49509
This commit is contained in:
parent
351689996d
commit
1c18b9b723
4 changed files with 20 additions and 3 deletions
3
lib/3rdparty/libmpg123/CMakeLists.txt
vendored
3
lib/3rdparty/libmpg123/CMakeLists.txt
vendored
|
@ -7,7 +7,8 @@ add_definitions(
|
|||
-DEOVERFLOW=75
|
||||
-Dlseek=_lseek
|
||||
-Dread=_read
|
||||
-Dstrdup=_strdup)
|
||||
-Dstrdup=_strdup
|
||||
-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/include/reactos/libs/libmpg123)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue