[mapguide-commits] r7320 - branches/2.5/MgDev/Oem/agg-2.4/src
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Sat Jan 19 16:54:30 PST 2013
Author: jng
Date: 2013-01-19 16:54:30 -0800 (Sat, 19 Jan 2013)
New Revision: 7320
Modified:
branches/2.5/MgDev/Oem/agg-2.4/src/Makefile
Log:
#1657: Update agg makefile to allow additional CXXFLAGS to be passed in
Modified: branches/2.5/MgDev/Oem/agg-2.4/src/Makefile
===================================================================
--- branches/2.5/MgDev/Oem/agg-2.4/src/Makefile 2013-01-19 10:58:40 UTC (rev 7319)
+++ branches/2.5/MgDev/Oem/agg-2.4/src/Makefile 2013-01-20 00:54:30 UTC (rev 7320)
@@ -1,6 +1,6 @@
include ../Makefile.in.$(shell uname)
-CXXFLAGS= $(AGGCXXFLAGS) -I../include -L./
+CXXFLAGS= $(AGGCXXFLAGS) $(EXTRACXXFLAGS) -I../include -L./
SRC_CXX=\
agg_arc.cpp \
More information about the mapguide-commits
mailing list