summaryrefslogtreecommitdiff
path: root/source/slang/slang.vcxproj
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2019-11-20 13:25:44 -0500
committerGitHub <noreply@github.com>2019-11-20 13:25:44 -0500
commit8a7e729632a9c7e9f0fa84e3686904bd0cc2ecc5 (patch)
tree1540d7c35a3674977a07f5a1c34a058244494ca0 /source/slang/slang.vcxproj
parentfae3d9ae91a24e59ce6ec64b8a1217fa81f5acee (diff)
Added -ir-compression & fixes for ir compression issues (#1129)
* Added ir-compression option. * Fix issues around ir-compression. * Fix typo in test name.
Diffstat (limited to 'source/slang/slang.vcxproj')
-rw-r--r--source/slang/slang.vcxproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj
index 142a90b12..fc1f3c421 100644
--- a/source/slang/slang.vcxproj
+++ b/source/slang/slang.vcxproj
@@ -221,6 +221,7 @@
<ClInclude Include="slang-ir-restructure-scoping.h" />
<ClInclude Include="slang-ir-restructure.h" />
<ClInclude Include="slang-ir-sccp.h" />
+ <ClInclude Include="slang-ir-serialize-types.h" />
<ClInclude Include="slang-ir-serialize.h" />
<ClInclude Include="slang-ir-specialize-resources.h" />
<ClInclude Include="slang-ir-specialize.h" />
@@ -298,6 +299,7 @@
<ClCompile Include="slang-ir-restructure-scoping.cpp" />
<ClCompile Include="slang-ir-restructure.cpp" />
<ClCompile Include="slang-ir-sccp.cpp" />
+ <ClCompile Include="slang-ir-serialize-types.cpp" />
<ClCompile Include="slang-ir-serialize.cpp" />
<ClCompile Include="slang-ir-specialize-resources.cpp" />
<ClCompile Include="slang-ir-specialize.cpp" />
@@ -335,7 +337,7 @@
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"../../bin/windows-x64/debug/slang-generate" %(Identity)</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"../../bin/windows-x86/release/slang-generate" %(Identity)</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"../../bin/windows-x64/release/slang-generate" %(Identity)</Command>
- <Outputs>../../core.meta.slang.h</Outputs>
+ <Outputs>%(Identity).h</Outputs>
<Message>slang-generate %(Identity)</Message>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../../bin/windows-x86/debug/slang-generate.exe</AdditionalInputs>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../../bin/windows-x64/debug/slang-generate.exe</AdditionalInputs>
@@ -348,7 +350,7 @@
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"../../bin/windows-x64/debug/slang-generate" %(Identity)</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"../../bin/windows-x86/release/slang-generate" %(Identity)</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"../../bin/windows-x64/release/slang-generate" %(Identity)</Command>
- <Outputs>../../hlsl.meta.slang.h</Outputs>
+ <Outputs>%(Identity).h</Outputs>
<Message>slang-generate %(Identity)</Message>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../../bin/windows-x86/debug/slang-generate.exe</AdditionalInputs>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../../bin/windows-x64/debug/slang-generate.exe</AdditionalInputs>