Searched defs:UPKGOptions_ (Results 1 – 1 of 1) sorted by relevance
106 typedef struct UPKGOptions_ struct108 CharList *fileListFiles; /* list of files containing files for inclusion in the package */109 CharList *filePaths; /* All the files, with long paths */110 CharList *files; /* All the files */111 CharList *outFiles; /* output files [full paths] */113 const char *shortName; /* name of what we're building */114 const char *cShortName; /* name of what we're building as a C identifier */115 const char *entryName; /* special entrypoint name */116 const char *targetDir; /* dir for packaged data to go */117 const char *dataDir; /* parent of dir for package (default: tmpdir) */[all …]