mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 08:05:45 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user