From: Nishi Date: Mon, 14 Oct 2024 17:31:33 +0000 (+0000) Subject: trying to add nextstep support X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=27ef59370045a447529eb17af7aaf3f1819e77d9;p=tewi.git trying to add nextstep support git-svn-id: file:///raid/svn-personal/tewi/trunk@320 8739d7e6-ffea-ec47-b151-bdff447c6205 --- 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