Menu

#118 MSVC Custom Build Problem

open
nobody
5
2008-11-05
2008-11-05
Murray Lang
No

When building for MSVC with "Release with Boost" or "Debug with Boost" the Custom Build Step fails because the files "Release" and "Debug" cannot be found.

This is because the above configuration names have spaces in them. The custom build command line consequently has spaces in the -h option of mc.exe, which sees only the first word.

I fixed this by changing the configuration names to "Release_with_Boost" and "Debug_with_Boost".

Discussion


Log in to post a comment.