Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tip: Finding MS compiler tools
2008-08-04, 03:20 AM
Post: #1
Tip: Finding MS compiler tools
For using the cc script with the MS compiler, there are at least 3 paths to be found:
/VC/bin
/Common7/IDE
/bin

For finding the Windows SDk I have been using the classic environment variable MSSDK. MSSDK is no longer defined automatically by the installer, so it have to be defined manually. To catch up with the current method in MS tools I came up with this snippet to be placed in $HOME/.profile:
_mssdkdir="$(reg.exe query 'HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows' -v 'CurrentInstallFolder' \
				
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)