Changeset 755:25e5f216a6d4 in mediastreamer2


Ignore:
Timestamp:
Oct 31, 2009 5:41:34 PM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

add inno setup to path.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@743 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

Location:
linphone
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • linphone/mingw-envsetup.sh

    r754 r755  
    1 export PATH=$PATH:/c/${PROGRAMFILES}/GnuWin32/bin 
     1export PATH=$PATH:"${PROGRAMFILES}\GnuWin32\bin":"${PROGRAMFILES}\Inno Setup 5" 
    22export PERL=/c/Perl/bin/perl.exe 
    33export INTLTOOL_PERL=/c/Perl/bin/perl.exe 
  • linphone/scripts/builder-mingw.mk

    r687 r755  
    2222 
    2323 
    24 #path to Inno Setup 5 compiler 
    25 ISCC=/c/Program\ Files/Inno\ Setup\ 5/ISCC.exe 
     24#Inno Setup 5 compiler 
     25ISCC=ISCC.exe 
    2626 
    2727$(LINPHONE_SRC_DIR)/configure: 
Note: See TracChangeset for help on using the changeset viewer.