SF.net SVN: geany: [799] trunk/src
eht16 at users.sourceforge.net
eht16 at xxxxx
Thu Sep 7 17:40:54 UTC 2006
Revision: 799
http://svn.sourceforge.net/geany/?rev=799&view=rev
Author: eht16
Date: 2006-09-07 10:40:44 -0700 (Thu, 07 Sep 2006)
Log Message:
-----------
Moved the socket code from main.c to socket.c.
Modified Paths:
--------------
trunk/src/Makefile.am
trunk/src/makefile.win32
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2006-09-07 15:51:24 UTC (rev 798)
+++ trunk/src/Makefile.am 2006-09-07 17:40:44 UTC (rev 799)
@@ -25,6 +25,7 @@
sci_cb.c sci_cb.h \
sciwrappers.c sciwrappers.h \
document.c document.h \
+ socket.c socket.h \
utils.c utils.h \
ui_utils.c ui_utils.h \
support.c support.h \
Modified: trunk/src/makefile.win32
===================================================================
--- trunk/src/makefile.win32 2006-09-07 15:51:24 UTC (rev 798)
+++ trunk/src/makefile.win32 2006-09-07 17:40:44 UTC (rev 799)
@@ -45,7 +45,7 @@
CCFLAGS=-Wall -O2 -g -mms-bitfields $(DEFINES) $(INCLUDEDIRS)
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 \
+ filetypes.o interface.o main.o support.o callbacks.o utils.o ui_utils.o socket.o \
highlighting.o sci_cb.o document.o sciwrappers.o keyfile.o keybindings.o search.o notebook.o
.c.o:
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