From be5c03f0510d62bb86c9a11b77977123239b2c7e Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 19 Jul 2009 11:31:03 +0200 Subject: switched to kode54's version of dumb --- dumb/dumb-kode54/make/unix.inc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dumb/dumb-kode54/make/unix.inc (limited to 'dumb/dumb-kode54/make/unix.inc') diff --git a/dumb/dumb-kode54/make/unix.inc b/dumb/dumb-kode54/make/unix.inc new file mode 100644 index 00000000..2ab5259a --- /dev/null +++ b/dumb/dumb-kode54/make/unix.inc @@ -0,0 +1,20 @@ +# This file contains definitions suitable for Unix-compatible systems. It will +# be included by the main Makefile when you compile on such a system. + +PLATFORM := unix + +APOST := \' + +# Macro that on DOS and Windows would replace / with \. Usage: $(call FIX,path) +FIX = $(1) + +ECHO = @echo $(1) +DELETE = rm -f $(1) +COPY = cp $(1) $(2) + +EXE_SUFFIX := + +LINK_MATH := -lm +LINK_ALLEGRO := `allegro-config --libs` + +# PREFIX is set by config.sh. -- cgit v1.2.3