build script update

This commit is contained in:
Turanszki Janos
2020-11-16 19:19:04 +01:00
parent f7a5937c12
commit de22c5251c
3 changed files with 36 additions and 0 deletions
+12
View File
@@ -124,6 +124,9 @@
<ShaderModel>5.0</ShaderModel>
<ObjectFileOutput>shaders/%(Filename).cso</ObjectFileOutput>
</FxCompile>
<PostBuildEvent>
<Command>xcopy $(SolutionDir)WickedEngine\dxcompiler.dll $(OutDir) /c /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -150,6 +153,9 @@
<ShaderModel>5.0</ShaderModel>
<ObjectFileOutput>shaders/%(Filename).cso</ObjectFileOutput>
</FxCompile>
<PostBuildEvent>
<Command>xcopy $(SolutionDir)WickedEngine\dxcompiler.dll $(OutDir) /c /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
@@ -180,6 +186,9 @@
<ShaderModel>5.0</ShaderModel>
<ObjectFileOutput>shaders/%(Filename).cso</ObjectFileOutput>
</FxCompile>
<PostBuildEvent>
<Command>xcopy $(SolutionDir)WickedEngine\dxcompiler.dll $(OutDir) /c /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
@@ -206,6 +215,9 @@
<ShaderModel>5.0</ShaderModel>
<ObjectFileOutput>shaders/%(Filename).cso</ObjectFileOutput>
</FxCompile>
<PostBuildEvent>
<Command>xcopy $(SolutionDir)WickedEngine\dxcompiler.dll $(OutDir) /c /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="main_Windows.h" />
+12
View File
@@ -110,6 +110,9 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalLibraryDirectories>$(SolutionDir)BUILD\$(Platform)\$(Configuration);$(VULKAN_SDK)/Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>xcopy $(SolutionDir)WickedEngine\dxcompiler.dll $(OutDir) /c /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
@@ -126,6 +129,9 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalLibraryDirectories>$(SolutionDir)BUILD\$(Platform)\$(Configuration);$(VULKAN_SDK)/Lib32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>xcopy $(SolutionDir)WickedEngine\dxcompiler.dll $(OutDir) /c /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -142,6 +148,9 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalLibraryDirectories>$(SolutionDir)BUILD\$(Platform)\$(Configuration);$(VULKAN_SDK)/Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>xcopy $(SolutionDir)WickedEngine\dxcompiler.dll $(OutDir) /c /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
@@ -163,6 +172,9 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalLibraryDirectories>$(SolutionDir)BUILD\$(Platform)\$(Configuration);$(VULKAN_SDK)/Lib32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>xcopy $(SolutionDir)WickedEngine\dxcompiler.dll $(OutDir) /c /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Text Include="ReadMe.txt" />
+12
View File
@@ -115,6 +115,9 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalLibraryDirectories>$(SolutionDir)BUILD\$(Platform)\$(Configuration);$(VULKAN_SDK)/Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>xcopy $(SolutionDir)WickedEngine\dxcompiler.dll $(OutDir) /c /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
@@ -132,6 +135,9 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalLibraryDirectories>$(SolutionDir)BUILD\$(Platform)\$(Configuration);$(VULKAN_SDK)/Lib32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>xcopy $(SolutionDir)WickedEngine\dxcompiler.dll $(OutDir) /c /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -149,6 +155,9 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalLibraryDirectories>$(SolutionDir)BUILD\$(Platform)\$(Configuration);$(VULKAN_SDK)/Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>xcopy $(SolutionDir)WickedEngine\dxcompiler.dll $(OutDir) /c /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
@@ -170,6 +179,9 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalLibraryDirectories>$(SolutionDir)BUILD\$(Platform)\$(Configuration);$(VULKAN_SDK)/Lib32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>xcopy $(SolutionDir)WickedEngine\dxcompiler.dll $(OutDir) /c /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="main_Windows.h" />