[Freeswitch-svn] [commit] r11598 - freeswitch/trunk/libs/win32/libg722_1

FreeSWITCH SVN mikej at freeswitch.org
Mon Feb 2 09:11:33 PST 2009


Author: mikej
Date: Mon Feb  2 11:11:33 2009
New Revision: 11598

Log:
fix windows build

Modified:
   freeswitch/trunk/libs/win32/libg722_1/libg722_1.vcproj

Modified: freeswitch/trunk/libs/win32/libg722_1/libg722_1.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/libg722_1/libg722_1.vcproj	(original)
+++ freeswitch/trunk/libs/win32/libg722_1/libg722_1.vcproj	Mon Feb  2 11:11:33 2009
@@ -41,7 +41,7 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories="&quot;$(InputDir)..\..\libg722_1\src\msvc\&quot;"
+				AdditionalIncludeDirectories="&quot;$(InputDir)..\..\libg722_1\src\msvc\&quot;;&quot;$(InputDir)..\..\libg722_1\src\generated\&quot;"
 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBG722_1_EXPORTS"
 				MinimalRebuild="true"
 				BasicRuntimeChecks="3"
@@ -106,7 +106,7 @@
 				Name="VCCLCompilerTool"
 				Optimization="2"
 				EnableIntrinsicFunctions="true"
-				AdditionalIncludeDirectories="&quot;$(InputDir)..\..\libg722_1\src\msvc\&quot;"
+				AdditionalIncludeDirectories="&quot;$(InputDir)..\..\libg722_1\src\msvc\&quot;;&quot;$(InputDir)..\..\libg722_1\src\generated\&quot;"
 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBG722_1_EXPORTS"
 				RuntimeLibrary="2"
 				EnableFunctionLevelLinking="true"



More information about the Freeswitch-svn mailing list