add inno setup to path.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@743 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
smorlat 2009-10-31 16:41:34 +00:00
parent 3a74265cca
commit f78974a6dc
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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