From 27ef59370045a447529eb17af7aaf3f1819e77d9 Mon Sep 17 00:00:00 2001 From: Nishi Date: Mon, 14 Oct 2024 17:31:33 +0000 Subject: [PATCH] trying to add nextstep support git-svn-id: file:///raid/svn-personal/tewi/trunk@320 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Platform/nextstep.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Platform/nextstep.mk diff --git a/Platform/nextstep.mk b/Platform/nextstep.mk new file mode 100644 index 0000000..1b38dcb --- /dev/null +++ b/Platform/nextstep.mk @@ -0,0 +1,9 @@ +# $Id$ + +CC = cc +AR = ar +CFLAGS = -g -DPREFIX=\"$(PREFIX)\" -I ../VC6Compat -I $(PWD)/Common -D_DEFAULT_SOURCE -fPIC -D_XOPEN_SOURCE=600 +LDFLAGS = +LIBS = -ldl +EXEC = +LIBSUF = .so -- 2.45.2