]> git.saurik.com Git - wxWidgets.git/commitdiff
use call tmake to invoke tmake
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Mar 2003 20:38:52 +0000 (20:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Mar 2003 20:38:52 +0000 (20:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/makeall.bat

index 2f7237e11eefd118d2b8a54be747adbb5f7d584e..986465ba157ac16981abe45e5466f842cc141877 100755 (executable)
@@ -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%