2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 08:42:35 +00:00

Comfort changes when building

This commit is contained in:
Jan
2019-10-24 14:29:59 +02:00
parent 979b6b3dbe
commit d93b4f5fac
3 changed files with 4 additions and 3 deletions
+2
View File
@@ -1,2 +1,4 @@
@echo off
git submodule update --init --recursive git submodule update --init --recursive
tools\premake5 vs2019 tools\premake5 vs2019
+1
View File
@@ -41,6 +41,7 @@ workspace "OpenAssetTools"
"x86", "x86",
"x64" "x64"
} }
defaultplatform "x86"
filter "platforms:x86" filter "platforms:x86"
architecture "x86" architecture "x86"
+1 -3
View File
@@ -34,8 +34,6 @@ function ZoneCodeGenerator:project()
links { links {
"System", "System",
"System.Core", "System.Core",
"System.Data", "System.Data"
"StringTemplate4",
"Antlr3.Runtime"
} }
end end