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

Last change on this file since 240 was 240, checked in by Nishi, on Oct 3, 2024 at 2:54:55 PM

winsock1 support

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