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