[GRASS-SVN] r33284 - grass/branches/develbranch_6/gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 5 18:24:34 EDT 2008


Author: martinl
Date: 2008-09-05 18:24:34 -0400 (Fri, 05 Sep 2008)
New Revision: 33284

Modified:
   grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile
Log:
revert r33283 (lgdi still needed)


Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile	2008-09-05 22:22:48 UTC (rev 33283)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile	2008-09-05 22:24:34 UTC (rev 33284)
@@ -11,7 +11,7 @@
 ifeq ($(findstring darwin,$(ARCH)),darwin)
 EXTRA_LIBS := -bundle -undefined dynamic_lookup $(EXTRA_LIBS)
 else
-EXTRA_LIBS := $(EXTRA_LIBS)
+EXTRA_LIBS := $(EXTRA_LIBS) -lgdi
 endif
 
 LOCAL_HEADERS = digit.h driver.h



More information about the grass-commit mailing list