source: Main/trunk/Platform/os2.mk@ 311

Last change on this file since 311 was 311, checked in by Nishi, on Oct 13, 2024 at 10:23:22 AM

attempting to add os/2

  • Property svn:keywords set to Id
File size: 354 bytes
RevLine 
[219]1# $Id: os2.mk 311 2024-10-13 01:23:22Z nishi $
2
3PREFIX = C:/Tewi
4
[311]5PLATFORM_IDENT = OS2_WATCOM
[219]6CC = owcc
7AR = wlib
8AR_FLAGS = -q -b -n -fo
[311]9CFLAGS = -b os2v2$(END) -I $(WATCOM)/h/os2 -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
10LDFLAGS = -b os2v2$(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.