diff options
author | marha <marha@users.sourceforge.net> | 2009-10-11 13:19:56 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-10-11 13:19:56 +0000 |
commit | cf59c83171bfea3c7e88b8e70e3800150a97af41 (patch) | |
tree | e5104afe1726a9274af040e0c8b5f6170133b4cd /mesalib/windows/VC8/mesa/glu | |
parent | d6a7362183b858e5a9677b763b348fb13b9eac63 (diff) | |
download | vcxsrv-cf59c83171bfea3c7e88b8e70e3800150a97af41.tar.gz vcxsrv-cf59c83171bfea3c7e88b8e70e3800150a97af41.tar.bz2 vcxsrv-cf59c83171bfea3c7e88b8e70e3800150a97af41.zip |
Added swrast_dri.vcproj
All configurations are compiling now.
Diffstat (limited to 'mesalib/windows/VC8/mesa/glu')
-rw-r--r-- | mesalib/windows/VC8/mesa/glu/glu.vcproj | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/mesalib/windows/VC8/mesa/glu/glu.vcproj b/mesalib/windows/VC8/mesa/glu/glu.vcproj index 397e4301b..8cf138dc5 100644 --- a/mesalib/windows/VC8/mesa/glu/glu.vcproj +++ b/mesalib/windows/VC8/mesa/glu/glu.vcproj @@ -47,7 +47,9 @@ />
<Tool
Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
+ InlineFunctionExpansion="2"
+ OmitFramePointers="true"
+ WholeProgramOptimization="true"
AdditionalIncludeDirectories="../../../../include;../../../../src/glu/sgi/include;../../../../src/glu/sgi/libnurbs/interface;../../../../src/glu/sgi/libnurbs/internals;../../../../src/glu/sgi/libnurbs/nurbtess"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GLU_EXPORTS;BUILD_GLU32;LIBRARYBUILD;_CRT_SECURE_NO_DEPRECATE"
StringPooling="true"
@@ -76,6 +78,7 @@ AdditionalLibraryDirectories="$(TargetDir)"
ModuleDefinitionFile="..\..\..\..\src\glu\sgi\glu.def"
ProgramDatabaseFile="$(TargetDir)GLU32.pdb"
+ LinkTimeCodeGeneration="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
/>
@@ -310,12 +313,17 @@ />
<Tool
Name="VCCLCompilerTool"
- InlineFunctionExpansion="1"
+ InlineFunctionExpansion="2"
+ OmitFramePointers="true"
+ WholeProgramOptimization="true"
AdditionalIncludeDirectories="../../../../include;../../../../src/glu/sgi/include;../../../../src/glu/sgi/libnurbs/interface;../../../../src/glu/sgi/libnurbs/internals;../../../../src/glu/sgi/libnurbs/nurbtess"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GLU_EXPORTS;BUILD_GLU32;LIBRARYBUILD;_CRT_SECURE_NO_DEPRECATE"
StringPooling="true"
+ ExceptionHandling="0"
RuntimeLibrary="0"
+ BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="2"
WarningLevel="3"
SuppressStartupBanner="true"
/>
@@ -339,6 +347,7 @@ AdditionalLibraryDirectories="$(TargetDir)"
ModuleDefinitionFile="..\..\..\..\src\glu\sgi\glu.def"
ProgramDatabaseFile="$(TargetDir)GLU32.pdb"
+ LinkTimeCodeGeneration="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
/>
|