don't build mmx_cmod since it ain't speeding up anything (and it's x86-only btw)

This commit is contained in:
berkeviktor@aol.com
2010-09-20 14:57:43 +02:00
parent 87f7151ed7
commit ed6a243f18
4 changed files with 1 additions and 13 deletions

View File

@@ -11,9 +11,6 @@ PROG = xchat.exe
all: $(PROG)
mmx_cmod.o: mmx_cmod.S
gcc -DUNDERSCORE_SYMBOLS -c mmx_cmod.S
.c.obj:
$(CC) $(CFLAGS) -I..\..\plugins $(GLIB) $(GTK) $(SPELL) $<
@@ -31,7 +28,6 @@ xchat-icon.obj: xchat.res
clean:
@del *.obj
@del mmx_cmod.o
@del $(PROG)
@del xchat.rc
@del xchat.res