http://bugs.winehq.org/show_bug.cgi?id=28920
Bug #: 28920 Summary: vsvars32 PATH setting doesn't propagate to caller Product: Wine Version: 1.3.31 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
Installed visual c++ 2005 express, tried to use it with windows eclipse.
After patching wine to work around bug 28915, next problem was getting PATH set before running eclipse.
Creating a batch file foo.bat that does call c:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat PATH shows that the PATH set by vsvars32.bat doesn't affect the parent.
Small examples do, though. Not sure what's wrong with the bigger batch file. I think this used to work.