feisty meow concerns codebase
2.140
|
#include <basis/astring.h>
#include <basis/contracts.h>
#include <filesystem/byte_filer.h>
#include <structures/set.h>
Go to the source code of this file.
Classes | |
struct | manifest_chunk |
we will read the manifest pieces out of our own exe image. More... | |
Enumerations | |
enum | special_bundling_flags { SOURCE_EXECUTE = 0x2 , TARGET_EXECUTE = 0x4 , RECURSIVE_SRC = 0x8 , OMIT_PACKING = 0x10 , SET_VARIABLE = 0x20 , IGNORE_ERRORS = 0x40 , NO_OVERWRITE = 0x80 , QUIET_FAILURE = 0x100 , MAKE_BACKUP_FILE = 0x200 , TEST_VARIABLE_DEFINED = 0x400 } |
Contains some definitions used by both the bundle creator and unpacker. More... | |
Contains some definitions used by both the bundle creator and unpacker.
Note that this is a heavyweight header and should not be pulled into other headers. flags that control special attributes of the packed files.
Definition at line 32 of file common_bundle.h.