source: Main/trunk/Platform/watcom.mk@ 406

Last change on this file since 406 was 253, checked in by Nishi, on Oct 4, 2024 at 12:13:36 PM

fix stuff

  • Property svn:keywords set to Id
File size: 351 bytes
RevLine 
[219]1# $Id: watcom.mk 253 2024-10-04 03:13:36Z nishi $
2
3PREFIX = C:/Tewi
4
[240]5PLATFORM_IDENT = WINDOWS_WATCOM
[219]6CC = owcc
7AR = wlib
8AR_FLAGS = -q -b -n -fo
9CFLAGS = -b nt$(END) -I $(WATCOM)/h/nt -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
10LDFLAGS = -b nt$(END)
[240]11LIBS =
[219]12EXEC = .exe
13STATIC = lib
14LIBSUF = .dll
15OBJ = obj
[253]16REQOBJS = concat.rc
17SERVADD = wrc -bt=nt -i=$(WATCOM)/h/nt concat.rc tewi.exe
Note: See TracBrowser for help on using the repository browser.