diff options
author | marha <marha@users.sourceforge.net> | 2010-04-12 07:48:10 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-04-12 07:48:10 +0000 |
commit | 3200d6ff03510274923eb148659cf4d65fa6c1d6 (patch) | |
tree | 1a7e8c05e146152ceef0d1c0dc0571ee08d8bbcf /mesalib/windows | |
parent | 7933658107276f9d5491f8736a743cf8f8bbd5f2 (diff) | |
download | vcxsrv-3200d6ff03510274923eb148659cf4d65fa6c1d6.tar.gz vcxsrv-3200d6ff03510274923eb148659cf4d65fa6c1d6.tar.bz2 vcxsrv-3200d6ff03510274923eb148659cf4d65fa6c1d6.zip |
Forgotton in previous commit
Diffstat (limited to 'mesalib/windows')
-rw-r--r-- | mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcproj | 305 |
1 files changed, 305 insertions, 0 deletions
diff --git a/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcproj b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcproj new file mode 100644 index 000000000..6e9aef2e1 --- /dev/null +++ b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcproj @@ -0,0 +1,305 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="glsl_apps_compile"
+ ProjectGUID="{98AB3D51-1820-4D14-9195-75FCA6997784}"
+ RootNamespace="glsl_apps_compile"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\compile.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy "$(OutDir)\compile.exe" ..\..\..\..\src\glsl\apps"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\compile.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy "$(OutDir)\compile.exe" ..\..\..\..\src\glsl\apps"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\..\..\src\glsl\apps\compile.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\cl\sl_cl_parse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_define.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_dict.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_error.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_expression.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_extension.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_if.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_line.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_macro.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_pragma.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_process.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_purify.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_token.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_token.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_token_util.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_version.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\..\..\src\glsl\cl\sl_cl_parse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_dict.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_expression.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_macro.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_process.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_public.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_purify.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glsl\pp\sl_pp_token_util.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|