ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Platform/bsdi.mk
Revision: 1.3
Committed: Thu Oct 17 10:33:26 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
Changes since 1.2: +2 -2 lines
Error occurred while calculating annotation data.
Log Message:
bsd/os is supported

File Contents

# Content
1 # $Id: bsdi.mk 383 2024-10-17 10:28:11Z nishi $
2
3 CC = cc
4 AR = ar
5 CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I ../VC6Compat -fPIC
6 LDFLAGS =
7 LIBS = -ldl
8 EXEC =
9 LIBSUF = .so