* fixed bug with missing error handling when dumping levels or tapes
+2004-03-03
+ * fixed bug with missing error handling when dumping levels or tapes
+
2004-03-02
* added different colored editor graphics for Supaplex gravity tubes
SRC_DIR = src
MAKE_CMD = $(MAKE) -C $(SRC_DIR)
-DEFAULT_TARGET = x11
-# DEFAULT_TARGET = sdl
+# DEFAULT_TARGET = x11
+DEFAULT_TARGET = sdl
# -----------------------------------------------------------------------------
ifeq ($(TARGET),x11)
SYS_CFLAGS = -DTARGET_X11 $(X11_INCL)
-# SYS_LDFLAGS = $(X11_LIBS) -lX11
-SYS_LDFLAGS = $(XLIB_PATH)/libX11.a
+SYS_LDFLAGS = $(X11_LIBS) -lX11
endif
ifeq ($(TARGET),sdl)
-#define COMPILE_DATE_STRING "[2004-03-03 18:10]"
+#define COMPILE_DATE_STRING "[2004-03-03 23:39]"