projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
forward SetColPos() to the header window
[wxWidgets.git]
/
distrib
/
msw
/
zipwince.bat
Commit
Line
Data
7a026580
JS
1
@echo off
2
Rem Zip up WinCE project files
3
4
erase %WXWIN%\wxWinCE.zip
5
zip -@ %WXWIN%\wxWinCE.zip < %WXWIN%\distrib\msw\wince.rsp
6
7
echo Done.