John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 1 | <?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 Kessenich | ece0d0c | 2012-12-13 00:09:49 +0000 | [diff] [blame] | 19 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 20 | <UseOfMfc>false</UseOfMfc>
|
| 21 | <CharacterSet>MultiByte</CharacterSet>
|
John Kessenich | 9500dff | 2013-03-08 06:51:50 +0000 | [diff] [blame] | 22 | <PlatformToolset>v110</PlatformToolset>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 23 | </PropertyGroup>
|
| 24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
John Kessenich | ece0d0c | 2012-12-13 00:09:49 +0000 | [diff] [blame] | 25 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 26 | <CharacterSet>MultiByte</CharacterSet>
|
John Kessenich | 9500dff | 2013-03-08 06:51:50 +0000 | [diff] [blame] | 27 | <PlatformToolset>v110</PlatformToolset>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 28 | </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 Kessenich | ece0d0c | 2012-12-13 00:09:49 +0000 | [diff] [blame] | 44 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">glslang\UserM_Release\</OutDir>
|
| 45 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">glslang\UserM_Release\</IntDir>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 46 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
John Kessenich | ece0d0c | 2012-12-13 00:09:49 +0000 | [diff] [blame] | 47 | <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 Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 51 | </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 Kessenich | ece0d0c | 2012-12-13 00:09:49 +0000 | [diff] [blame] | 56 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 57 | <MinimalRebuild>false</MinimalRebuild>
|
| 58 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 59 | <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 Kessenich | ece0d0c | 2012-12-13 00:09:49 +0000 | [diff] [blame] | 69 | <CallingConvention>Cdecl</CallingConvention>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 70 | <CompileAs>Default</CompileAs>
|
John Kessenich | ece0d0c | 2012-12-13 00:09:49 +0000 | [diff] [blame] | 71 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
| 72 | <StringPooling>true</StringPooling>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 73 | </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)
|
| 91 | xcopy /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 Kessenich | ece0d0c | 2012-12-13 00:09:49 +0000 | [diff] [blame] | 115 | <ProgramDataBaseFileName>
|
| 116 | </ProgramDataBaseFileName>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 117 | <BrowseInformation>
|
| 118 | </BrowseInformation>
|
| 119 | <WarningLevel>Level3</WarningLevel>
|
| 120 | <SuppressStartupBanner>true</SuppressStartupBanner>
|
| 121 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
John Kessenich | ece0d0c | 2012-12-13 00:09:49 +0000 | [diff] [blame] | 122 | <CallingConvention>Cdecl</CallingConvention>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 123 | <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 Kessenich | ece0d0c | 2012-12-13 00:09:49 +0000 | [diff] [blame] | 143 | <Command>del Test\$(TargetName)$(TargetExt)
|
| 144 | xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test</Command>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 145 | </PostBuildEvent>
|
| 146 | <ResourceCompile>
|
| 147 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 148 | <Culture>0x0809</Culture>
|
| 149 | </ResourceCompile>
|
| 150 | </ItemDefinitionGroup>
|
| 151 | <ItemGroup>
|
John Kessenich | 53fb465 | 2013-03-07 19:22:07 +0000 | [diff] [blame] | 152 | <ClCompile Include="glslang\MachineIndependent\Constant.cpp" />
|
John Kessenich | 7213324 | 2013-07-08 19:39:16 +0000 | [diff] [blame] | 153 | <ClCompile Include="glslang\MachineIndependent\glslang_tab.cpp">
|
| 154 | <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4065</DisableSpecificWarnings>
|
John Kessenich | fb4a0b6 | 2013-07-09 23:57:13 +0000 | [diff] [blame] | 155 | <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4065</DisableSpecificWarnings>
|
John Kessenich | 7213324 | 2013-07-08 19:39:16 +0000 | [diff] [blame] | 156 | </ClCompile>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 157 | <ClCompile Include="glslang\MachineIndependent\InfoSink.cpp" />
|
| 158 | <ClCompile Include="glslang\MachineIndependent\Initialize.cpp" />
|
John Kessenich | 7213324 | 2013-07-08 19:39:16 +0000 | [diff] [blame] | 159 | <ClCompile Include="glslang\MachineIndependent\preprocessor\Pp.cpp" />
|
| 160 | <ClCompile Include="glslang\MachineIndependent\preprocessor\PpAtom.cpp" />
|
| 161 | <ClCompile Include="glslang\MachineIndependent\preprocessor\PpMemory.cpp" />
|
| 162 | <ClCompile Include="glslang\MachineIndependent\preprocessor\PpScanner.cpp" />
|
| 163 | <ClCompile Include="glslang\MachineIndependent\preprocessor\PpContext.cpp" />
|
| 164 | <ClCompile Include="glslang\MachineIndependent\preprocessor\PpSymbols.cpp" />
|
| 165 | <ClCompile Include="glslang\MachineIndependent\preprocessor\PpTokens.cpp" />
|
John Kessenich | 41cf6b5 | 2013-06-25 18:10:05 +0000 | [diff] [blame] | 166 | <ClCompile Include="glslang\MachineIndependent\Scan.cpp" />
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 167 | <ClCompile Include="glslang\MachineIndependent\Versions.cpp" />
|
| 168 | <ClCompile Include="OGLCompilersDLL\InitializeDll.cpp" />
|
| 169 | <ClCompile Include="glslang\MachineIndependent\IntermTraverse.cpp" />
|
| 170 | <ClCompile Include="glslang\MachineIndependent\Intermediate.cpp" />
|
| 171 | <ClCompile Include="glslang\MachineIndependent\ParseHelper.cpp" />
|
| 172 | <ClCompile Include="glslang\MachineIndependent\PoolAlloc.cpp" />
|
| 173 | <ClCompile Include="glslang\MachineIndependent\QualifierAlive.cpp" />
|
| 174 | <ClCompile Include="glslang\MachineIndependent\RemoveTree.cpp" />
|
| 175 | <ClCompile Include="glslang\MachineIndependent\ShaderLang.cpp" />
|
| 176 | <ClCompile Include="glslang\MachineIndependent\SymbolTable.cpp" />
|
| 177 | <ClCompile Include="glslang\MachineIndependent\intermOut.cpp" />
|
| 178 | <ClCompile Include="glslang\MachineIndependent\parseConst.cpp" />
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 179 | <ClCompile Include="glslang\OSDependent\Windows\main.cpp" />
|
| 180 | <ClCompile Include="glslang\OSDependent\Windows\ossource.cpp" />
|
| 181 | <ClCompile Include="glslang\OSDependent\Linux\ossource.cpp">
|
| 182 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
| 183 | <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
| 184 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
| 185 | <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
| 186 | </ClCompile>
|
| 187 | </ItemGroup>
|
| 188 | <ItemGroup>
|
| 189 | <ClInclude Include="glslang\MachineIndependent\glslang_tab.cpp.h" />
|
| 190 | <ClInclude Include="glslang\MachineIndependent\Initialize.h" />
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 191 | <ClInclude Include="glslang\MachineIndependent\ParseHelper.h" />
|
John Kessenich | 7213324 | 2013-07-08 19:39:16 +0000 | [diff] [blame] | 192 | <ClInclude Include="glslang\MachineIndependent\preprocessor\PpContext.h" />
|
| 193 | <ClInclude Include="glslang\MachineIndependent\preprocessor\PpTokens.h" />
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 194 | <ClInclude Include="glslang\MachineIndependent\QualifierAlive.h" />
|
| 195 | <ClInclude Include="glslang\MachineIndependent\RemoveTree.h" />
|
| 196 | <ClInclude Include="glslang\MachineIndependent\localintermediate.h" />
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 197 | <ClInclude Include="glslang\Include\BaseTypes.h" />
|
| 198 | <ClInclude Include="glslang\Include\Common.h" />
|
| 199 | <ClInclude Include="glslang\Include\ConstantUnion.h" />
|
| 200 | <ClInclude Include="glslang\Include\InfoSink.h" />
|
John Kessenich | 41cf6b5 | 2013-06-25 18:10:05 +0000 | [diff] [blame] | 201 | <ClInclude Include="glslang\MachineIndependent\Scan.h" />
|
John Kessenich | 5f1a0b7 | 2013-07-06 19:54:21 +0000 | [diff] [blame] | 202 | <ClInclude Include="glslang\MachineIndependent\ScanContext.h" />
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 203 | <ClInclude Include="glslang\MachineIndependent\Versions.h" />
|
| 204 | <ClInclude Include="OGLCompilersDLL\InitializeDll.h" />
|
| 205 | <ClInclude Include="glslang\Include\InitializeGlobals.h" />
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 206 | <ClInclude Include="glslang\Include\PoolAlloc.h" />
|
| 207 | <ClInclude Include="glslang\Include\ResourceLimits.h" />
|
| 208 | <ClInclude Include="glslang\Include\ShHandle.h" />
|
| 209 | <ClInclude Include="glslang\MachineIndependent\SymbolTable.h" />
|
| 210 | <ClInclude Include="glslang\Include\Types.h" />
|
| 211 | <ClInclude Include="glslang\Include\intermediate.h" />
|
| 212 | <ClInclude Include="glslang\MachineIndependent\unistd.h" />
|
| 213 | <ClInclude Include="glslang\Public\ShaderLang.h" />
|
| 214 | <ClInclude Include="glslang\OSDependent\Windows\osinclude.h" />
|
| 215 | <ClInclude Include="glslang\OSDependent\Linux\osinclude.h" />
|
| 216 | </ItemGroup>
|
| 217 | <ItemGroup>
|
| 218 | <CustomBuild Include="glslang\MachineIndependent\glslang.y">
|
| 219 | <FileType>Document</FileType>
|
| 220 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Executing Bison on glslang.y</Message>
|
| 221 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
|
| 222 | SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
|
| 223 | cd %(RootDir)%(Directory)
|
John Kessenich | 53f3cc9 | 2013-08-01 18:04:50 +0000 | [diff] [blame] | 224 | %(RootDir)%(Directory)..\..\tools\bison.exe --defines=glslang_tab.cpp.h -t glslang.y -o glslang_tab.cpp</Command>
|
| 225 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(RootDir)%(Directory)%(Filename)_tab.cpp.h;%(RootDir)%(Directory)%(Filename)_tab.cpp</Outputs>
|
John Kessenich | a067b58 | 2013-03-13 01:58:33 +0000 | [diff] [blame] | 226 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Executing Bison on glslang.y</Message>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 227 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple
|
| 228 | SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple
|
| 229 | cd %(RootDir)%(Directory)
|
John Kessenich | 53f3cc9 | 2013-08-01 18:04:50 +0000 | [diff] [blame] | 230 | %(RootDir)%(Directory)..\..\tools\bison.exe --defines=glslang_tab.cpp.h -t glslang.y -o glslang_tab.cpp</Command>
|
| 231 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(RootDir)%(Directory)%(Filename)_tab.cpp.h;%(RootDir)%(Directory)%(Filename)_tab.cpp</Outputs>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 232 | </CustomBuild>
|
| 233 | </ItemGroup>
|
John Kessenich | 9fd55bd | 2012-12-13 00:05:26 +0000 | [diff] [blame] | 234 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 235 | <ImportGroup Label="ExtensionTargets">
|
| 236 | </ImportGroup>
|
| 237 | </Project> |