common_bundle.h File Reference

#include <basis/istring.h>
#include <basis/set.h>
#include <basis/object_base.h>

Include dependency graph for common_bundle.h:

This graph shows which files directly or indirectly include this file:

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
}
 flags that control special attributes of the packed files. More...


Enumeration Type Documentation

enum special_bundling_flags

flags that control special attributes of the packed files.

Enumerator:
SOURCE_EXECUTE  the file should be executed before bundling.
TARGET_EXECUTE  the file should be executed on unbundling.
RECURSIVE_SRC  source is a recursive folder.
OMIT_PACKING  for a source side exe, do not pack the file.
SET_VARIABLE  this item just has a variable assignment.
IGNORE_ERRORS  if set, errors in an item will not stop program.
NO_OVERWRITE  target file will not be overwritten if exists.
QUIET_FAILURE  when errors happen, no popup message happens.

Definition at line 34 of file common_bundle.h.


Generated on Sat Aug 30 04:32:09 2008 for HOOPLE Libraries by  doxygen 1.5.1