From 98fcf580138858cb1ee0dbe8ff5722849d58d697 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 21 Jan 2017 19:52:04 +0100 Subject: Test fix for rcgen compilation on FreeBSD. --- plugin/Makefile.mingw32.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 575a8a2..b84c890 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -118,7 +118,7 @@ SRC = \ drumgizmo_plugin.cc all: - g++ @top_srcdir@/plugingui/rcgen.cc -o @top_srcdir@/plugingui/rcgen + g++ @top_srcdir@/plugingui/rcgen_.cc -o @top_srcdir@/plugingui/rcgen (cd @top_srcdir@/plugingui/resources; ../rcgen * > ../resource_data.cc) gcc $(DBG_CFLAGS) @top_srcdir@/hugin/hugin.c -c gcc $(DBG_CFLAGS) @top_srcdir@/hugin/hugin_syslog.c -c -- cgit v1.2.3