X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/73a2995f98bd1d6cd4d77c494bce5dcda4c332fc..bca6a3a5553884d5e210706b144dc3855798934d:/distrib/msw/zipxml.bat diff --git a/distrib/msw/zipxml.bat b/distrib/msw/zipxml.bat index 368a299be0..8ecfd6db62 100755 --- a/distrib/msw/zipxml.bat +++ b/distrib/msw/zipxml.bat @@ -1,7 +1,7 @@ @echo off rem Zip up an external distribution of wxXML -set src=d:\wx2\wxWindows -set dest=d:\wx2\wxWindows\deliver +set src=%WXWIN% +set dest=%WXWIN%\deliver if "%src" == "" goto usage if "%dest" == "" goto usage @@ -23,7 +23,7 @@ goto end :usage echo DOS wxXML distribution. echo Usage: zipxml source destination -echo e.g. zipxml d:\wx2\wxWindows d:\wx2\wxWindows\deliver +echo e.g. zipxml d:\wx2\wxWidgets d:\wx2\wxWidgets\deliver :end