diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-21 19:57:01 +0100 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-21 19:57:01 +0100 | 
| commit | 9fb79f76e3384a76ca193cd6bae9754eb474689e (patch) | |
| tree | 19036993e0fd9fd6cc49f8b172da6ebae7cc414a /plugin | |
| parent | 98fcf580138858cb1ee0dbe8ff5722849d58d697 (diff) | |
Revert "Test fix for rcgen compilation on FreeBSD."
This reverts commit 98fcf580138858cb1ee0dbe8ff5722849d58d697.
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 b84c890..575a8a2 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 | 
