diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-21 19:52:04 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-21 19:52:04 +0100 |
commit | 98fcf580138858cb1ee0dbe8ff5722849d58d697 (patch) | |
tree | ff5a63f50c18b315386c86888ea3ae6a6a209810 | |
parent | 44ea7aa71a72e955e8fddf37b96c350bab5ae14d (diff) |
Test fix for rcgen compilation on FreeBSD.
-rw-r--r-- | plugin/Makefile.mingw32.in | 2 | ||||
-rw-r--r-- | plugingui/Makefile.am | 2 | ||||
-rw-r--r-- | plugingui/rcgen_.cc (renamed from plugingui/rcgen.cc) | 0 |
3 files changed, 2 insertions, 2 deletions
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 diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 49025c7..06e936f 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -18,7 +18,7 @@ plugingui_SOURCES = \ $(top_srcdir)/src/semaphore.cc \ $(top_srcdir)/src/mutex.cc -rcgen_SOURCES = rcgen.cc +rcgen_SOURCES = rcgen_.cc EXTRA_DIST = \ button.h \ diff --git a/plugingui/rcgen.cc b/plugingui/rcgen_.cc index 5eb3a4c..5eb3a4c 100644 --- a/plugingui/rcgen.cc +++ b/plugingui/rcgen_.cc |