[Freeswitch-svn] [commit] r10068 - freeswitch/trunk/libs/win32/mpg123
Freeswitch SVN
mikej at freeswitch.org
Sun Oct 19 18:44:48 EDT 2008
Author: mikej
Date: Sun Oct 19 18:44:47 2008
New Revision: 10068
Modified:
freeswitch/trunk/libs/win32/mpg123/libmpg123.2008.vcproj
Log:
tweak, almost building libmpg123 on windows now
Modified: freeswitch/trunk/libs/win32/mpg123/libmpg123.2008.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/mpg123/libmpg123.2008.vcproj (original)
+++ freeswitch/trunk/libs/win32/mpg123/libmpg123.2008.vcproj Sun Oct 19 18:44:47 2008
@@ -42,7 +42,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="src;"$(ProjectDir)libmpg123""
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;OPT_GENERIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -112,7 +112,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="src;"$(ProjectDir)libmpg123""
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;OPT_GENERIC"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="4"
More information about the Freeswitch-svn
mailing list