Customizing File Linkage for a Build Configuration (Not Buil Target)
Posted
by ZaBlanc
on Stack Overflow
See other posts from Stack Overflow
or by ZaBlanc
Published on 2010-03-08T13:56:52Z
Indexed on
2010/03/08
14:06 UTC
Read the original article
Hit count: 226
I have a project that has several build configurations (FREE version, male-only, female-only, etc.). I am avoiding using multiple build targets because (A) the products are mostly all the same and (B) I don't want to have to do checkbox-management to keep every file I have included with all the targets.
However, I have just a few files it would be nice NOT to include in certain builds. For example, I have male and female voice files, but I only want the male files in the male build and female voices in the female build.
Question...is there a way to manage the build configuration to prevent these files from being included/linked in? What are my options?
© Stack Overflow or respective owner