skeleton for adding spell support

This commit is contained in:
berkeviktor@aol.com
2010-08-13 17:53:53 +02:00
parent f9b9d4ee2f
commit 2f3d1e01e3
4 changed files with 9 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ mmx_cmod.o: mmx_cmod.S
gcc -DUNDERSCORE_SYMBOLS -c mmx_cmod.S
.c.obj:
$(CC) $(CFLAGS) $(GLIB) $(GTK) $<
$(CC) $(CFLAGS) $(GLIB) $(GTK) $(SPELL) $<
$(PROG): $(FEGTK_OBJECTS) $(COMLIB) xchat-icon.obj
$(LINK) /out:$(PROG) /ENTRY:mainCRTStartup $(LDFLAGS) $(LIBS) $(FEGTK_OBJECTS) $(COMLIB) xchat-icon.obj