From cefc6d187a28f233e182fc1389d75a3e6c18b5f3 Mon Sep 17 00:00:00 2001 From: TimeServ Date: Sun, 14 Jun 2009 01:15:00 +0000 Subject: [PATCH] fix makefile for qclib git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3223 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/qclib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/qclib/Makefile b/engine/qclib/Makefile index 2f1e81b3b..81f2c97ed 100644 --- a/engine/qclib/Makefile +++ b/engine/qclib/Makefile @@ -70,7 +70,7 @@ gtkgui: $(MAKE) USEGUI_CFLAGS="-DUSEGUI -DQCCONLY" R_gtkgui clean: - $(RM) fteqcc.bin fteqcc.exe $(QCC_OBJS) $(COMMON_OBJS) $(VM_OBJS) $(GTKGUI_OBJS) $(WIN32GUI_OBJS) + $(RM) fteqcc.bin fteqcc.exe $(QCC_OBJS) $(COMMON_OBJS) $(VM_OBJS) $(GTKGUI_OBJS) $(WIN32GUI_OBJS) $(TUI_OBJS) qcvm.so: $(QCC_OBJS) $(VM_OBJS) $(COMMON_OBJS) $(CC) $(BASE_CFLAGS) -o $@ -O3 -s $(QCC_OBJS) $(VM_OBJS) $(COMMON_OBJS) -shared