blob: 80024de00cfa05f529903f70e189747e176e1c60 [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 Kessenich9500dff2013-03-08 06:51:50 +000022 <PlatformToolset>v110</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 Kessenich9500dff2013-03-08 06:51:50 +000027 <PlatformToolset>v110</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 Kessenichece0d0c2012-12-13 00:09:49 +000071 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
72 <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>
97 </ItemDefinitionGroup>
98 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
99 <ClCompile>
100 <Optimization>MaxSpeed</Optimization>
101 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
102 <OmitFramePointers>true</OmitFramePointers>
103 <AdditionalIncludeDirectories>glslang;glslang\MachineIndependent;glslang\OSDependent\Windows;OGLCompilersDLL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
104 <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;_USRDLL;TEST_EXPORTS;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105 <StringPooling>true</StringPooling>
106 <MinimalRebuild>false</MinimalRebuild>
107 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
108 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
109 <BufferSecurityCheck>true</BufferSecurityCheck>
110 <FunctionLevelLinking>true</FunctionLevelLinking>
111 <PrecompiledHeaderOutputFile>
112 </PrecompiledHeaderOutputFile>
113 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
114 <ObjectFileName>UserM_Release/</ObjectFileName>
John Kessenichece0d0c2012-12-13 00:09:49 +0000115 <ProgramDataBaseFileName>
116 </ProgramDataBaseFileName>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000117 <BrowseInformation>
118 </BrowseInformation>
119 <WarningLevel>Level3</WarningLevel>
120 <SuppressStartupBanner>true</SuppressStartupBanner>
121 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +0000122 <CallingConvention>Cdecl</CallingConvention>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000123 <CompileAs>Default</CompileAs>
124 </ClCompile>
125 <Link>
126 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
127 <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
128 <OutputFile>UserM_Release/generic/glslang.dll</OutputFile>
129 <SuppressStartupBanner>true</SuppressStartupBanner>
130 <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcd.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
131 <GenerateDebugInformation>true</GenerateDebugInformation>
132 <ProgramDatabaseFile>UserM_Release/generic/glslang.pdb</ProgramDatabaseFile>
133 <SubSystem>Console</SubSystem>
134 <OptimizeReferences>true</OptimizeReferences>
135 <EnableCOMDATFolding>true</EnableCOMDATFolding>
136 <ImportLibrary>UserM_Release/generic/glslang.lib</ImportLibrary>
137 </Link>
138 <Midl>
139 <TypeLibraryName>UserM_Release/generic/glslang.tlb</TypeLibraryName>
140 </Midl>
141 <PostBuildEvent>
142 <Message>copy dll</Message>
John Kessenichece0d0c2012-12-13 00:09:49 +0000143 <Command>del Test\$(TargetName)$(TargetExt)
144xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000145 </PostBuildEvent>
146 <ResourceCompile>
147 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
148 <Culture>0x0809</Culture>
149 </ResourceCompile>
150 </ItemDefinitionGroup>
151 <ItemGroup>
John Kessenich53fb4652013-03-07 19:22:07 +0000152 <ClCompile Include="glslang\MachineIndependent\Constant.cpp" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000153 <ClCompile Include="glslang\MachineIndependent\gen_glslang.cpp" />
154 <ClCompile Include="glslang\MachineIndependent\glslang_tab.cpp" />
155 <ClCompile Include="glslang\MachineIndependent\InfoSink.cpp" />
156 <ClCompile Include="glslang\MachineIndependent\Initialize.cpp" />
John Kessenich41cf6b52013-06-25 18:10:05 +0000157 <ClCompile Include="glslang\MachineIndependent\Scan.cpp" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000158 <ClCompile Include="glslang\MachineIndependent\Versions.cpp" />
159 <ClCompile Include="OGLCompilersDLL\InitializeDll.cpp" />
160 <ClCompile Include="glslang\MachineIndependent\IntermTraverse.cpp" />
161 <ClCompile Include="glslang\MachineIndependent\Intermediate.cpp" />
162 <ClCompile Include="glslang\MachineIndependent\ParseHelper.cpp" />
163 <ClCompile Include="glslang\MachineIndependent\PoolAlloc.cpp" />
164 <ClCompile Include="glslang\MachineIndependent\QualifierAlive.cpp" />
165 <ClCompile Include="glslang\MachineIndependent\RemoveTree.cpp" />
166 <ClCompile Include="glslang\MachineIndependent\ShaderLang.cpp" />
167 <ClCompile Include="glslang\MachineIndependent\SymbolTable.cpp" />
168 <ClCompile Include="glslang\MachineIndependent\intermOut.cpp" />
169 <ClCompile Include="glslang\MachineIndependent\parseConst.cpp" />
170 <ClCompile Include="glslang\MachineIndependent\preprocessor\atom.c" />
171 <ClCompile Include="glslang\MachineIndependent\preprocessor\cpp.c" />
172 <ClCompile Include="glslang\MachineIndependent\preprocessor\cppstruct.c" />
173 <ClCompile Include="glslang\MachineIndependent\preprocessor\memory.c" />
174 <ClCompile Include="glslang\MachineIndependent\preprocessor\scanner.c" />
175 <ClCompile Include="glslang\MachineIndependent\preprocessor\symbols.c" />
176 <ClCompile Include="glslang\MachineIndependent\preprocessor\tokens.c" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000177 <ClCompile Include="glslang\OSDependent\Windows\main.cpp" />
178 <ClCompile Include="glslang\OSDependent\Windows\ossource.cpp" />
179 <ClCompile Include="glslang\OSDependent\Linux\ossource.cpp">
180 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
181 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
182 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
183 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
184 </ClCompile>
185 </ItemGroup>
186 <ItemGroup>
187 <ClInclude Include="glslang\MachineIndependent\glslang_tab.cpp.h" />
188 <ClInclude Include="glslang\MachineIndependent\Initialize.h" />
189 <ClInclude Include="glslang\MachineIndependent\MMap.h" />
190 <ClInclude Include="glslang\MachineIndependent\ParseHelper.h" />
191 <ClInclude Include="glslang\MachineIndependent\QualifierAlive.h" />
192 <ClInclude Include="glslang\MachineIndependent\RemoveTree.h" />
193 <ClInclude Include="glslang\MachineIndependent\localintermediate.h" />
194 <ClInclude Include="glslang\MachineIndependent\preprocessor\atom.h" />
195 <ClInclude Include="glslang\MachineIndependent\preprocessor\compile.h" />
196 <ClInclude Include="glslang\MachineIndependent\preprocessor\cpp.h" />
197 <ClInclude Include="glslang\MachineIndependent\preprocessor\memory.h" />
198 <ClInclude Include="glslang\MachineIndependent\preprocessor\parser.h" />
199 <ClInclude Include="glslang\MachineIndependent\preprocessor\preprocess.h" />
200 <ClInclude Include="glslang\MachineIndependent\preprocessor\scanner.h" />
201 <ClInclude Include="glslang\MachineIndependent\preprocessor\slglobals.h" />
202 <ClInclude Include="glslang\MachineIndependent\preprocessor\symbols.h" />
203 <ClInclude Include="glslang\MachineIndependent\preprocessor\tokens.h" />
204 <ClInclude Include="glslang\Include\BaseTypes.h" />
205 <ClInclude Include="glslang\Include\Common.h" />
206 <ClInclude Include="glslang\Include\ConstantUnion.h" />
207 <ClInclude Include="glslang\Include\InfoSink.h" />
John Kessenich41cf6b52013-06-25 18:10:05 +0000208 <ClInclude Include="glslang\MachineIndependent\Scan.h" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000209 <ClInclude Include="glslang\MachineIndependent\Versions.h" />
210 <ClInclude Include="OGLCompilersDLL\InitializeDll.h" />
211 <ClInclude Include="glslang\Include\InitializeGlobals.h" />
212 <ClInclude Include="glslang\Include\InitializeParseContext.h" />
213 <ClInclude Include="glslang\Include\PoolAlloc.h" />
214 <ClInclude Include="glslang\Include\ResourceLimits.h" />
215 <ClInclude Include="glslang\Include\ShHandle.h" />
216 <ClInclude Include="glslang\MachineIndependent\SymbolTable.h" />
217 <ClInclude Include="glslang\Include\Types.h" />
218 <ClInclude Include="glslang\Include\intermediate.h" />
219 <ClInclude Include="glslang\MachineIndependent\unistd.h" />
220 <ClInclude Include="glslang\Public\ShaderLang.h" />
221 <ClInclude Include="glslang\OSDependent\Windows\osinclude.h" />
222 <ClInclude Include="glslang\OSDependent\Linux\osinclude.h" />
223 </ItemGroup>
224 <ItemGroup>
225 <CustomBuild Include="glslang\MachineIndependent\glslang.y">
226 <FileType>Document</FileType>
227 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Executing Bison on glslang.y</Message>
228 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
229SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
230cd %(RootDir)%(Directory)
John Kessenicha067b582013-03-13 01:58:33 +0000231%(RootDir)%(Directory)..\..\tools\bison.exe -d -t glslang.y -o glslang_tab.cpp</Command>
John Kessenich6e4d1082013-04-15 00:14:34 +0000232 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(RootDir)%(Directory)%(Filename)_tab.cpp;%(Outputs)</Outputs>
John Kessenicha067b582013-03-13 01:58:33 +0000233 <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Executing Bison on glslang.y</Message>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000234 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
235SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
236cd %(RootDir)%(Directory)
John Kessenicha067b582013-03-13 01:58:33 +0000237%(RootDir)%(Directory)..\..\tools\bison.exe -d -t glslang.y -o glslang_tab.cpp</Command>
John Kessenich6e4d1082013-04-15 00:14:34 +0000238 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(RootDir)%(Directory)%(Filename)_tab.cpp;%(Outputs)</Outputs>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000239 </CustomBuild>
240 </ItemGroup>
241 <ItemGroup>
242 <CustomBuild Include="glslang\MachineIndependent\glslang.l">
243 <FileType>Document</FileType>
244 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cd %(RootDir)%(Directory)
245%(RootDir)%(Directory)..\..\tools\flex.exe glslang.l
246</Command>
247 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Executing flex on glslang.l</Message>
248 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(RootDir)%(Directory)gen_glslang.cpp</Outputs>
249 <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(RootDir)%(Directory)glslang_tab.cpp.h</AdditionalInputs>
John Kessenicha067b582013-03-13 01:58:33 +0000250 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">cd %(RootDir)%(Directory)
251%(RootDir)%(Directory)..\..\tools\flex.exe glslang.l
252</Command>
253 <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Executing flex on glslang.l</Message>
254 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(RootDir)%(Directory)gen_glslang.cpp</Outputs>
255 <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(RootDir)%(Directory)glslang_tab.cpp.h</AdditionalInputs>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000256 </CustomBuild>
257 </ItemGroup>
258 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
259 <ImportGroup Label="ExtensionTargets">
260 </ImportGroup>
261</Project>