T
Tom Kacvinsky
Guest
Ia m in a situation where I need the appropriate Visual Studio environmentvariables to set in a cygwin shell for our build process. We use cygwin to build with cmake and Visual Studio. Doing things via msbuild is not an option because we have a mixed Ada and C/C++ environment. Same goes for using the IDE.
So, I ran a regular command shell and a Visual Studio command prompt (for x64 native development) and compared the environments. I see a bunch of differences, but I am not sure which beside PATH, INCLUDE and LIB are necessary. Probably the Windows Platform SDK paths are necessary. Not sure about .NET paths, as we are not using .NET.
Can anyone give me a definitive list of what needs to be set to make sure the Visual Studio command line tools work within a cygwin environment?
Continue reading...
So, I ran a regular command shell and a Visual Studio command prompt (for x64 native development) and compared the environments. I see a bunch of differences, but I am not sure which beside PATH, INCLUDE and LIB are necessary. Probably the Windows Platform SDK paths are necessary. Not sure about .NET paths, as we are not using .NET.
Can anyone give me a definitive list of what needs to be set to make sure the Visual Studio command line tools work within a cygwin environment?
Continue reading...