diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-07-25 17:21:43 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-07-25 18:43:45 +0200 |
commit | 20c9cd497cef9fab46f1e24eebe5fa98dc04a444 (patch) | |
tree | ac5b15ff7354152da2eb8cb45e3fb8e494253b3a /plugin/Makefile.mingw32.in | |
parent | a986514d0e1ebe78677af6200172fc391e3f063c (diff) |
Make rcgen use getoptpp and add strip-path argument.
Diffstat (limited to 'plugin/Makefile.mingw32.in')
-rw-r--r-- | plugin/Makefile.mingw32.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |