[GRASS-SVN] r55381 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 14 12:39:16 PDT 2013


Author: mmetz
Date: 2013-03-14 12:39:16 -0700 (Thu, 14 Mar 2013)
New Revision: 55381

Modified:
   grass/trunk/include/Make/Grass.make
Log:
revert r55359

Modified: grass/trunk/include/Make/Grass.make
===================================================================
--- grass/trunk/include/Make/Grass.make	2013-03-14 16:34:48 UTC (rev 55380)
+++ grass/trunk/include/Make/Grass.make	2013-03-14 19:39:16 UTC (rev 55381)
@@ -85,9 +85,10 @@
 ifdef MINGW
 WINDRES = windres
 FMODE_OBJ = $(BASE_LIBDIR)/fmode.o
+# if fmode.o causes trouble, try:
+# FMODE_OBJ = /lib/binmode.o
 MANIFEST_OBJ = $(OBJDIR)/$(basename $(notdir $@)).manifest.res
 MANIFEST = internal
-LDFLAGS += -lxdr -liberty -lws2_32
 endif
 
 # lexical analyzer and default options



More information about the grass-commit mailing list