Bug #10674 2007-03-19 14:16
vincentb
Import of MS VC++ 8.0 forced include file
When I import a solution from Visual C++ Express with code block (nightly build 3711), I am losing the forced include information. In Visual C++ Express I have some forced include files specified in my project foo.vcproj, for instance this forced include file is foo.h, and foo.h is in the same directory as the foo.vcproj file and is specified in the foo.vcproj by this line :
Code:
ForcedIncludeFiles="$(ProjectDir)foo.h"
When I made the import, assuming gcc is used, I would assume that this directive would have translated to a
Menu:Project -> Menu:Build Options ->Tab:Other Options -> This line : -include foo.h
But it did not, this information was lost, and I had to retype it by hand.
Is there any plan to correct this problem in future nightly builds ?
- Category
- Plugin::Any
- Group
- Status
- Closed
- Close date
- 2007-03-25 06:56
- Assigned to
- biplab
History
This bug is now fixed in HEAD.
Thank you for reporting it.