summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorKarl Schultz <karl.w.schultz@gmail.com>2009-01-15 11:32:47 -0700
committerBrian Paul <brianp@vmware.com>2009-01-15 11:32:47 -0700
commita740858fc0136fa035c222dda278f49b815eb817 (patch)
treec10920bce57933fdd8c64f7100e52ad868714c03 /windows
parente7c988d065d3a86bb231c92dada569825105dee9 (diff)
windows: updated VC8 project file
Diffstat (limited to 'windows')
-rw-r--r--windows/VC8/mesa/mesa/mesa.vcproj19
1 files changed, 18 insertions, 1 deletions
diff --git a/windows/VC8/mesa/mesa/mesa.vcproj b/windows/VC8/mesa/mesa/mesa.vcproj
index 13029af143..d67cbfe625 100644
--- a/windows/VC8/mesa/mesa/mesa.vcproj
+++ b/windows/VC8/mesa/mesa/mesa.vcproj
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8,00"
+ Version="8.00"
Name="mesa"
ProjectGUID="{2120C974-2717-4709-B44F-D6E6D0A56448}"
RootNamespace="mesa"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -347,6 +348,22 @@
<File
RelativePath="..\..\..\..\src\mesa\glapi\glapi_getproc.c"
>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\..\..\..\src\mesa\glapi\glthread.c"