|
gwenhywfar 5.14.1
|


Go to the source code of this file.
Functions | |
| int | GWB_BuildCtx_AddBuildCmdsByBuilderNameToList (const GWB_BUILD_CMD_LIST2 *sourceCmdList, const char *builderName, GWB_BUILD_CMD_LIST2 *targetCmdList) |
| int | GWB_BuildCtx_AddBuildCmdsForFileToList (const GWB_FILE *file, GWB_BUILD_CMD_LIST2 *targetCmdList) |
| int | GWB_BuildCtx_FillWaitingQueue (GWB_BUILD_CONTEXT *bctx, const char *builderName) |
| int | GWB_BuildCtx_SetupDependencies (GWB_BUILD_CONTEXT *bctx) |
| int GWB_BuildCtx_AddBuildCmdsByBuilderNameToList | ( | const GWB_BUILD_CMD_LIST2 * | sourceCmdList, |
| const char * | builderName, | ||
| GWB_BUILD_CMD_LIST2 * | targetCmdList ) |
Definition at line 101 of file buildctx_bdeps.c.
References _cmdIsInList(), _setupDepsForCmd(), GWB_BUILD_CMD_FLAGS_AUTO, GWB_BuildCmd_GetBuilderName(), GWB_BuildCmd_GetCurrentCommand(), and GWB_BuildCmd_GetFlags().
Referenced by GWB_BuildCtx_FillWaitingQueue().


| int GWB_BuildCtx_AddBuildCmdsForFileToList | ( | const GWB_FILE * | file, |
| GWB_BUILD_CMD_LIST2 * | targetCmdList ) |
Definition at line 71 of file buildctx_bdeps.c.
References _setupDepsForCmd(), DBG_ERROR, GWB_BuildCmd_GetBuilderName(), GWB_BuildCmd_GetCurrentCommand(), GWB_File_GetBuildCmd(), GWB_File_GetFolder(), GWB_File_GetName(), and NULL.

| int GWB_BuildCtx_FillWaitingQueue | ( | GWB_BUILD_CONTEXT * | bctx, |
| const char * | builderName ) |
Definition at line 51 of file buildctx_bdeps.c.
References DBG_ERROR, DBG_INFO, GWB_BuildCtx_AddBuildCmdsByBuilderNameToList(), GWBUILD_Debug_PrintBuildCmdList2(), and NULL.
Referenced by GWB_BuildCtx_Run().


| int GWB_BuildCtx_SetupDependencies | ( | GWB_BUILD_CONTEXT * | bctx | ) |
Definition at line 42 of file buildctx_bdeps.c.
References _clearDeps(), and _setBuildCmdInFiles().
Referenced by GWB_BuildCtx_Run().

