make/launchers/Makefile.launcher

Print this page

        

*** 157,169 **** --- 157,171 ---- endif # GUI tools ifeq ($(GUI_TOOL),true) ifneq ($(PLATFORM), windows) + ifneq ($(PLATFORM), macosx) # Anything with a GUI needs X11 to be linked in. OTHER_LDLIBS += -L$(OPENWIN_LIB) -lX11 endif + endif endif # SA tools need special app classpath ifeq ($(SA_TOOL),true) SA_CLASSPATH = { "/lib/tools.jar", "/lib/sa-jdi.jar", "/classes" }