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

Last change on this file since 401 was 312, checked in by Nishi, on Oct 14, 2024 at 3:17:37 AM

works on os2

  • Property svn:keywords set to Id
File size: 293 bytes
Line 
1# $Id: os2.mk 312 2024-10-13 18:17:37Z nishi $
2
3PREFIX = C:/Tewi
4
5PLATFORM_IDENT = OS2_WATCOM
6CC = owcc
7AR = wlib
8AR_FLAGS = -q -b -n -fo
9CFLAGS = -b os2v2$(END) -I $(WATCOM)/h/os2 -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC -D__WATCOM_LFN__
10LDFLAGS = -b os2v2$(END)
11LIBS =
12EXEC = .exe
13STATIC = lib
14LIBSUF = .dll
15OBJ = obj
Note: See TracBrowser for help on using the repository browser.