Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Point to the correct locations of x64 compiler batch files #513

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

linquize
Copy link
Contributor

@linquize linquize commented Jul 7, 2014

No description provided.

@dgrunwald
Copy link
Member

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.

@linquize
Copy link
Contributor Author

Visual Studio 2008 Pro + Win SDK 7.1 x64

@dgrunwald
Copy link
Member

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.

@LuizAntonioPereira
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants