secureswitools/swisistools/source/makesis/makesis.h
changeset 25 98b66e4fb0be
parent 0 ba25891c3a9e
equal deleted inserted replaced
24:84a16765cd86 25:98b66e4fb0be
    49 // The main application object. Controls the SIS file generation process
    49 // The main application object. Controls the SIS file generation process
    50 	{
    50 	{
    51 public:
    51 public:
    52 	CMakeSIS();
    52 	CMakeSIS();
    53 		
    53 		
    54 	int  Run(int argc, wchar_t* argv[]);
    54 	int  RunL(int argc, wchar_t* argv[]);
    55 	
    55 	
    56 	bool ParseSource();
    56 	bool ParseSource();
    57 	bool WriteTarget();
    57 	bool WriteTarget();
    58 	
    58 	
    59 public: // From MParserObserver
    59 public: // From MParserObserver