|
gwenhywfar
5.10.1
|
#include "c_dist.h"#include "utils.h"#include "gwenbuild/filenames.h"#include <gwenhywfar/debug.h>#include <gwenhywfar/directory.h>#include <unistd.h>#include <sys/types.h>#include <sys/stat.h>#include <time.h>#include <stdio.h>#include <stdlib.h>#include <errno.h>
Go to the source code of this file.
Functions | |
| static int | _writeDistFiles (const char *initialSourceDir, const GWB_FILE_LIST2 *fileList, const char *folder) |
| int | GWB_MkDist () |
|
static |
Definition at line 111 of file c_dist.c.
References DBG_ERROR, GWB_FILE_FLAGS_DIST, GWB_FILE_FLAGS_GENERATED, GWB_File_GetFlags(), GWB_File_GetFolder(), GWB_File_GetName(), GWB_Utils_CopyFile(), GWEN_Buffer_AppendString(), GWEN_Buffer_free(), GWEN_Buffer_GetStart(), GWEN_Buffer_new(), GWEN_Buffer_Reset(), GWEN_DIR_SEPARATOR_S, and NULL.
Referenced by GWB_MkDist().


| int GWB_MkDist | ( | void | ) |
Definition at line 37 of file c_dist.c.
References _writeDistFiles(), DBG_ERROR, GWB_Utils_ReadFileList2(), GWB_Utils_ReadProjectInfoFromFile(), GWBUILD_FILE_FILES, GWBUILD_FILE_PROJECTINFO, GWEN_Buffer_AppendArgs(), GWEN_Buffer_free(), GWEN_Buffer_GetStart(), GWEN_Buffer_new(), GWEN_ERROR_GENERIC, GWEN_XMLNode_free(), GWEN_XMLNode_GetCharValue(), GWEN_XMLNode_GetIntValue(), and NULL.
Referenced by main().


1.8.14