From 12e44cdc1d38afab5da1ea3057e0c285a7a48356 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Thu, 22 Jan 2004 11:06:29 +0100 Subject: [PATCH] rnd-20040122-1-src --- Makefile | 4 ++-- src/Makefile | 3 +-- src/conftime.h | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 63962f78..e97587db 100644 --- 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 # ----------------------------------------------------------------------------- diff --git a/src/Makefile b/src/Makefile index a0d7cfa2..976f86bc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -76,8 +76,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) diff --git a/src/conftime.h b/src/conftime.h index 333e8073..493fce59 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2004-01-19 19:09]" +#define COMPILE_DATE_STRING "[2004-01-19 21:53]" -- 2.34.1