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

Last change on this file since 212 was 212, checked in by Nishi, on Oct 3, 2024 at 2:44:55 AM

compiles on vc6

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