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

Last change on this file since 367 was 212, checked in by Nishi, on Oct 3, 2024 at 2:44:55 AM

compiles on vc6

  • Property svn:keywords set to Id
File size: 138 bytes
RevLine 
[81]1# $Id: haiku.mk 212 2024-10-02 17:44:55Z nishi $
2
3CC = cc
4AR = ar
5CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
6LDFLAGS =
7LIBS = -lnetwork
8EXEC =
[212]9LIBSUF = .so
Note: See TracBrowser for help on using the repository browser.