From 997670deb40f2829abdecc5531393462a68377d3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 30 Nov 2012 01:47:12 +0000 Subject: on Windows, use autoconf setup to install the translation files svn path=/trunk/; revision=16619 --- packages/win32_inno/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index 74eb423f..3e164968 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -72,8 +72,13 @@ $(pd_src)/asio/ASIOSDK2: $(HOME)/asiosdk2.2.zip build_pd: $(pd_src)/asio/ASIOSDK2 $(MAKE) -C $(pd_src)/src -f makefile.mingw MORECFLAGS="-O2 -g -fno-tree-vectorize -fno-strict-aliasing" +# use autoconf setup to install the translation files +pd_po_msg_install: + cd $(pd_src) && ./autogen.sh && ./configure + make -C $(pd_src)/po $(DEST_PATHS) install + PD_NAME=Pd -pd_install: build_pd +pd_install: build_pd pd_po_msg_install # the autoconf/MinGW setup doesn't compile the extras yet # $(MAKE) -C $(pd_src)/src $(DEST_PATHS) bin # -$(MAKE) -C $(pd_src)/src $(DEST_PATHS) install -- cgit v1.2.1