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