blob: a95ec88793a6b937df92d3a74db23b57711e4c6f [file] [log] [blame]
John Kessenich9fd55bd2012-12-13 00:05:26 +00001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectName>glslang</ProjectName>
15 <ProjectGuid>{3B146CC5-B2B8-4573-9D46-6139E2EDFEA3}</ProjectGuid>
16 </PropertyGroup>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
John Kessenichece0d0c2012-12-13 00:09:49 +000019 <ConfigurationType>StaticLibrary</ConfigurationType>
John Kessenich9fd55bd2012-12-13 00:05:26 +000020 <UseOfMfc>false</UseOfMfc>
21 <CharacterSet>MultiByte</CharacterSet>
John Kessenichefb2b7d2014-01-23 00:35:24 +000022 <PlatformToolset>v110_xp</PlatformToolset>
John Kessenich9fd55bd2012-12-13 00:05:26 +000023 </PropertyGroup>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
John Kessenichece0d0c2012-12-13 00:09:49 +000025 <ConfigurationType>StaticLibrary</ConfigurationType>
John Kessenich9fd55bd2012-12-13 00:05:26 +000026 <CharacterSet>MultiByte</CharacterSet>
John Kessenichefb2b7d2014-01-23 00:35:24 +000027 <PlatformToolset>v110_xp</PlatformToolset>
John Kessenich9fd55bd2012-12-13 00:05:26 +000028 </PropertyGroup>
29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30 <ImportGroup Label="ExtensionSettings">
31 </ImportGroup>
32 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34 </ImportGroup>
35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 </ImportGroup>
38 <PropertyGroup Label="UserMacros" />
39 <PropertyGroup>
40 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
41 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">glslang\UserM_Debug\</OutDir>
42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">glslang\UserM_Debug\</IntDir>
43 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
John Kessenichece0d0c2012-12-13 00:09:49 +000044 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">glslang\UserM_Release\</OutDir>
45 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">glslang\UserM_Release\</IntDir>
John Kessenich9fd55bd2012-12-13 00:05:26 +000046 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
John Kessenichece0d0c2012-12-13 00:09:49 +000047 <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PostBuildEventUseInBuild>
48 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt>
49 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt>
50 <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</PostBuildEventUseInBuild>
John Kessenich9fd55bd2012-12-13 00:05:26 +000051 </PropertyGroup>
52 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
53 <ClCompile>
54 <Optimization>Disabled</Optimization>
55 <AdditionalIncludeDirectories>glslang;glslang\MachineIndependent;glslang\OSDependent\Windows;OGLCompilersDLL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
John Kessenichece0d0c2012-12-13 00:09:49 +000056 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
John Kessenich9fd55bd2012-12-13 00:05:26 +000057 <MinimalRebuild>false</MinimalRebuild>
58 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
John Kessenich9fd55bd2012-12-13 00:05:26 +000059 <PrecompiledHeaderOutputFile>
60 </PrecompiledHeaderOutputFile>
61 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
62 <ObjectFileName>$(IntDir)</ObjectFileName>
63 <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
64 <BrowseInformation>
65 </BrowseInformation>
66 <WarningLevel>Level3</WarningLevel>
67 <SuppressStartupBanner>true</SuppressStartupBanner>
68 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +000069 <CallingConvention>Cdecl</CallingConvention>
John Kessenich9fd55bd2012-12-13 00:05:26 +000070 <CompileAs>Default</CompileAs>
John Kessenich28b95b62014-01-22 23:23:19 +000071 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
John Kessenichece0d0c2012-12-13 00:09:49 +000072 <StringPooling>true</StringPooling>
John Kessenich9fd55bd2012-12-13 00:05:26 +000073 </ClCompile>
74 <Link>
75 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
76 <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
77 <SuppressStartupBanner>false</SuppressStartupBanner>
78 <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcd.lib;libcmt.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
79 <GenerateDebugInformation>true</GenerateDebugInformation>
80 <ProgramDatabaseFile>UserM_Debug/glslang.pdb</ProgramDatabaseFile>
81 <SubSystem>Console</SubSystem>
82 <ImportLibrary>UserM_Debug/generic/glslang.lib</ImportLibrary>
83 <OutputFile>$(IntDir)$(TargetName)$(TargetExt)</OutputFile>
84 </Link>
85 <Midl>
86 <TypeLibraryName>UserM_Debug/generic/glslang.tlb</TypeLibraryName>
87 </Midl>
88 <PostBuildEvent>
89 <Message>copy dll</Message>
90 <Command>del Test\$(TargetName)$(TargetExt)
91xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
92 </PostBuildEvent>
93 <ResourceCompile>
94 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95 <Culture>0x0809</Culture>
96 </ResourceCompile>
John Kessenich319de232013-12-04 04:43:40 +000097 <PreBuildEvent>
98 <Command>SubWCRev . glslang/Include/revision.template glslang/Include/revision.h -q</Command>
99 </PreBuildEvent>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000100 </ItemDefinitionGroup>
101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
102 <ClCompile>
103 <Optimization>MaxSpeed</Optimization>
104 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
105 <OmitFramePointers>true</OmitFramePointers>
106 <AdditionalIncludeDirectories>glslang;glslang\MachineIndependent;glslang\OSDependent\Windows;OGLCompilersDLL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
107 <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;_USRDLL;TEST_EXPORTS;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108 <StringPooling>true</StringPooling>
109 <MinimalRebuild>false</MinimalRebuild>
110 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
John Kessenich28b95b62014-01-22 23:23:19 +0000111 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000112 <BufferSecurityCheck>true</BufferSecurityCheck>
113 <FunctionLevelLinking>true</FunctionLevelLinking>
114 <PrecompiledHeaderOutputFile>
115 </PrecompiledHeaderOutputFile>
116 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
117 <ObjectFileName>UserM_Release/</ObjectFileName>
John Kessenichece0d0c2012-12-13 00:09:49 +0000118 <ProgramDataBaseFileName>
119 </ProgramDataBaseFileName>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000120 <BrowseInformation>
121 </BrowseInformation>
122 <WarningLevel>Level3</WarningLevel>
123 <SuppressStartupBanner>true</SuppressStartupBanner>
124 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +0000125 <CallingConvention>Cdecl</CallingConvention>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000126 <CompileAs>Default</CompileAs>
127 </ClCompile>
128 <Link>
129 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
130 <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
131 <OutputFile>UserM_Release/generic/glslang.dll</OutputFile>
132 <SuppressStartupBanner>true</SuppressStartupBanner>
133 <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcd.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
134 <GenerateDebugInformation>true</GenerateDebugInformation>
135 <ProgramDatabaseFile>UserM_Release/generic/glslang.pdb</ProgramDatabaseFile>
136 <SubSystem>Console</SubSystem>
137 <OptimizeReferences>true</OptimizeReferences>
138 <EnableCOMDATFolding>true</EnableCOMDATFolding>
139 <ImportLibrary>UserM_Release/generic/glslang.lib</ImportLibrary>
140 </Link>
141 <Midl>
142 <TypeLibraryName>UserM_Release/generic/glslang.tlb</TypeLibraryName>
143 </Midl>
144 <PostBuildEvent>
145 <Message>copy dll</Message>
John Kessenichece0d0c2012-12-13 00:09:49 +0000146 <Command>del Test\$(TargetName)$(TargetExt)
147xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000148 </PostBuildEvent>
149 <ResourceCompile>
150 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151 <Culture>0x0809</Culture>
152 </ResourceCompile>
John Kessenich319de232013-12-04 04:43:40 +0000153 <PreBuildEvent>
154 <Command>SubWCRev . glslang/Include/revision.template glslang/Include/revision.h -q</Command>
155 </PreBuildEvent>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000156 </ItemDefinitionGroup>
157 <ItemGroup>
John Kessenich53fb4652013-03-07 19:22:07 +0000158 <ClCompile Include="glslang\MachineIndependent\Constant.cpp" />
John Kessenich72133242013-07-08 19:39:16 +0000159 <ClCompile Include="glslang\MachineIndependent\glslang_tab.cpp">
160 <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4065</DisableSpecificWarnings>
John Kessenichfb4a0b62013-07-09 23:57:13 +0000161 <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4065</DisableSpecificWarnings>
John Kessenich72133242013-07-08 19:39:16 +0000162 </ClCompile>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000163 <ClCompile Include="glslang\MachineIndependent\InfoSink.cpp" />
164 <ClCompile Include="glslang\MachineIndependent\Initialize.cpp" />
John Kessenich27b72e42013-10-14 22:42:16 +0000165 <ClCompile Include="glslang\MachineIndependent\limits.cpp" />
John Kessenichfb57e7c2013-10-15 21:46:20 +0000166 <ClCompile Include="glslang\MachineIndependent\linkValidate.cpp" />
John Kessenich72133242013-07-08 19:39:16 +0000167 <ClCompile Include="glslang\MachineIndependent\preprocessor\Pp.cpp" />
168 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpAtom.cpp" />
169 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpMemory.cpp" />
170 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpScanner.cpp" />
171 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpContext.cpp" />
172 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpSymbols.cpp" />
173 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpTokens.cpp" />
John Kessenich11f9fc72013-11-07 01:06:34 +0000174 <ClCompile Include="glslang\MachineIndependent\reflection.cpp" />
John Kessenich41cf6b52013-06-25 18:10:05 +0000175 <ClCompile Include="glslang\MachineIndependent\Scan.cpp" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000176 <ClCompile Include="glslang\MachineIndependent\Versions.cpp" />
177 <ClCompile Include="OGLCompilersDLL\InitializeDll.cpp" />
178 <ClCompile Include="glslang\MachineIndependent\IntermTraverse.cpp" />
179 <ClCompile Include="glslang\MachineIndependent\Intermediate.cpp" />
180 <ClCompile Include="glslang\MachineIndependent\ParseHelper.cpp" />
181 <ClCompile Include="glslang\MachineIndependent\PoolAlloc.cpp" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000182 <ClCompile Include="glslang\MachineIndependent\RemoveTree.cpp" />
183 <ClCompile Include="glslang\MachineIndependent\ShaderLang.cpp" />
184 <ClCompile Include="glslang\MachineIndependent\SymbolTable.cpp" />
185 <ClCompile Include="glslang\MachineIndependent\intermOut.cpp" />
186 <ClCompile Include="glslang\MachineIndependent\parseConst.cpp" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000187 <ClCompile Include="glslang\OSDependent\Windows\main.cpp" />
188 <ClCompile Include="glslang\OSDependent\Windows\ossource.cpp" />
189 <ClCompile Include="glslang\OSDependent\Linux\ossource.cpp">
190 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
191 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
192 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
193 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
194 </ClCompile>
195 </ItemGroup>
196 <ItemGroup>
197 <ClInclude Include="glslang\MachineIndependent\glslang_tab.cpp.h" />
198 <ClInclude Include="glslang\MachineIndependent\Initialize.h" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000199 <ClInclude Include="glslang\MachineIndependent\ParseHelper.h" />
John Kessenich72133242013-07-08 19:39:16 +0000200 <ClInclude Include="glslang\MachineIndependent\preprocessor\PpContext.h" />
201 <ClInclude Include="glslang\MachineIndependent\preprocessor\PpTokens.h" />
John Kessenich11f9fc72013-11-07 01:06:34 +0000202 <ClInclude Include="glslang\MachineIndependent\reflection.h" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000203 <ClInclude Include="glslang\MachineIndependent\RemoveTree.h" />
204 <ClInclude Include="glslang\MachineIndependent\localintermediate.h" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000205 <ClInclude Include="glslang\Include\BaseTypes.h" />
206 <ClInclude Include="glslang\Include\Common.h" />
207 <ClInclude Include="glslang\Include\ConstantUnion.h" />
208 <ClInclude Include="glslang\Include\InfoSink.h" />
John Kessenich41cf6b52013-06-25 18:10:05 +0000209 <ClInclude Include="glslang\MachineIndependent\Scan.h" />
John Kessenich5f1a0b72013-07-06 19:54:21 +0000210 <ClInclude Include="glslang\MachineIndependent\ScanContext.h" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000211 <ClInclude Include="glslang\MachineIndependent\Versions.h" />
212 <ClInclude Include="OGLCompilersDLL\InitializeDll.h" />
213 <ClInclude Include="glslang\Include\InitializeGlobals.h" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000214 <ClInclude Include="glslang\Include\PoolAlloc.h" />
215 <ClInclude Include="glslang\Include\ResourceLimits.h" />
216 <ClInclude Include="glslang\Include\ShHandle.h" />
217 <ClInclude Include="glslang\MachineIndependent\SymbolTable.h" />
218 <ClInclude Include="glslang\Include\Types.h" />
219 <ClInclude Include="glslang\Include\intermediate.h" />
220 <ClInclude Include="glslang\MachineIndependent\unistd.h" />
221 <ClInclude Include="glslang\Public\ShaderLang.h" />
222 <ClInclude Include="glslang\OSDependent\Windows\osinclude.h" />
223 <ClInclude Include="glslang\OSDependent\Linux\osinclude.h" />
224 </ItemGroup>
225 <ItemGroup>
226 <CustomBuild Include="glslang\MachineIndependent\glslang.y">
227 <FileType>Document</FileType>
228 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Executing Bison on glslang.y</Message>
229 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
230SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
231cd %(RootDir)%(Directory)
John Kessenich53f3cc92013-08-01 18:04:50 +0000232%(RootDir)%(Directory)..\..\tools\bison.exe --defines=glslang_tab.cpp.h -t glslang.y -o glslang_tab.cpp</Command>
233 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(RootDir)%(Directory)%(Filename)_tab.cpp.h;%(RootDir)%(Directory)%(Filename)_tab.cpp</Outputs>
John Kessenicha067b582013-03-13 01:58:33 +0000234 <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Executing Bison on glslang.y</Message>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000235 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
236SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
237cd %(RootDir)%(Directory)
John Kessenich53f3cc92013-08-01 18:04:50 +0000238%(RootDir)%(Directory)..\..\tools\bison.exe --defines=glslang_tab.cpp.h -t glslang.y -o glslang_tab.cpp</Command>
239 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(RootDir)%(Directory)%(Filename)_tab.cpp.h;%(RootDir)%(Directory)%(Filename)_tab.cpp</Outputs>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000240 </CustomBuild>
241 </ItemGroup>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000242 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
243 <ImportGroup Label="ExtensionTargets">
244 </ImportGroup>
245</Project>