source:
Main/trunk/Platform/solaris.mk
Last change on this file was 407, checked in by , on Nov 3, 2024 at 10:51:38 PM | |
---|---|
|
|
File size: 149 bytes |
Line | |
---|---|
1 | # $Id: solaris.mk 407 2024-11-03 13:51:38Z nishi $ |
2 | |
3 | CC = cc |
4 | AR = ar |
5 | CFLAGS = -g -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC -I ../VC6Compat |
6 | LDFLAGS = |
7 | LIBS = -lsocket -ldl |
8 | EXEC = |
9 | LIBSUF = .so |
Note:
See TracBrowser
for help on using the repository browser.