source: Main/trunk/Platform/solaris.mk@ 406

Last change on this file since 406 was 406, checked in by Nishi, on Nov 3, 2024 at 10:50:19 PM

fixing for solaris

  • Property svn:keywords set to Id
File size: 144 bytes
RevLine 
[2]1# $Id: solaris.mk 406 2024-11-03 13:50:19Z nishi $
2
3CC = cc
4AR = ar
[404]5CFLAGS = -g -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC -I ../VC6Compat
[2]6LDFLAGS =
[406]7LIBS = -lsocket
[6]8EXEC =
[212]9LIBSUF = .so
Note: See TracBrowser for help on using the repository browser.