source: Main/trunk/Platform/generic.mk@ 159

Last change on this file since 159 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: 125 bytes
RevLine 
[2]1# $Id: generic.mk 40 2024-09-17 12:31:08Z nishi $
2
3CC = cc
4AR = ar
[40]5CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
[2]6LDFLAGS =
7LIBS =
[6]8EXEC =
[17]9LIB = .so
Note: See TracBrowser for help on using the repository browser.