Kaydet (Commit) 0f9f0490 authored tarafından Enrico Tröger's avatar Enrico Tröger

Moved the socket code from main.c to socket.c.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@799 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst bf5ae496
...@@ -25,6 +25,7 @@ SRCS = \ ...@@ -25,6 +25,7 @@ SRCS = \
sci_cb.c sci_cb.h \ sci_cb.c sci_cb.h \
sciwrappers.c sciwrappers.h \ sciwrappers.c sciwrappers.h \
document.c document.h \ document.c document.h \
socket.c socket.h \
utils.c utils.h \ utils.c utils.h \
ui_utils.c ui_utils.h \ ui_utils.c ui_utils.h \
support.c support.h \ support.c support.h \
......
...@@ -45,7 +45,7 @@ ALL_GTK_LIBS= \ ...@@ -45,7 +45,7 @@ ALL_GTK_LIBS= \
CCFLAGS=-Wall -O2 -g -mms-bitfields $(DEFINES) $(INCLUDEDIRS) 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 \ 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 highlighting.o sci_cb.o document.o sciwrappers.o keyfile.o keybindings.o search.o notebook.o
.c.o: .c.o:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment