some cleanup

This commit is contained in:
berkeviktor@aol.com
2010-10-02 22:11:42 +02:00
parent 33814ec9d1
commit 72794f4fb5
6 changed files with 17 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ PROG = xchat.exe
all: $(PROG)
.c.obj:
$(CC) $(CFLAGS) -I..\..\plugins $(GLIB) $(GTK) $(SPELL) $<
$(CC) $(CFLAGS) -I..\..\plugins $(GLIB) $(GTK) $<
$(PROG): $(FEGTK_OBJECTS) $(COMLIB) xchat-icon.obj
$(LINK) /out:$(PROG) /entry:mainCRTStartup $(LDFLAGS) $(LIBS) $(FEGTK_OBJECTS) $(COMLIB) xchat-icon.obj