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

Last change on this file since 375 was 375, checked in by Nishi, on Oct 17, 2024 at 7:14:19 PM

trying

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