SF.net SVN: geany: [1595] trunk/src/makefile.win32

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Jun 3 16:51:48 UTC 2007


Revision: 1595
          http://svn.sourceforge.net/geany/?rev=1595&view=rev
Author:   eht16
Date:     2007-06-03 09:51:48 -0700 (Sun, 03 Jun 2007)

Log Message:
-----------
Add navqueue.o to object list.

Modified Paths:
--------------
    trunk/src/makefile.win32

Modified: trunk/src/makefile.win32
===================================================================
--- trunk/src/makefile.win32	2007-06-03 16:15:53 UTC (rev 1594)
+++ trunk/src/makefile.win32	2007-06-03 16:51:48 UTC (rev 1595)
@@ -47,7 +47,7 @@
 OBJS = treeviews.o templates.o encodings.o about.o prefs.o win32.o build.o msgwindow.o dialogs.o \
 	filetypes.o interface.o main.o support.o callbacks.o utils.o ui_utils.o socket.o \
 	highlighting.o editor.o document.o sciwrappers.o keyfile.o keybindings.o search.o notebook.o \
-	symbols.o tools.o project.o
+	symbols.o tools.o project.o navqueue.o
 
 .c.o:
 	$(CC) $(CCFLAGS) -c $<


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