On Wed, Jan 6, 2010 at 9:31 PM, gordon gordon <gorud...@gmail.com> wrote:
>
> Thanks for all replies. Still whatever I do I get WINNT6.1_DBG.OBJ
> build. I can set USE_DEBUG_RTL=1 or USE_DEBUG_RTL=0 it'll be the same
> result.

I see.  I think it's because you use the Windows Command Prompt
'set' command in a Bash shell.  In Bash, you should use this command
to set BUILD_OPT=1:

export BUILD_OPT=1

Similarly, to set OS_TARGET=WINNT in Bash, do

export OS_TARGET=WINNT

This way you don't need to patch your start-msvc9 file.

>> Do you see -MD or -MDd on the compiler command line?
>
> I dont understand, could you explain?

-MD and -MDd are Visual C++ compiler flags.  NSS uses -MD by default.
But if you set USE_DEBUG_RTL=1 (or equivalently export USE_DEBUG_RTL=1
in Bash), NSS uses -MDd.  Since we have concluded that USE_DEBUG_RTL
did not cause your build problem, please ignore this question.

Wan-Teh
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to