From 81f5c93c19816811918a38233bdd32c017f42883 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 21 Dec 2015 11:12:46 +0100 Subject: Revert trigger happy Makefile.mingw32 commit. --- plugingui/Makefile.mingw32 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugingui') diff --git a/plugingui/Makefile.mingw32 b/plugingui/Makefile.mingw32 index e039cd5..3f52e8a 100644 --- a/plugingui/Makefile.mingw32 +++ b/plugingui/Makefile.mingw32 @@ -56,8 +56,7 @@ DBG_CFLAGS=-I../hugin -DWITH_HUG_SYSLOG -DWITH_HUG_MUTEX -DDISABLE_HUGIN all: gcc $(DBG_CFLAGS) ../hugin/hugin.c -c gcc $(DBG_CFLAGS) ../hugin/hugin_syslog.c -c - gcc LooplessSizeMove.c -c - g++ -std=c++11 -static -static-libgcc -O2 -g -Wall $(DBG_CFLAGS) $(DG_CFLAGS) $(DG_LIBS) hugin.o hugin_syslog.o LooplessSizeMove.o $(DG_SRC) ${GUI_SRC} ${GUI_CFLAGS} $(GUI_LIBS) -o plugingui.exe + g++ -std=c++11 -static -static-libgcc -O2 -g -Wall $(DBG_CFLAGS) $(DG_CFLAGS) $(DG_LIBS) hugin.o hugin_syslog.o $(DG_SRC) ${GUI_SRC} ${GUI_CFLAGS} $(GUI_LIBS) -o plugingui.exe clean: del -f drumgizmo_vst.dll libdrumgizmo_vst.a -- cgit v1.2.3