Sheribaby / swtoolkit

Automatically exported from code.google.com/p/swtoolkit
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support Widnows/x64 target #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by makoto...@gmail.com on 19 Apr 2012 at 2:02