source:
Main/trunk/Platform/vc6.mk@
212
Last change on this file since 212 was 212, checked in by , on Oct 3, 2024 at 2:44:55 AM | |
---|---|
|
|
File size: 202 bytes |
Line | |
---|---|
1 | # $Id: vc6.mk 212 2024-10-02 17:44:55Z nishi $ |
2 | |
3 | CC = ../vc6.sh |
4 | AR = lib |
5 | AR_FLAGS = /out: |
6 | CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC |
7 | LDFLAGS = |
8 | LIBS = -lws2_32 -ladvapi32 -llibcmt |
9 | EXEC = |
10 | STATIC = lib |
11 | LIBSUF = .dll |
12 | OBJ = obj |
Note:
See TracBrowser
for help on using the repository browser.