source: Main/trunk/Platform/unixware.mk@ 307

Last change on this file since 307 was 307, checked in by Nishi, on Oct 10, 2024 at 11:23:26 AM

add libs

  • Property svn:keywords set to Id
File size: 157 bytes
Line 
1# $Id: unixware.mk 307 2024-10-10 02:23:26Z nishi $
2
3CC = cc
4AR = ar
5CFLAGS = -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I $(PWD)/VC6Compat
6LDFLAGS =
7SHARED = -G
8LIBS = -lnetwork -ldl
9EXEC =
10LIBSUF = .so
Note: See TracBrowser for help on using the repository browser.