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

Last change on this file since 40 was 40, checked in by Nishi, on Sep 17, 2024 at 9:31:08 PM

use dll for windows build

  • Property svn:keywords set to Id
File size: 143 bytes
RevLine 
[26]1# $Id: linux.mk 40 2024-09-17 12:31:08Z nishi $
2
3CC = cc
4AR = ar
[40]5CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -D_DEFAULT_SOURCE -fPIC
[26]6LDFLAGS =
7LIBS =
8EXEC =
9LIB = .so
Note: See TracBrowser for help on using the repository browser.