source: Main/trunk/Platform/linux.mk@ 152

Last change on this file since 152 was 47, checked in by Nishi, on Sep 18, 2024 at 7:08:41 PM

fix linux build

  • Property svn:keywords set to Id
File size: 163 bytes
Line 
1# $Id: linux.mk 47 2024-09-18 10:08:41Z nishi $
2
3CC = cc
4AR = ar
5CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -D_DEFAULT_SOURCE -fPIC -D_XOPEN_SOURCE=600
6LDFLAGS =
7LIBS =
8EXEC =
9LIB = .so
Note: See TracBrowser for help on using the repository browser.