+setlocal
+
+iff "%1" == "15" then
+ set PCBUILD=c:\projects\Python-1.5.2\PCBuild
+elseiff "%1" == "20" then
+ set PCBUILD=c:\projects\Python-2.0\PCBuild
+else
+ echo Specivy Python version!!!
+ goto end
+endiff
+
+iff "%2" == "" then
+ echo Specify wxPython version!!!
+ goto end
+endiff
+