summary refs log tree commit diff stats
path: root/src/makeinc.skel
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-11-12 03:52:43 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-11-12 03:52:43 +0100
commit9cbe171fd9e1634ea91423d9f52b299705ee98d7 (patch)
tree3cafc0bf34979a809f6929c862d5ff55b3000123 /src/makeinc.skel
parentc5a9da7593b9c72c7c1349cf6e432672c7e0e1eb (diff)
move specific stuff to the proper makefiles
Diffstat (limited to 'src/makeinc.skel')
-rw-r--r--src/makeinc.skel58
1 files changed, 0 insertions, 58 deletions
diff --git a/src/makeinc.skel b/src/makeinc.skel
index 8c1e67c4..3ad4998a 100644
--- a/src/makeinc.skel
+++ b/src/makeinc.skel
@@ -45,61 +45,3 @@ PYTHONOUTPUT = xcpython.dll
 
 TCLLIB = tcl85
 TCLOUTPUT = xctcl.dll
-
-COMMON_OBJECTS = \
-cfgfiles.obj \
-chanopt.obj \
-ctcp.obj \
-dcc.obj \
-history.obj \
-ignore.obj \
-inbound.obj \
-modes.obj \
-network.obj \
-notify.obj \
-outbound.obj \
-plugin.obj \
-plugin-timer.obj \
-portable.obj \
-proto-irc.obj \
-server.obj \
-servlist.obj \
-ssl.obj \
-text.obj \
-thread.obj \
-tree.obj \
-url.obj \
-userlist.obj \
-util.obj \
-xchat.obj
-
-FEGTK_OBJECTS = \
-about.obj \
-ascii.obj \
-banlist.obj \
-chanlist.obj \
-chanview.obj \
-custom-list.obj \
-dccgui.obj \
-editlist.obj \
-fe-gtk.obj \
-fkeys.obj \
-gtkutil.obj \
-ignoregui.obj \
-joind.obj \
-maingui.obj \
-menu.obj \
-notifygui.obj \
-palette.obj \
-pixmaps.obj \
-plugingui.obj \
-plugin-tray.obj \
-rawlog.obj \
-search.obj \
-servlistgui.obj \
-setup.obj \
-sexy-spell-entry.obj \
-textgui.obj \
-urlgrab.obj \
-userlistgui.obj \
-xtext.obj