|
From: <ba...@us...> - 2006-09-18 00:29:46
|
Revision: 371
http://svn.sourceforge.net/cadcdev/?rev=371&view=rev
Author: bardtx
Date: 2006-09-17 17:29:43 -0700 (Sun, 17 Sep 2006)
Log Message:
-----------
kos: Add OSX build stuff to vqenc makefile
Modified Paths:
--------------
kos/utils/vqenc/Makefile
Modified: kos/utils/vqenc/Makefile
===================================================================
--- kos/utils/vqenc/Makefile 2006-09-18 00:27:58 UTC (rev 370)
+++ kos/utils/vqenc/Makefile 2006-09-18 00:29:43 UTC (rev 371)
@@ -1,6 +1,11 @@
# Makefile for the genromfs program.
+# Use for OSX w/Fink
+#CFLAGS = -O2 -Wall -DINLINE=inline -I/sw/include #-g#
+#LDFLAGS = -s -L/sw/lib -lpng -ljpeg -lz #-g
+
+# Use for other systems
CFLAGS = -O2 -Wall -DINLINE=inline #-g#
LDFLAGS = -s -lpng -ljpeg -lz #-g
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|