Fix build scripts.

This commit is contained in:
Pieter-Jan Briers
2019-07-30 12:57:08 +02:00
parent 29b00fc633
commit 15d81c1876
4 changed files with 8 additions and 3 deletions

View File

@@ -1 +1 @@
call bin/SS14.Launcher.exe call bin\SS14.Launcher.exe

View File

@@ -28,5 +28,5 @@
<PropertyGroup> <PropertyGroup>
<RobustToolsPath>..\RobustToolbox\Tools\</RobustToolsPath> <RobustToolsPath>..\RobustToolbox\Tools\</RobustToolsPath>
</PropertyGroup> </PropertyGroup>
<Target Name="RobustAfterBuild" DependsOnTargets="CopySS14Noise;CopyMiscDependencies" AfterTargets="Build" /> <Target Name="RobustAfterBuild" DependsOnTargets="CopySS14Noise;CopyMiscDependencies;CopySwnfd" AfterTargets="Build" />
</Project> </Project>

View File

@@ -21,4 +21,9 @@
<Reference Include="System.IO.Compression" /> <Reference Include="System.IO.Compression" />
<Reference Include="System.Net.Http" /> <Reference Include="System.Net.Http" />
</ItemGroup> </ItemGroup>
<Import Project="..\RobustToolbox\MSBuild\Robust.Engine.targets" />
<PropertyGroup>
<RobustToolsPath>..\RobustToolbox\Tools\</RobustToolsPath>
</PropertyGroup>
<Target Name="RobustAfterBuild" DependsOnTargets="CopySS14Noise;CopyMiscDependencies;CopySwnfd" AfterTargets="Build" />
</Project> </Project>

View File

@@ -76,7 +76,7 @@ def main():
build_windows() build_windows()
if "linux" in platforms: if "linux" in platforms:
#wipe_bin() wipe_bin()
build_linux() build_linux()
if "mac" in platforms: if "mac" in platforms: