SF.net SVN: geany:[5572] trunk/src/makefile.win32
eht16 at users.sourceforge.net
eht16 at xxxxx
Sun Mar 6 13:10:49 UTC 2011
Revision: 5572
http://geany.svn.sourceforge.net/geany/?rev=5572&view=rev
Author: eht16
Date: 2011-03-06 13:10:48 +0000 (Sun, 06 Mar 2011)
Log Message:
-----------
Fix Windows build
Modified Paths:
--------------
trunk/src/makefile.win32
Modified: trunk/src/makefile.win32
===================================================================
--- trunk/src/makefile.win32 2011-03-06 12:11:54 UTC (rev 5571)
+++ trunk/src/makefile.win32 2011-03-06 13:10:48 UTC (rev 5572)
@@ -91,9 +91,9 @@
binclean:
$(RM) $(TARGET)
-$(TARGET): $(OBJS) $(RES) ../scintilla/scintilla.a ../tagmanager/tagmanager.a
+$(TARGET): $(OBJS) $(RES) ../scintilla/scintilla.a ../tagmanager/mio/mio.a ../tagmanager/tagmanager.a
$(CXX) $(OBJS) $(RES) -o $(TARGET) \
- ../scintilla/scintilla.a ../tagmanager/mio∕mio.a ../tagmanager/tagmanager.a \
+ ../scintilla/scintilla.a ../tagmanager/tagmanager.a ../tagmanager/mio/mio.a \
$(ALL_GTK_LIBS) $(WIN_LIBS)
deps.mak:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list