source: Main/trunk/Platform/darwin.mk

Last change on this file was 399, checked in by Nishi, on Nov 1, 2024 at 12:31:42 AM

add darwin

  • Property svn:keywords set to Id
File size: 152 bytes
RevLine 
[399]1# $Id: darwin.mk 399 2024-10-31 15:31:42Z nishi $
2
3CC = cc
4AR = ar
5CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
6LDFLAGS =
7LIBS =
8EXEC =
9SHARED = -dynamiclib
10LIBSUF = .dylib
Note: See TracBrowser for help on using the repository browser.