Skip to content

Commit

Permalink
Do not include the 'bin' directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Jun 18, 2010
1 parent f572f84 commit aac4bba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/py2exe.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ rmdir /S /Q build dist
set GTKDIR=%SYSTEMDRIVE%\gtk+
set PYDIR=%SYSTEMDRIVE%\python26
%PYDIR%\python.exe winsetup.py py2exe
xcopy %GTKDIR%\bin\*.dll dist\bin /i /y
xcopy %GTKDIR%\etc dist\etc /s /i /y
xcopy %GTKDIR%\lib\*.dll dist\lib /s /i /y
xcopy %GTKDIR%\lib\*.dll.a dist\lib /s /i /y
Expand Down

0 comments on commit aac4bba

Please sign in to comment.