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

Last change on this file since 388 was 340, checked in by Nishi, on Oct 15, 2024 at 3:23:44 AM

trying to add nextstep support

  • Property svn:keywords set to Id
File size: 243 bytes
RevLine 
[320]1# $Id: nextstep.mk 340 2024-10-14 18:23:44Z nishi $
2
3CC = cc
4AR = ar
[326]5CFLAGS = -g -DPREFIX=\"$(PREFIX)\" -I ../VC6Compat -I $(PWD)/Common -D_POSIX_SOURCE -D_NEXT_SOURCE -Duint64_t=uint32_t -DREALLY_OLD
[320]6LDFLAGS =
[340]7LIBS =
[320]8EXEC =
9LIBSUF = .so
[322]10AR_USUAL=rc
[339]11MODULE =
[322]12MAYBE_RANLIB=ranlib common.a
Note: See TracBrowser for help on using the repository browser.