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

Annotation of /Platform/haiku.mk

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


Revision 1.1 - (hide annotations)
Thu Oct 17 09:53:38 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
update

1 nishi 1.1 # $Id: haiku.mk 212 2024-10-02 17:44:55Z nishi $
2    
3     CC = cc
4     AR = ar
5     CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
6     LDFLAGS =
7     LIBS = -lnetwork
8     EXEC =
9     LIBSUF = .so

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