mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
some cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user