From: Vadim Zeitlin Date: Sun, 23 Mar 2003 20:38:52 +0000 (+0000) Subject: use call tmake to invoke tmake X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/563e3ecb6c453ee9afc6242a904ca1c1ef421928 use call tmake to invoke tmake git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/makeall.bat b/distrib/msw/tmake/makeall.bat index 2f7237e11e..986465ba15 100755 --- a/distrib/msw/tmake/makeall.bat +++ b/distrib/msw/tmake/makeall.bat @@ -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%