Comparing build configurations

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Comparing build configurations

1,114件の閲覧回数
scottm
Senior Contributor II

Is there any way, either built in or with add-ons, to easily compare two build configurations and see how they differ?

Usually my configurations differ by a few preprocessor symbols, optimization settings, and excluded files.  The problem is that across IDE upgrades, SDK changes, and whatnot, settings eventually get so fouled up that I have to practically recreate projects periodically to clean things up.  It'd be much easier to get everything in sync if I could see where the differences are.

Thanks,

Scott

0 件の賞賛
返信
1 返信

1,066件の閲覧回数
converse
Senior Contributor V

The only way I know is to look  at the .cproject file in the project - it stores all of the build configuration settings. It is an XML file with all configuration in it, but it is readable. Good luck

0 件の賞賛
返信