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