When I build mozilla,it reported:"target pattern contains no '%', stop"
, then stopped. I think it's my script file's falt. I am using vc7,
windowsXP, and following is my script file:
set HOME=E:\mozilla_all
set
VCVARS=D:\ProgramFiles\MicrosoftVisualStudio.NET2003\Vc7\bin\VCVARS32.BAT
set MOZ_TOOLS=E:\mozilla_all\moztools
set CYGWINBASE=c:\cygwin
set PATH=%CYGWINBASE%\bin;%PATH%;
call "%VCVARS%"
set PATH=%MSSDK%\bin;%PATH%;
set INCLUDE=%MSSDK%\Include;%MSVC%\include;%INCLUDE%
set LIB=%MSSDK%\Lib;;%MSVC%\lib;%LIB%
set PATH=%PATH%;%MOZ_TOOLS%\bin;
set MOZ_BITS=32
set MOZ_DEBUG=1
set MOZ_SRC=E:\mozilla_all\mozilla
set OS_TARGET=WINNT
set WINOS=%OS_TARGET%
set _MSC_VER=1310
bash --login -i
Anyone can help me point to the falt? Any suggestion is appreciated.
Thanks a lot in advance.