~quadrispro/codelite/trunk

« back to all changes in this revision

Viewing changes to InnoSetup/make_packages.bat

  • Committer: eranif
  • Date: 2013-01-26 15:31:55 UTC
  • Revision ID: svn-v4:9da81c78-c036-0410-9e1f-a2b0375e4b5a:trunk:6212
Updated make_packages.bat script (mingw version)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
SET CODELITE_INSTALLER=codelite-5.0.%2
28
28
 
29
29
:: Installer name for IDE + MinGW
30
 
SET CODELITE_INSTALLER_MINGW=codelite-5.0.%2-mingw4.6.1
 
30
SET CODELITE_INSTALLER_MINGW=codelite-5.0.%2-mingw4.7.1
31
31
 
32
32
:: Installer name for IDE + MinGW + WX2.9.4
33
 
SET CODELITE_INSTALLER_MINGW_WX=codelite-5.0.%2-mingw4.6.1-wx2.9.4
 
33
SET CODELITE_INSTALLER_MINGW_WX=codelite-5.0.%2-mingw4.7.1-wx2.9.4
34
34
 
35
35
"D:\software%\Inno Setup 5\iscc" lite_editor.iss /F%CODELITE_INSTALLER%
36
36