rnd-20040304-1-src
authorHolger Schemel <info@artsoft.org>
Thu, 4 Mar 2004 08:35:22 +0000 (09:35 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:46:09 +0000 (10:46 +0200)
* fixed bug with missing error handling when dumping levels or tapes

ChangeLog
Makefile
src/Makefile
src/conftime.h

index 122286cfbfe5da02ec55fef10d08a6a90d8b87c1..dda04e0b520b158eab8ae55c4a6c49e1f1d5e812 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+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
 
index 1ea92b071143a8f34b3ef39b687194fc893a8a00..481244f71d62f19aa28798e6d2579a159c37ac06 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -50,8 +50,8 @@ CROSS_PATH_WIN32=/usr/local/cross-tools/i386-mingw32msvc
 SRC_DIR = src
 MAKE_CMD = $(MAKE) -C $(SRC_DIR)
 
-DEFAULT_TARGET = x11
-DEFAULT_TARGET = sdl
+DEFAULT_TARGET = x11
+DEFAULT_TARGET = sdl
 
 
 # -----------------------------------------------------------------------------
index ef1f52af1cd9b8b1be223b2036c4533f0076c8b3..f065f0b92cfb9a87ba2326f7db908e702e14b04a 100644 (file)
@@ -85,8 +85,7 @@ endif
 
 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)
index c6f7f77c66c00088439c34b195463217e38250b3..351eac2bf5ccecbfdee1466522731b6b71a6d8b7 100644 (file)
@@ -1 +1 @@
-#define COMPILE_DATE_STRING "[2004-03-03 18:10]"
+#define COMPILE_DATE_STRING "[2004-03-03 23:39]"