/[tewi]/Platform/netware.mk
ViewVC logotype

Contents of /Platform/netware.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations)
Thu Oct 17 09:53:38 2024 UTC (4 weeks ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
update

1 # $Id: netware.mk 373 2024-10-17 04:54:34Z nishi $
2
3 PREFIX = SYS:/Tewi
4
5 PLATFORM_IDENT = NETWARE_WATCOM
6 CC = owcc
7 AR = wlib
8 AR_FLAGS = -q -b -n -fo
9 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 -DN_PLAT_NLM
10 LDFLAGS = -b netware_clib_lite -Wl,"option copyright 'Original by Nishi <nishi@nishi.boats>'" -Wl,"option description 'Tewi HTTPd'"
11 MODULE =
12 LIBS =
13 EXEC = .nlm
14 STATIC = lib
15 LIBSUF = .nlm
16 OBJ = obj

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev