source: Main/trunk/Platform/dos.mk@ 365

Last change on this file since 365 was 359, checked in by Nishi, on Oct 16, 2024 at 11:34:51 PM

add dos supportr

  • Property svn:keywords set to Id
File size: 332 bytes
Line 
1# $Id: dos.mk 359 2024-10-16 14:34:51Z nishi $
2
3PREFIX = C:/Tewi
4
5PLATFORM_IDENT = DOS_WATCOM
6CC = owcc
7AR = wlib
8AR_FLAGS = -q -b -n -fo
9CFLAGS = -b dos4g$(END) -I $(WATCOM)/h -I $(PWD)/watt32/inc -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
10LDFLAGS = -b dos4g$(END)
11LIBS = $(PWD)/watt32/lib/wattcpwf.lib
12EXEC = .exe
13STATIC = lib
14LIBSUF = .dll
15OBJ = obj
16MODULE=
Note: See TracBrowser for help on using the repository browser.