source: Main/trunk/Platform/watcom.mk@ 219

Last change on this file since 219 was 219, checked in by Nishi, on Oct 3, 2024 at 5:40:37 AM

add watcom

  • Property svn:keywords set to Id
File size: 252 bytes
RevLine 
[219]1# $Id: watcom.mk 219 2024-10-02 20:40:37Z nishi $
2
3PREFIX = C:/Tewi
4
5CC = owcc
6AR = wlib
7AR_FLAGS = -q -b -n -fo
8CFLAGS = -b nt$(END) -I $(WATCOM)/h/nt -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
9LDFLAGS = -b nt$(END)
10LIBS = ws2_32.lib
11EXEC = .exe
12STATIC = lib
13LIBSUF = .dll
14OBJ = obj
Note: See TracBrowser for help on using the repository browser.