source: Main/trunk/Platform/haiku.mk@ 132

Last change on this file since 132 was 81, checked in by Nishi, on Sep 19, 2024 at 9:40:33 PM

add haiku support

  • Property svn:keywords set to Id
File size: 135 bytes
Line 
1# $Id: haiku.mk 81 2024-09-19 12:40:33Z nishi $
2
3CC = cc
4AR = ar
5CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
6LDFLAGS =
7LIBS = -lnetwork
8EXEC =
9LIB = .so
Note: See TracBrowser for help on using the repository browser.