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