1
0
forked from mirrors/0ad

Move Windows tool executables to win source libs.

This commit is contained in:
Stan
2024-11-11 14:25:39 +01:00
parent 8d993b9250
commit ce588689ee
6 changed files with 23 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
@echo off
rem ** Create Visual Studio Workspaces on Windows **
cd ..\premake
if not exist ..\workspaces\vs2017\SKIP_PREMAKE_HERE premake5\bin\release\premake5 --outpath="../workspaces/vs2017" --build-shared-glooxwrapper %* vs2017
cd ..\bin
if not exist ..\workspaces\vs2017\SKIP_PREMAKE_HERE premake5.exe --file="../premake/premake5.lua" --outpath="../workspaces/vs2017" --build-shared-glooxwrapper %* vs2017
cd ..\workspaces