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
Log Message:
bsd/os is supported

File Contents

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