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

Last change on this file since 363 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
Line 
1# $Id: watcom.mk 253 2024-10-04 03:13:36Z nishi $
2
3PREFIX = C:/Tewi
4
5PLATFORM_IDENT = WINDOWS_WATCOM
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)
11LIBS =
12EXEC = .exe
13STATIC = lib
14LIBSUF = .dll
15OBJ = obj
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.