Version: 2017.4
public void AddFileToBuildWithFlags (string targetGuid, string fileGuid, string compileFlags);

パラメーター

targetGuid TargetGuidByName によって返される target の GUID
fileGuidThe file guid returned by AddFile or AddFolderReference.
compileFlags使用するコンパイルフラグ

説明

特定のコンパイラーフラグを加えて指定した target でビルドするためにファイルを設定します。

The function is equivalent to [[AddFileToBuild()]] except that compile flags are specified. In projects containing multiple native targets, a single file or folder reference can be configured to be built in all, some or none of the targets. The file or folder reference is added to appropriate build section depending on the file extension.