use call tmake to invoke tmake

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-03-23 20:38:52 +00:00
parent 51a2a728e5
commit 563e3ecb6c

View File

@ -27,7 +27,7 @@ goto end
:ok
rem Let's assume that you have tmake in your PATH but let override it with
rem TMAKE env var
set TM=tmake
set TM=call tmake
if "x%TMAKE%" == "x" goto skip2
set TM=%TMAKE%