mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-02 15:07:26 +00:00
Comfort changes when building
This commit is contained in:
@@ -1,2 +1,4 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
tools\premake5 vs2019
|
tools\premake5 vs2019
|
@@ -41,6 +41,7 @@ workspace "OpenAssetTools"
|
|||||||
"x86",
|
"x86",
|
||||||
"x64"
|
"x64"
|
||||||
}
|
}
|
||||||
|
defaultplatform "x86"
|
||||||
|
|
||||||
filter "platforms:x86"
|
filter "platforms:x86"
|
||||||
architecture "x86"
|
architecture "x86"
|
||||||
|
@@ -34,8 +34,6 @@ function ZoneCodeGenerator:project()
|
|||||||
links {
|
links {
|
||||||
"System",
|
"System",
|
||||||
"System.Core",
|
"System.Core",
|
||||||
"System.Data",
|
"System.Data"
|
||||||
"StringTemplate4",
|
|
||||||
"Antlr3.Runtime"
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user