X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=9be998c0d11cb6c91a232767ace8ee2ae7147d96;hb=8ca4611743688e14a46bdca18456eb44065f523b;hp=9c68fe330fa52b394a690b7f5cba000e263b615d;hpb=259bc29e846fc13082bd434862a73cf0644c25f2;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 9c68fe3..9be998c 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,9 @@ darwin_linker_flags += -Wl,-dylib_file,$(darwin_ogl_libdir)/libGL.dylib:$(darwin darwin_linker_flags += -Wl,-dylib_file,$(darwin_ogl_libdir):$(darwin_libdir)/libGLU.dylib darwin_linker_flags += -lSystem.B -lmathCommon.A -lGL -lGLU +# stupid broke-ass darwin linker... +darwin_linker_flags += build/Darwin/org/xwt/plat/OpenGL.java.o build/Darwin/org/xwt/plat/POSIX.java.o + target_bin_extension_$(platform) := $(shell echo $(platform) | tr A-Z a-z) target_bin_extension_Win32 := exe target_bin_extension_JVM := jar