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 /plugin | |
| parent | 44ea7aa71a72e955e8fddf37b96c350bab5ae14d (diff) | |
Test fix for rcgen compilation on FreeBSD.
Diffstat (limited to 'plugin')
| -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 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 | 
