/[tewi]/Platform/bsdi.mk
ViewVC logotype

Annotation of /Platform/bsdi.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations)
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
bsd/os is supported

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

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev