Add a whole bunch of WITH_* flags to PREDEFINED, this includes a large chunk of code that wasn't getting added before. Most of the warnings have been fixed now other than a few extra that have cropped up due to the ifdef'd code being included. Thanks to jfs for spotting the fix.

Originally committed to SVN as r3346.
This commit is contained in:
Amar Takhar 2009-08-01 03:10:56 +00:00
parent a5a8665859
commit 45f7b8b8a2
1 changed files with 23 additions and 1 deletions

View File

@ -215,7 +215,29 @@ EXPAND_ONLY_PREDEF = YES
SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED =
PREDEFINED =
PREDEFINED += \
WITH_PORTAUDIO \
WITH_ALSA \
WITH_AUTO4_LUA \
WITH_AUTOMATION \
WITH_AVISYNTH \
WITH_CSRI \
WITH_DIRECTSOUND \
WITH_FFMPEGSOURCE \
WITH_FONTCONFIG \
WITH_FREETYPE2 \
WITH_HUNSPELL \
WITH_LIBASS \
WITH_OLD_HUNSPELL \
WITH_OPENAL \
WITH_PORTAUDIO \
WITH_PORTAUDIO2 \
WITH_PULSEAUDIO \
WITH_QUICKTIME \
WITH_STARTUPLOG \
WITH_UNIVCHARDET
PREDEFINED += WXUNUSED(x)=
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES