diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-09-20 14:57:43 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-09-20 14:57:43 +0200 |
commit | ed6a243f186a741f07202e11d2e60431c79e21a7 (patch) | |
tree | 2397530ec28477e43ede60afb94fd4d8197d35ac /src/fe-gtk/makefile.mak | |
parent | 87f7151ed74537a855c9329cd4a2a39dd0624433 (diff) |
don't build mmx_cmod since it ain't speeding up anything (and it's x86-only btw)
Diffstat (limited to 'src/fe-gtk/makefile.mak')
-rw-r--r-- | src/fe-gtk/makefile.mak | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fe-gtk/makefile.mak b/src/fe-gtk/makefile.mak index e3d1f972..4b1f1a21 100644 --- a/src/fe-gtk/makefile.mak +++ b/src/fe-gtk/makefile.mak @@ -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 |