source: makeinst.bat@ 652:692fece71a34

Last change on this file since 652:692fece71a34 was 20:c2c47ea02649, checked in by István Váradi <ivaradi@…>, 12 years ago

Added support for creating an installer package

File size: 221 bytes
Line 
1set MSVCRDIR=c:\windows\winsxs\x86_Microsoft.VC90.CRT*9.0.21022.8*
2set GTKRTDIR=c:\Python27\Lib\site-packages\gtk-2.0\runtime
3set NSISDIR=C:\Program Files\NSIS
4
5python setup.py py2exe
6
7"%NSISDIR%\makensis" mlx.nsi
Note: See TracBrowser for help on using the repository browser.