move specific stuff to the proper makefiles

This commit is contained in:
berkeviktor@aol.com
2010-11-12 03:52:43 +01:00
parent c5a9da7593
commit 9cbe171fd9
3 changed files with 58 additions and 58 deletions

View File

@@ -1,5 +1,36 @@
include "..\makeinc.mak"
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
!ifdef X64
MACHINE_FLAG = /MACHINE:X64
!else