equal
deleted
inserted
replaced
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 |