Problem MSVCTOOLKIT vs MSTOOLKIT
Hello,
when i try to compile nsis with scons and the command line MSVCTOOLKIT=YES, i get an error:
cl /nologo /GS- /O1 /W3 /EHsc /TP /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WAIf i replace MSVCTOOLKIT by MSTOOLKIT there is no problem,
RNINGS /c Contrib\VPatch\Source\GenPat\POSIXUtil.cpp /Fobuild\release\VPatch\Sou
rce\GenPat\POSIXUtil.obj
POSIXUtil.cpp
Contrib\VPatch\Source\GenPat\POSIXUtil.cpp(42) : fatal error C1083: Cannot open
include file: 'windows.h': No such file or directory
scons: *** [build\release\VPatch\Source\GenPat\POSIXUtil.obj] Error 2
scons: building terminated because of errors.
D:\Scripts NSIS\NSIS-20070303>
to compile i use Platform SDK for Server 2003 R2 and Visual C++ Express 2005.