|
gwenhywfar 5.10.1
|
#include "gwenbuild/types/gwenbuild.h"

Go to the source code of this file.
Functions | |
| int | GWB_Tools_CheckCompilerArgs (GWB_CONTEXT *context, const char *compilerArgs) |
| int | GWB_Tools_TryCompile (GWB_CONTEXT *context, const char *testCode) |
| int GWB_Tools_CheckCompilerArgs | ( | GWB_CONTEXT * | context, |
| const char * | compilerArgs | ||
| ) |
Definition at line 89 of file trycompile.c.
References DBG_ERROR, GWB_Context_GetVars(), GWEN_Buffer_AppendString(), GWEN_Buffer_free(), GWEN_Buffer_GetStart(), GWEN_Buffer_new(), GWEN_DB_GetCharValue(), GWEN_ERROR_INTERNAL, GWEN_Process_RunCommandWaitAndGather(), GWEN_SyncIo_Helper_WriteFile(), and NULL.
Referenced by _parseArg().


| int GWB_Tools_TryCompile | ( | GWB_CONTEXT * | context, |
| const char * | testCode | ||
| ) |
Definition at line 26 of file trycompile.c.
References DBG_ERROR, GWB_Context_GetVars(), GWEN_Buffer_AppendString(), GWEN_Buffer_free(), GWEN_Buffer_GetStart(), GWEN_Buffer_GetUsedBytes(), GWEN_Buffer_new(), GWEN_DB_GetCharValue(), GWEN_ERROR_INTERNAL, GWEN_Process_RunCommandWaitAndGather(), GWEN_SyncIo_Helper_WriteFile(), and NULL.
Referenced by _checkHeader().

