source: Main/trunk/Platform/bsdi.mk@ 374

Last change on this file since 374 was 374, checked in by Nishi, on Oct 17, 2024 at 7:10:26 PM

add bsdi

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