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

Last change on this file since 244 was 244, checked in by Nishi, on Oct 4, 2024 at 5:04:15 AM

adding gui manager

  • Property svn:keywords set to Id
File size: 279 bytes
Line 
1# $Id: vc6.mk 244 2024-10-03 20:04:15Z 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 =
13STATIC = lib
14LIBSUF = .dll
15OBJ = obj
16PREOBJS = tewi_vc6.res gui_vc6.res
Note: See TracBrowser for help on using the repository browser.