windows: updated VC8 project file

This commit is contained in:
Karl Schultz 2009-01-15 11:32:47 -07:00 committed by Brian Paul
parent e7c988d065
commit a740858fc0
1 changed files with 18 additions and 1 deletions

View File

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?> <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="8,00" Version="8.00"
Name="mesa" Name="mesa"
ProjectGUID="{2120C974-2717-4709-B44F-D6E6D0A56448}" ProjectGUID="{2120C974-2717-4709-B44F-D6E6D0A56448}"
RootNamespace="mesa" RootNamespace="mesa"
TargetFrameworkVersion="131072"
> >
<Platforms> <Platforms>
<Platform <Platform
@ -347,6 +348,22 @@
<File <File
RelativePath="..\..\..\..\src\mesa\glapi\glapi_getproc.c" 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>
<File <File
RelativePath="..\..\..\..\src\mesa\glapi\glthread.c" RelativePath="..\..\..\..\src\mesa\glapi\glthread.c"