source: Main/trunk/Platform/nextstep.mk@ 322

Last change on this file since 322 was 322, checked in by Nishi, on Oct 15, 2024 at 2:41:06 AM

trying to add nextstep support

  • Property svn:keywords set to Id
File size: 211 bytes
Line 
1# $Id: nextstep.mk 322 2024-10-14 17:41:06Z nishi $
2
3CC = cc
4AR = ar
5CFLAGS = -g -DPREFIX=\"$(PREFIX)\" -I ../VC6Compat -I $(PWD)/Common -D_POSIX_SOURCE -D_XOPEN_SOURCE=600
6LDFLAGS =
7LIBS = -ldl
8EXEC =
9LIBSUF = .so
10AR_USUAL=rc
11MAYBE_RANLIB=ranlib common.a
Note: See TracBrowser for help on using the repository browser.