mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
Improve build output on linux
This commit is contained in:
parent
626af9e85e
commit
7695429dd4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ linux: builder native
|
|||
mac: builder nativemac
|
||||
|
||||
builder:
|
||||
msbuild -p:Configuration=Release BuilderMono.sln
|
||||
msbuild /nologo /verbosity:minimal -p:Configuration=Release BuilderMono.sln
|
||||
|
||||
nativemac:
|
||||
g++ -std=c++14 -O2 --shared -g3 -o Build/libBuilderNative.so -fPIC -I Source/Native Source/Native/*.cpp Source/Native/OpenGL/*.cpp Source/Native/OpenGL/gl_load/*.c -ldl
|
||||
|
|
Loading…
Reference in a new issue