source:
winemakeinst.bat@
938:f26db2a00d8a
Last change on this file since 938:f26db2a00d8a was 916:4f738ffc3596, checked in by , 6 years ago | |
---|---|
File size: 346 bytes |
Line | |
---|---|
1 | set MSVCRDIR=c:\windows\winsxs\x86_Microsoft.VC90.CRT*9.0.21022.8* |
2 | set GTKRTDIR=c:\Python27\Lib\site-packages\gtk-2.0\runtime |
3 | set CEFDIR=c:\Python27\Lib\site-packages\cefpython3 |
4 | set CHROMEDRIVER=c:\tmp\chromedriver.exe |
5 | set NSISDIR=C:\Program Files\NSIS |
6 | set WINE=yes |
7 | |
8 | C:\Python27\python.exe setup.py py2exe |
9 | |
10 | "%NSISDIR%\makensis" mlx.nsi |
Note:
See TracBrowser
for help on using the repository browser.