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

Last change on this file since 359 was 356, checked in by Nishi, on Oct 16, 2024 at 6:47:42 PM

doesnt work, but adding anyway

  • Property svn:keywords set to Id
File size: 380 bytes
RevLine 
[356]1# $Id: netware.mk 356 2024-10-16 09:47:42Z 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
10LDFLAGS = -b netware_clib_lite
11LIBS =
12EXEC = .nlm
13STATIC = lib
14LIBSUF = .nlm
15OBJ = obj
Note: See TracBrowser for help on using the repository browser.