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

Last change on this file since 220 was 220, checked in by Nishi, on Oct 3, 2024 at 6:08:03 AM

should have fixed the icon

  • Property svn:keywords set to Id
File size: 312 bytes
RevLine 
[219]1# $Id: watcom.mk 220 2024-10-02 21:08:03Z 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
[220]15SERVADD = wrc -bt=nt -i=$(WATCOM)/h/nt -fe=tewi.exe tewi.rc
Note: See TracBrowser for help on using the repository browser.