Subversion Repositories Tewi

Rev

Rev 253 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
219 nishi 1
# $Id: os2.mk 311 2024-10-13 01:23:22Z nishi $
2
 
3
PREFIX = C:/Tewi
4
 
311 nishi 5
PLATFORM_IDENT = OS2_WATCOM
219 nishi 6
CC = owcc
7
AR = wlib
8
AR_FLAGS = -q -b -n -fo
311 nishi 9
CFLAGS = -b os2v2$(END) -I $(WATCOM)/h/os2 -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
10
LDFLAGS = -b os2v2$(END)
240 nishi 11
LIBS =
219 nishi 12
EXEC = .exe
13
STATIC = lib
14
LIBSUF = .dll
15
OBJ = obj
253 nishi 16
REQOBJS = concat.rc
17
SERVADD = wrc -bt=nt -i=$(WATCOM)/h/nt concat.rc tewi.exe