]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/samples/doodle/cxfreeze.bat
2 rem This script is an example of how to use cx_Freeze on a wxPython
3 rem app to produce an executable.
6 set CXDIR
=c
:\tools\cx_Freeze
-2.2
7 rem set CXBASE=ConsoleBase.exe
8 set CXBASE
=Win32GUIBase.exe
11 %CXDIR%\FreezePython.exe
--base
-binary
%CXDIR%\
%CXBASE% --install
-dir cxdist superdoodle.py
13 rem NOTE: Only the python DLL is copied to cxdist, you'll still need
14 rem to copy the wxWidgets DLLs and any others that are needed...