+ { wxCMD_LINE_OPTION, _T("i"), _T("input"), _T("directory with template files") },
+
+ { wxCMD_LINE_PARAM, NULL, NULL, _T("output_directory") },
+
+ { wxCMD_LINE_NONE }
+ };
+
+ wxCmdLineParser parser(cmdLineDesc, argc, argv);
+ parser.SetLogo(_T("MakeGen: a makefile generator for wxWindows\n"
+ "Copyright (c) 2000 Vadim Zeitlin"));
+
+ if ( parser.Parse() != 0 )
+ {
+ // failed to parse the cmd line or help was requested (and given)