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

Last change on this file since 252 was 244, checked in by Nishi, on Oct 4, 2024 at 5:04:15 AM

adding gui manager

  • Property svn:keywords set to Id
File size: 377 bytes
Line 
1# $Id: watcom.mk 244 2024-10-03 20:04:15Z nishi $
2
3PREFIX = C:/Tewi
4
5PLATFORM_IDENT = WINDOWS_WATCOM
6CC = owcc
7AR = wlib
8AR_FLAGS = -q -b -n -fo
9CFLAGS = -b nt$(END) -I $(WATCOM)/h/nt -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
10LDFLAGS = -b nt$(END)
11LIBS =
12EXEC = .exe
13STATIC = lib
14LIBSUF = .dll
15OBJ = obj
16SERVADD = wrc -bt=nt -i=$(WATCOM)/h/nt tewi.rc tewi.exe && wrc -bt=nt -i=$(WATCOM)/h/nt gui.rc tewi.exe
Note: See TracBrowser for help on using the repository browser.