I want to know if it's possible to use a folder shortcut as an enviroment variable element.
I'm using a specific folder layout to organize my programming libraries, similar to the OSX Frameworks layout:
Library root ->
Versions ->
1.0 ->
Include
Lib
2.0 ->
Include
Lib
Include (shortcut to one of the Includes in Versions)
Lib (shortcut to one of the Lib ins Versions)
This way I can specify a default version, but I'm also able to use any other versions.
My problem is that Visual Studio doesn't link my projects if I use the shortcuts for the LIB environment variable, but it works if I use the original folder.
LD_LIBRARY_PATHorLIBPATHfor windows? – Nifle Sep 24 '11 at 16:30