mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
don't build mmx_cmod since it ain't speeding up anything (and it's x86-only btw)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user