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
RevLine 
[298]1# $Id: unixware.mk 307 2024-10-10 02:23:26Z nishi $
2
[299]3CC = cc
[298]4AR = ar
[300]5CFLAGS = -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I $(PWD)/VC6Compat
[298]6LDFLAGS =
[305]7SHARED = -G
[307]8LIBS = -lnetwork -ldl
[298]9EXEC =
10LIBSUF = .so
Note: See TracBrowser for help on using the repository browser.