Re: [patch #6448] [MSVC 7/7] Add MSVC Support

2008-08-14 Thread Ralf Wildenhues
* Peter Rosin wrote on Wed, Aug 13, 2008 at 10:12:23PM CEST: 24: link-order.at:26 Link order test. Exporting int c variable. With MSVC, you can declare any variable with __decspec(dllimport), even if you are not actually importing it. The only thing that happens is that you get an extra

Re: [patch #6448] [MSVC 7/7] Add MSVC Support

2008-08-14 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Wed, Aug 13, 2008 at 09:40:17PM CEST: 72: stresstest.at:31 Link option thorough search test Automatic path conversion in MSYS doesn't kick in for the argument -OUT:/some/absolute/path so lib.exe barfs. Commenting out absolute paths from the stress test