From f9e6933840ffe0af5049eae3dcb73633ec8cce33 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sun, 16 Dec 2001 06:00:03 +0000 Subject: [PATCH] Use "call", otherwise the "set" command is not executed. [SVN r12066] --- build/win32_mwcc_setup.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/win32_mwcc_setup.bat b/build/win32_mwcc_setup.bat index d42a60cf..30f84be8 100755 --- a/build/win32_mwcc_setup.bat +++ b/build/win32_mwcc_setup.bat @@ -1,2 +1,2 @@ -"c:\program files\metrowerks\codewarrior\other metrowerks tools\command line tools\cwenv.bat" -set MWWinx86LibraryFiles=MSL_All-DLL_x86.lib;gdi32.lib;user32.lib;kernel32.lib +call "c:\program files\metrowerks\codewarrior\other metrowerks tools\command line tools\cwenv.bat" +set MWWinx86LibraryFiles=MSL_All-DLL_x86.lib;gdi32.lib;user32.lib;kernel32.lib