]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/zipxml.bat
Temporary ugly trick to make release for OpenWatcom possible.
[wxWidgets.git] / distrib / msw / zipxml.bat
index 368a299be04990b1372e9a1772277c20eecaa889..8ecfd6db62153af2ba6d18b42126c6f12812da63 100755 (executable)
@@ -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