X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f8b6a1dccb515fbff1bd01cee95ad5a9df4e406..fe404d1afc2ce592e4e6d38af5e1b435b8664a6d:/distrib/msw/tmake/makeall.bat diff --git a/distrib/msw/tmake/makeall.bat b/distrib/msw/tmake/makeall.bat index 2f7237e11e..8432aea353 100755 --- a/distrib/msw/tmake/makeall.bat +++ b/distrib/msw/tmake/makeall.bat @@ -4,6 +4,7 @@ rem Purpose: create wxWindows makefiles for all compilers rem Author: Vadim Zeitlin rem Created: 14.07.99 rem Copyright: (c) 1999 Vadim Zeitlin +rem Licence: wxWindows Licence rem Version: $Id$ rem rem Makefile to create the makefiles for all compilers from the templates using @@ -27,7 +28,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%