From c2bdb133d6348f6ad36b3fb551d4808166d876ea Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 18 Jan 2010 05:21:50 -0600 Subject: [PATCH] Don't build the Factor dll twice on Windows --- GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 772f3f9875..279a32e185 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -183,7 +183,6 @@ $(EXECUTABLE): $(DLL_OBJS) $(EXE_OBJS) $(CFLAGS) -o $@$(EXE_SUFFIX)$(EXE_EXTENSION) $(EXE_OBJS) $(CONSOLE_EXECUTABLE): $(DLL_OBJS) $(EXE_OBJS) - $(TOOLCHAIN_PREFIX)$(LINKER) $(ENGINE) $(DLL_OBJS) $(TOOLCHAIN_PREFIX)$(CPP) $(LIBS) $(LIBPATH) -L. $(LINK_WITH_ENGINE) \ $(CFLAGS) $(CFLAGS_CONSOLE) -o factor$(EXE_SUFFIX)$(CONSOLE_EXTENSION) $(EXE_OBJS) -- 2.34.1