source:
Main/trunk/Platform/nextstep.mk@
339
Last change on this file since 339 was 339, checked in by , on Oct 15, 2024 at 3:22:34 AM | |
---|---|
|
|
File size: 248 bytes |
Line | |
---|---|
1 | # $Id: nextstep.mk 339 2024-10-14 18:22:34Z nishi $ |
2 | |
3 | CC = cc |
4 | AR = ar |
5 | CFLAGS = -g -DPREFIX=\"$(PREFIX)\" -I ../VC6Compat -I $(PWD)/Common -D_POSIX_SOURCE -D_NEXT_SOURCE -Duint64_t=uint32_t -DREALLY_OLD |
6 | LDFLAGS = |
7 | LIBS = -ldl |
8 | EXEC = |
9 | LIBSUF = .so |
10 | AR_USUAL=rc |
11 | MODULE = |
12 | MAYBE_RANLIB=ranlib common.a |
Note:
See TracBrowser
for help on using the repository browser.