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

Last change on this file since 305 was 305, checked in by Nishi, on Oct 10, 2024 at 11:15:08 AM

fix compat

  • Property svn:keywords set to Id
File size: 142 bytes
RevLine 
[298]1# $Id: unixware.mk 305 2024-10-10 02:15:08Z nishi $
2
[299]3CC = cc
[298]4AR = ar
[300]5CFLAGS = -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I $(PWD)/VC6Compat
[298]6LDFLAGS =
[305]7SHARED = -G
[298]8LIBS =
9EXEC =
10LIBSUF = .so
Note: See TracBrowser for help on using the repository browser.