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

Last change on this file since 214 was 214, checked in by Nishi, on Oct 3, 2024 at 2:49:31 AM

fix

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