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

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

get listdir working [release 2.03E]

  • Property svn:keywords set to Id
File size: 267 bytes
RevLine 
[212]1# $Id: vc6.mk 255 2024-10-04 04:08:58Z 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
[255]12EXEC = .exe
[212]13STATIC = lib
14LIBSUF = .dll
15OBJ = obj
[249]16PREOBJS = vc6.res
Note: See TracBrowser for help on using the repository browser.