projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compilation warning fixed
[wxWidgets.git]
/
distrib
/
msw
/
zippatch.bat
diff --git
a/distrib/msw/zippatch.bat
b/distrib/msw/zippatch.bat
index 37742c7514e5fb485d7b5bade88cd20deb0eab43..4980369d2563717980873983d9a6e518701e4c54 100755
(executable)
--- a/
distrib/msw/zippatch.bat
+++ b/
distrib/msw/zippatch.bat
@@
-1,12
+1,10
@@
@echo off
rem Zip up a patch file
@echo off
rem Zip up a patch file
-Rem m:\wx2 contains the latest version + any crucial patches
-set src=m:\wx2
+set src=d:\wx2\wxWindows
set dest=%wxwin\deliver
set dest=%wxwin\deliver
-set wise=0
Rem Set this to the required patch version
Rem Set this to the required patch version
-set version=0
3
+set version=0
1
if "%src" == "" goto usage
if "%dest" == "" goto usage
if "%src" == "" goto usage
if "%dest" == "" goto usage