UltimateZoneBuilder/Makefile

9 lines
264 B
Makefile
Raw Normal View History

2019-08-29 14:30:49 +00:00
all: builder native
builder:
msbuild -p:Configuration=Debug BuilderMono.sln
native:
2020-01-06 07:07:52 +00:00
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 -lX11 -ldl