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

Last change on this file since 219 was 215, checked in by Nishi, on Oct 3, 2024 at 4:24:43 AM

can be compiled using bcc32 now

  • Property svn:keywords set to Id
File size: 251 bytes
Line 
1# $Id: vc6.mk 215 2024-10-02 19:24:43Z nishi $
2
3PREFIX = C:/Tewi
4
5CC = ../vc6.sh
6AR = lib
7AR_FLAGS = /nologo /out:
8CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
9LDFLAGS =
10LIBS = -lws2_32 -ladvapi32 -llibcmt
11EXEC =
12STATIC = lib
13LIBSUF = .dll
14OBJ = obj
15PREOBJS = tewi_vc6.res
Note: See TracBrowser for help on using the repository browser.