mstoolkit toolchain should use the VC toolkit linker by default. link.exe can even stand in for lib.exe if required

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6504 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2014-06-23 19:15:59 +00:00
parent 59e19c8c94
commit d43e3a717c
4 changed files with 22 additions and 9 deletions

View file

@ -242,6 +242,7 @@ def add_file(file, obj_name=None):
#
conf = stub_env.Configure()
conf.env.Append(LINKFLAGS = ['/entry:WinMain'])
int64test = """
#include <windows.h>