From 726ab4977c0335793ea8ad75d58c6eabf0a90f83 Mon Sep 17 00:00:00 2001 From: Molgrum Date: Sat, 20 Oct 2007 19:52:02 +0000 Subject: [PATCH] Fixed the BSD mingl target. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2754 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engine/Makefile b/engine/Makefile index 537262345..b1a630f72 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -529,6 +529,9 @@ endif M_CFLAGS=$(SWCFLAGS) $(GLCFLAGS) -I/usr/X11R6/include MB_DIR=m_bsd MCL_DIR=mcl_bsd + + MINGL_EXE_NAME=../fteqw.mingl + MINGL_DIR=mingl_bsd endif ifneq ($(shell echo $(FTE_TARGET)|grep linux),)