New issue 23 by makoto...@gmail.com: Support Widnows/x64 target
http://code.google.com/p/swtoolkit/issues/detail?id=23
What steps will reproduce the problem?
1. build for x64 target
2.
3.
What is the expected output? What do you see instead?
/MACHINE:X86 is added on link.exe. This is invalid for x64 target.
If x64 target, you should add /MACHINE:X64 instead of
What version of the product are you using? On what operating system?
Visual Studio x64 compiler.
Please provide any additional information below.