Fix glew_static so that it doesn't need glew installed; and add a no_asio debug build type to portaudio.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2462 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2010-01-21 10:30:47 +00:00
parent a8c2941901
commit 8e05db2c36
3 changed files with 352 additions and 1044 deletions

View File

@ -38,6 +38,7 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;$(SvnRootDir)\3rdparty\&quot;"
PreprocessorDefinitions="GLEW_STATIC" PreprocessorDefinitions="GLEW_STATIC"
/> />
<Tool <Tool
@ -92,6 +93,7 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;$(SvnRootDir)\3rdparty\&quot;"
PreprocessorDefinitions="GLEW_STATIC" PreprocessorDefinitions="GLEW_STATIC"
WarningLevel="3" WarningLevel="3"
/> />
@ -147,6 +149,7 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;$(SvnRootDir)\3rdparty\&quot;"
PreprocessorDefinitions="GLEW_STATIC" PreprocessorDefinitions="GLEW_STATIC"
WarningLevel="3" WarningLevel="3"
/> />

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="ProjectRootDir"
>
<UserMacro
Name="ProjectRootDir"
Value="$(ProjectDir)\..\.."
/>
<UserMacro
Name="SvnRootDir"
Value="$(ProjectRootDir)\..\.."
/>
</VisualStudioPropertySheet>

File diff suppressed because it is too large Load Diff