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:
parent
59e19c8c94
commit
d43e3a717c
4 changed files with 22 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue