SharpDevelop icon indicating copy to clipboard operation
SharpDevelop copied to clipboard

Point to the correct locations of x64 compiler batch files

Open linquize opened this issue 11 years ago • 4 comments

linquize avatar Jul 07 '14 13:07 linquize

What version of Visual Studio / the Windows SDKs do you have installed so that you would need this change?

My installation of the Windows SDK 7.0 has C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars64.bat, but not C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\vcvars64.bat.

So currently the x64 build works fine for me, but this pull request would break it.

dgrunwald avatar Jul 11 '14 20:07 dgrunwald

Visual Studio 2008 Pro + Win SDK 7.1 x64

linquize avatar Jul 12 '14 00:07 linquize

Win SDK 7.1 doesn't come with the VC9 compiler at all (it ships VC10 instead). We intentionally stay with VC9 for the profiler as the redist is installed on more systems. The SD readme says WinSDK 7.0 is required for the profiler.

Feel free to submit a patch that looks in both directories if you want VS2008 to work as an alternative to WinSDK 7.0.

dgrunwald avatar Jul 13 '14 11:07 dgrunwald

What commands does sharpdevelop do to compile the project when we have the green button?

LuizAntonioPereira avatar Feb 14 '20 23:02 LuizAntonioPereira