source: Main/trunk/Platform/netware.mk@ 370

Last change on this file since 370 was 370, checked in by Nishi, on Oct 17, 2024 at 1:32:38 PM

remove module support

  • Property svn:keywords set to Id
File size: 402 bytes
Line 
1# $Id: netware.mk 370 2024-10-17 04:32:38Z nishi $
2
3PREFIX = SYS:/Tewi
4
5PLATFORM_IDENT = NETWARE_WATCOM
6CC = owcc
7AR = wlib
8AR_FLAGS = -q -b -n -fo
9CFLAGS = -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
10LDFLAGS = -b netware_clib_lite
11MODULE =
12LIBS =
13EXEC = .nlm
14STATIC = lib
15LIBSUF = .nlm
16OBJ = obj
Note: See TracBrowser for help on using the repository browser.