- 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:
Amine Khaldi 2010-11-06 11:31:38 +00:00
parent 351689996d
commit 1c18b9b723
4 changed files with 20 additions and 3 deletions

View file

@ -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)