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

Last change on this file since 338 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
Line 
1# $Id: vc6.mk 255 2024-10-04 04:08:58Z 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.