From f78974a6dc6391d52b1e2e64d7d622c592cdb8f1 Mon Sep 17 00:00:00 2001 From: smorlat <smorlat@3f6dc0c8-ddfe-455d-9043-3cd528dc4637> Date: Sat, 31 Oct 2009 16:41:34 +0000 Subject: [PATCH] add inno setup to path. git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@743 3f6dc0c8-ddfe-455d-9043-3cd528dc4637 --- linphone/mingw-envsetup.sh | 2 +- linphone/scripts/builder-mingw.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linphone/mingw-envsetup.sh b/linphone/mingw-envsetup.sh index f2a48737ff..9f79d89766 100644 --- a/linphone/mingw-envsetup.sh +++ b/linphone/mingw-envsetup.sh @@ -1,4 +1,4 @@ -export PATH=$PATH:/c/${PROGRAMFILES}/GnuWin32/bin +export PATH=$PATH:"${PROGRAMFILES}\GnuWin32\bin":"${PROGRAMFILES}\Inno Setup 5" export PERL=/c/Perl/bin/perl.exe export INTLTOOL_PERL=/c/Perl/bin/perl.exe diff --git a/linphone/scripts/builder-mingw.mk b/linphone/scripts/builder-mingw.mk index f3be1825ff..3559ee8beb 100644 --- a/linphone/scripts/builder-mingw.mk +++ b/linphone/scripts/builder-mingw.mk @@ -21,8 +21,8 @@ $(INSTALL_ROOT): $(WORKDIR) -#path to Inno Setup 5 compiler -ISCC=/c/Program\ Files/Inno\ Setup\ 5/ISCC.exe +#Inno Setup 5 compiler +ISCC=ISCC.exe $(LINPHONE_SRC_DIR)/configure: cd $(LINPHONE_SRC_DIR) && ./autogen.sh -- GitLab