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

Last change on this file since 312 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
RevLine 
[219]1# $Id: os2.mk 312 2024-10-13 18:17:37Z nishi $
2
3PREFIX = C:/Tewi
4
[311]5PLATFORM_IDENT = OS2_WATCOM
[219]6CC = owcc
7AR = wlib
8AR_FLAGS = -q -b -n -fo
[312]9CFLAGS = -b os2v2$(END) -I $(WATCOM)/h/os2 -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC -D__WATCOM_LFN__
[311]10LDFLAGS = -b os2v2$(END)
[240]11LIBS =
[219]12EXEC = .exe
13STATIC = lib
14LIBSUF = .dll
15OBJ = obj
Note: See TracBrowser for help on using the repository browser.