/* One argument is expected: path to the launcher (to locate the manifest file) */ int main(int argc, char *argv[], char *envp[]) { FILE *f; const char *manifestDir, *outFile; Exe = argv[1]; outFile = argv[2]; manifestDir = GetManifestDir(); ReadManifest(manifestDir); LinkFiles(manifestDir); LinkFilesTree(manifestDir); LinkHostFxr(manifestDir); return 0; }
DllGameComponent::DllGameComponent(const pchar_t* path) : m_path(path) { ReadManifest(); }