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