From 20c9cd497cef9fab46f1e24eebe5fa98dc04a444 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 25 Jul 2020 17:21:43 +0200 Subject: Make rcgen use getoptpp and add strip-path argument. --- 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 bf52e04..fad7960 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -174,7 +174,7 @@ RES = \ ../COPYING all: - g++ @top_srcdir@/plugingui/rcgen.cc -o @top_srcdir@/plugingui/rcgen + g++ -I@top_srcdir@/getoptpp @top_srcdir@/plugingui/rcgen.cc -o @top_srcdir@/plugingui/rcgen (cd @top_srcdir@/plugingui; ./rcgen $(RES) > resource_data.cc) g++ $(CXXFLAGS) @top_srcdir@/plugingui/resource_data.cc -c gcc $(CFLAGS) $(DBG_CFLAGS) @top_srcdir@/hugin/hugin.c -c -- cgit v1.2.3