source: Main/2.03E/Platform/vc6.mk@ 254

Last change on this file since 254 was 254, checked in by Nishi, on Oct 4, 2024 at 1:08:33 PM

add 2.03E

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