Re: [CMake] [SOLVED] BundleUtilities with MinGW under Windows

2011-05-23 Thread Clinton Stimpson
Yeah, when I tried with mingw, I had to add C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE otherwise dumpbin.exe doesn't work and it complains about a missing dll. Something like this might work for you to set those paths at install time, and before the install() that uses Bundl

Re: [CMake] [SOLVED] BundleUtilities with MinGW under Windows

2011-05-23 Thread NoRulez
You're right To solve the problem I had to add the following paths to the environment to get it to work: .) C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE .) C:\Windows\System32 set PATH=C:\Windows\System32;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE;%PATH%