Author: bgbnbigben
Date: 2011-01-24 16:20:49 -0800 (Mon, 24 Jan 2011)
New Revision: 8312
Log:
Fix to allow shared libraries to build under msys (STR #2487). GCC now throws 
warnings about auto-import which will need to be cleared up, but this doesn't 
have an effect on runtime.


Modified:
   trunk/glut/Makefile

Modified: trunk/glut/Makefile
===================================================================
--- trunk/glut/Makefile 2011-01-24 21:58:44 UTC (rev 8311)
+++ trunk/glut/Makefile 2011-01-25 00:20:49 UTC (rev 8312)
@@ -109,7 +109,7 @@
 
 ../lib/fltk2_glut.dll: $(OBJECTS)
        echo $(DSOCOMMAND) $@ ...
-       $(DSOCOMMAND) $@ $(OBJECTS) $(IMAGELIBS) $(LOCAL_IMAGELIBS) $(LINKFLTK) 
$(GLDLIBS)
+       $(DSOCOMMAND) $@ $(OBJECTS) $(IMAGELIBS) $(LOCAL_IMAGELIBS) 
$(LINKFLTKGL) $(GLDLIBS)
        cp ../lib/fltk2_glut.dll ./
 
 #

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to