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

Last change on this file since 405 was 383, checked in by Nishi, on Oct 17, 2024 at 7:28:11 PM

trying to fix bsdi port

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