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

Last change on this file since 367 was 361, checked in by Nishi, on Oct 17, 2024 at 9:37:10 AM

works on netware

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