Revision 1020128b
Von admin vor mehr als 4 Jahren hinzugefügt
tools/gwenbuild/buildctx/buildctx.h | ||
---|---|---|
void GWB_BuildCtx_free(GWB_BUILD_CONTEXT *bctx);
|
||
|
||
GWB_BUILD_CMD_LIST2 *GWB_BuildCtx_GetCommandList(const GWB_BUILD_CONTEXT *bctx);
|
||
void GWB_BuildCtx_AddCommandList(GWB_BUILD_CONTEXT *bctx, GWB_BUILD_CMD *bcmd);
|
||
void GWB_BuildCtx_AddCommand(GWB_BUILD_CONTEXT *bctx, GWB_BUILD_CMD *bcmd);
|
||
|
||
GWB_FILE_LIST2 *GWB_BuildCtx_GetFileList(const GWB_BUILD_CONTEXT *bctx);
|
||
void GWB_BuildCtx_AddFile(GWB_BUILD_CONTEXT *bctx, GWB_FILE *file);
|
Auch abrufbar als: Unified diff
gwenbuild: Started setup of builders.