7a02658071
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
8 lines
139 B
Batchfile
Executable File
8 lines
139 B
Batchfile
Executable File
@echo off
|
|
Rem Zip up WinCE project files
|
|
|
|
erase %WXWIN%\wxWinCE.zip
|
|
zip -@ %WXWIN%\wxWinCE.zip < %WXWIN%\distrib\msw\wince.rsp
|
|
|
|
echo Done.
|