blob: 60d5aa66e05d3450592673f9294bb9bc838e3276 [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>
22 </PropertyGroup>
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
John Kessenichece0d0c2012-12-13 00:09:49 +000024 <ConfigurationType>StaticLibrary</ConfigurationType>
John Kessenich9fd55bd2012-12-13 00:05:26 +000025 <CharacterSet>MultiByte</CharacterSet>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
28 <ImportGroup Label="ExtensionSettings">
29 </ImportGroup>
30 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
31 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
32 </ImportGroup>
33 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35 </ImportGroup>
36 <PropertyGroup Label="UserMacros" />
37 <PropertyGroup>
38 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
39 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">glslang\UserM_Debug\</OutDir>
40 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">glslang\UserM_Debug\</IntDir>
41 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
John Kessenichece0d0c2012-12-13 00:09:49 +000042 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">glslang\UserM_Release\</OutDir>
43 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">glslang\UserM_Release\</IntDir>
John Kessenich9fd55bd2012-12-13 00:05:26 +000044 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
John Kessenichece0d0c2012-12-13 00:09:49 +000045 <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PostBuildEventUseInBuild>
46 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt>
47 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt>
48 <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</PostBuildEventUseInBuild>
John Kessenich9fd55bd2012-12-13 00:05:26 +000049 </PropertyGroup>
50 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51 <ClCompile>
52 <Optimization>Disabled</Optimization>
53 <AdditionalIncludeDirectories>glslang;glslang\MachineIndependent;glslang\OSDependent\Windows;OGLCompilersDLL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
John Kessenichece0d0c2012-12-13 00:09:49 +000054 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
John Kessenich9fd55bd2012-12-13 00:05:26 +000055 <MinimalRebuild>false</MinimalRebuild>
56 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
John Kessenich9fd55bd2012-12-13 00:05:26 +000057 <PrecompiledHeaderOutputFile>
58 </PrecompiledHeaderOutputFile>
59 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
60 <ObjectFileName>$(IntDir)</ObjectFileName>
61 <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
62 <BrowseInformation>
63 </BrowseInformation>
64 <WarningLevel>Level3</WarningLevel>
65 <SuppressStartupBanner>true</SuppressStartupBanner>
66 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +000067 <CallingConvention>Cdecl</CallingConvention>
John Kessenich9fd55bd2012-12-13 00:05:26 +000068 <CompileAs>Default</CompileAs>
John Kessenichece0d0c2012-12-13 00:09:49 +000069 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
70 <StringPooling>true</StringPooling>
John Kessenich9fd55bd2012-12-13 00:05:26 +000071 </ClCompile>
72 <Link>
73 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
74 <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
75 <SuppressStartupBanner>false</SuppressStartupBanner>
76 <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcd.lib;libcmt.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
77 <GenerateDebugInformation>true</GenerateDebugInformation>
78 <ProgramDatabaseFile>UserM_Debug/glslang.pdb</ProgramDatabaseFile>
79 <SubSystem>Console</SubSystem>
80 <ImportLibrary>UserM_Debug/generic/glslang.lib</ImportLibrary>
81 <OutputFile>$(IntDir)$(TargetName)$(TargetExt)</OutputFile>
82 </Link>
83 <Midl>
84 <TypeLibraryName>UserM_Debug/generic/glslang.tlb</TypeLibraryName>
85 </Midl>
86 <PostBuildEvent>
87 <Message>copy dll</Message>
88 <Command>del Test\$(TargetName)$(TargetExt)
89xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
90 </PostBuildEvent>
91 <ResourceCompile>
92 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
93 <Culture>0x0809</Culture>
94 </ResourceCompile>
95 </ItemDefinitionGroup>
96 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
97 <ClCompile>
98 <Optimization>MaxSpeed</Optimization>
99 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
100 <OmitFramePointers>true</OmitFramePointers>
101 <AdditionalIncludeDirectories>glslang;glslang\MachineIndependent;glslang\OSDependent\Windows;OGLCompilersDLL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
102 <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;_USRDLL;TEST_EXPORTS;GENERIC_COMPILER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103 <StringPooling>true</StringPooling>
104 <MinimalRebuild>false</MinimalRebuild>
105 <BasicRuntimeChecks>Default</BasicRuntimeChecks>
106 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
107 <BufferSecurityCheck>true</BufferSecurityCheck>
108 <FunctionLevelLinking>true</FunctionLevelLinking>
109 <PrecompiledHeaderOutputFile>
110 </PrecompiledHeaderOutputFile>
111 <AssemblerListingLocation>UserM_Release/</AssemblerListingLocation>
112 <ObjectFileName>UserM_Release/</ObjectFileName>
John Kessenichece0d0c2012-12-13 00:09:49 +0000113 <ProgramDataBaseFileName>
114 </ProgramDataBaseFileName>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000115 <BrowseInformation>
116 </BrowseInformation>
117 <WarningLevel>Level3</WarningLevel>
118 <SuppressStartupBanner>true</SuppressStartupBanner>
119 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
John Kessenichece0d0c2012-12-13 00:09:49 +0000120 <CallingConvention>Cdecl</CallingConvention>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000121 <CompileAs>Default</CompileAs>
122 </ClCompile>
123 <Link>
124 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
125 <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
126 <OutputFile>UserM_Release/generic/glslang.dll</OutputFile>
127 <SuppressStartupBanner>true</SuppressStartupBanner>
128 <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcd.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
129 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <ProgramDatabaseFile>UserM_Release/generic/glslang.pdb</ProgramDatabaseFile>
131 <SubSystem>Console</SubSystem>
132 <OptimizeReferences>true</OptimizeReferences>
133 <EnableCOMDATFolding>true</EnableCOMDATFolding>
134 <ImportLibrary>UserM_Release/generic/glslang.lib</ImportLibrary>
135 </Link>
136 <Midl>
137 <TypeLibraryName>UserM_Release/generic/glslang.tlb</TypeLibraryName>
138 </Midl>
139 <PostBuildEvent>
140 <Message>copy dll</Message>
John Kessenichece0d0c2012-12-13 00:09:49 +0000141 <Command>del Test\$(TargetName)$(TargetExt)
142xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000143 </PostBuildEvent>
144 <ResourceCompile>
145 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
146 <Culture>0x0809</Culture>
147 </ResourceCompile>
148 </ItemDefinitionGroup>
149 <ItemGroup>
150 <ClCompile Include="glslang\MachineIndependent\gen_glslang.cpp" />
151 <ClCompile Include="glslang\MachineIndependent\glslang_tab.cpp" />
152 <ClCompile Include="glslang\MachineIndependent\InfoSink.cpp" />
153 <ClCompile Include="glslang\MachineIndependent\Initialize.cpp" />
154 <ClCompile Include="glslang\MachineIndependent\Versions.cpp" />
155 <ClCompile Include="OGLCompilersDLL\InitializeDll.cpp" />
156 <ClCompile Include="glslang\MachineIndependent\IntermTraverse.cpp" />
157 <ClCompile Include="glslang\MachineIndependent\Intermediate.cpp" />
158 <ClCompile Include="glslang\MachineIndependent\ParseHelper.cpp" />
159 <ClCompile Include="glslang\MachineIndependent\PoolAlloc.cpp" />
160 <ClCompile Include="glslang\MachineIndependent\QualifierAlive.cpp" />
161 <ClCompile Include="glslang\MachineIndependent\RemoveTree.cpp" />
162 <ClCompile Include="glslang\MachineIndependent\ShaderLang.cpp" />
163 <ClCompile Include="glslang\MachineIndependent\SymbolTable.cpp" />
164 <ClCompile Include="glslang\MachineIndependent\intermOut.cpp" />
165 <ClCompile Include="glslang\MachineIndependent\parseConst.cpp" />
166 <ClCompile Include="glslang\MachineIndependent\preprocessor\atom.c" />
167 <ClCompile Include="glslang\MachineIndependent\preprocessor\cpp.c" />
168 <ClCompile Include="glslang\MachineIndependent\preprocessor\cppstruct.c" />
169 <ClCompile Include="glslang\MachineIndependent\preprocessor\memory.c" />
170 <ClCompile Include="glslang\MachineIndependent\preprocessor\scanner.c" />
171 <ClCompile Include="glslang\MachineIndependent\preprocessor\symbols.c" />
172 <ClCompile Include="glslang\MachineIndependent\preprocessor\tokens.c" />
John Kessenich9fd55bd2012-12-13 00:05:26 +0000173 <ClCompile Include="glslang\OSDependent\Windows\main.cpp" />
174 <ClCompile Include="glslang\OSDependent\Windows\ossource.cpp" />
175 <ClCompile Include="glslang\OSDependent\Linux\ossource.cpp">
176 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
177 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
178 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
179 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
180 </ClCompile>
181 </ItemGroup>
182 <ItemGroup>
183 <ClInclude Include="glslang\MachineIndependent\glslang_tab.cpp.h" />
184 <ClInclude Include="glslang\MachineIndependent\Initialize.h" />
185 <ClInclude Include="glslang\MachineIndependent\MMap.h" />
186 <ClInclude Include="glslang\MachineIndependent\ParseHelper.h" />
187 <ClInclude Include="glslang\MachineIndependent\QualifierAlive.h" />
188 <ClInclude Include="glslang\MachineIndependent\RemoveTree.h" />
189 <ClInclude Include="glslang\MachineIndependent\localintermediate.h" />
190 <ClInclude Include="glslang\MachineIndependent\preprocessor\atom.h" />
191 <ClInclude Include="glslang\MachineIndependent\preprocessor\compile.h" />
192 <ClInclude Include="glslang\MachineIndependent\preprocessor\cpp.h" />
193 <ClInclude Include="glslang\MachineIndependent\preprocessor\memory.h" />
194 <ClInclude Include="glslang\MachineIndependent\preprocessor\parser.h" />
195 <ClInclude Include="glslang\MachineIndependent\preprocessor\preprocess.h" />
196 <ClInclude Include="glslang\MachineIndependent\preprocessor\scanner.h" />
197 <ClInclude Include="glslang\MachineIndependent\preprocessor\slglobals.h" />
198 <ClInclude Include="glslang\MachineIndependent\preprocessor\symbols.h" />
199 <ClInclude Include="glslang\MachineIndependent\preprocessor\tokens.h" />
200 <ClInclude Include="glslang\Include\BaseTypes.h" />
201 <ClInclude Include="glslang\Include\Common.h" />
202 <ClInclude Include="glslang\Include\ConstantUnion.h" />
203 <ClInclude Include="glslang\Include\InfoSink.h" />
204 <ClInclude Include="glslang\MachineIndependent\Versions.h" />
205 <ClInclude Include="OGLCompilersDLL\InitializeDll.h" />
206 <ClInclude Include="glslang\Include\InitializeGlobals.h" />
207 <ClInclude Include="glslang\Include\InitializeParseContext.h" />
208 <ClInclude Include="glslang\Include\PoolAlloc.h" />
209 <ClInclude Include="glslang\Include\ResourceLimits.h" />
210 <ClInclude Include="glslang\Include\ShHandle.h" />
211 <ClInclude Include="glslang\MachineIndependent\SymbolTable.h" />
212 <ClInclude Include="glslang\Include\Types.h" />
213 <ClInclude Include="glslang\Include\intermediate.h" />
214 <ClInclude Include="glslang\MachineIndependent\unistd.h" />
215 <ClInclude Include="glslang\Public\ShaderLang.h" />
216 <ClInclude Include="glslang\OSDependent\Windows\osinclude.h" />
217 <ClInclude Include="glslang\OSDependent\Linux\osinclude.h" />
218 </ItemGroup>
219 <ItemGroup>
220 <CustomBuild Include="glslang\MachineIndependent\glslang.y">
221 <FileType>Document</FileType>
222 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Executing Bison on glslang.y</Message>
223 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
224SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
225cd %(RootDir)%(Directory)
226%(RootDir)%(Directory)..\..\tools\bison.exe -d -t glslang.y -o glslang_tab.cpp
227</Command>
228 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(RootDir)%(Directory)glslang_tab.cpp;%(RootDir)%(Directory)glslang_tab.cpp.h</Outputs>
229 <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Executing Bison on %(FullPath)</Message>
230 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
231SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
232cd %(RootDir)%(Directory)
233%(RootDir)%(Directory)..\..\tools\bison.exe -d -t -v %(Filename).y
234if EXIST %(RootDir)%(Directory)Gen_%(Filename)_tab.cpp del %(RootDir)%(Directory)Gen_%(Filename)_tab.cpp
235rename %(RootDir)%(Directory)%(Filename)_tab.c Gen_%(Filename)_tab.cpp
236</Command>
237 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(RootDir)%(Directory)Gen_%(Filename)_tab.cpp;%(Outputs)</Outputs>
238 </CustomBuild>
239 </ItemGroup>
240 <ItemGroup>
241 <CustomBuild Include="glslang\MachineIndependent\glslang.l">
242 <FileType>Document</FileType>
243 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cd %(RootDir)%(Directory)
244%(RootDir)%(Directory)..\..\tools\flex.exe glslang.l
245</Command>
246 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Executing flex on glslang.l</Message>
247 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(RootDir)%(Directory)gen_glslang.cpp</Outputs>
248 <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(RootDir)%(Directory)glslang_tab.cpp.h</AdditionalInputs>
249 </CustomBuild>
250 </ItemGroup>
251 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
252 <ImportGroup Label="ExtensionTargets">
253 </ImportGroup>
254</Project>