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

Last change on this file since 299 was 299, checked in by Nishi, on Oct 10, 2024 at 11:02:03 AM

add

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