]> Git repositories of Nishi - tewi.git/commitdiff
doesnt work, but adding anyway
authorNishi <nishi@nishi.boats>
Wed, 16 Oct 2024 09:47:42 +0000 (09:47 +0000)
committerNishi <nishi@nishi.boats>
Wed, 16 Oct 2024 09:47:42 +0000 (09:47 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@356 8739d7e6-ffea-ec47-b151-bdff447c6205

Platform/netware.mk [new file with mode: 0644]

diff --git a/Platform/netware.mk b/Platform/netware.mk
new file mode 100644 (file)
index 0000000..ff2030f
--- /dev/null
@@ -0,0 +1,15 @@
+# $Id$
+
+PREFIX = SYS:/Tewi
+
+PLATFORM_IDENT = NETWARE_WATCOM
+CC = owcc
+AR = wlib
+AR_FLAGS = -q -b -n -fo
+CFLAGS = -b netware_clib_lite -I $(NOVELLNDK)/include -I $(NOVELLNDK)/include/nlm -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -I ../VC6Compat -fPIC -D__WATCOM_LFN__ -Duint64_t=uint32_t
+LDFLAGS = -b netware_clib_lite
+LIBS =
+EXEC = .nlm
+STATIC = lib
+LIBSUF = .nlm
+OBJ = obj