NatWeiss / RapidGame

A commandline tool for Windows, Mac and Linux that prebuilds cocos2d-x static libraries. Also a cross-platform game templating system.
https://github.com/NatWeiss/RapidGame
MIT License
139 stars 22 forks source link

Invalid error message when missing lib.exe #50

Closed fdb closed 8 years ago

fdb commented 8 years ago

On Windows, I have a custom install location for MSVC. This causes rapidgame to emit an error. However, the error message provides a wrong example.

This is the error message I get:

Unable to locate lib.exe. Please set the contents of the following file to the absolute path to lib.exe:

        C:\Users\fdb\.rapidgame\libexepath.txt

Example: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\

However, the example path should also include lib.exe, not just the directory.

So, the example should be:

Example: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\lib.exe

Relevant source line