/[tewi]/Platform/vc6.mk
ViewVC logotype

Contents of /Platform/vc6.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations)
Thu Oct 17 09:53:38 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
update

1 # $Id: vc6.mk 255 2024-10-04 04:08:58Z nishi $
2
3 PREFIX = C:/Tewi
4
5 PLATFORM_IDENT = WINDOWS
6 CC = ../vc6.sh
7 AR = lib
8 AR_FLAGS = /nologo /out:
9 CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
10 LDFLAGS =
11 LIBS = -ladvapi32 -llibcmt
12 EXEC = .exe
13 STATIC = lib
14 LIBSUF = .dll
15 OBJ = obj
16 PREOBJS = vc6.res

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev