diff options
author | Jorgen Bodde <jorgb@xs4all.nl> | 2005-08-10 20:18:54 (GMT) |
---|---|---|
committer | Jorgen Bodde <jorgb@xs4all.nl> | 2005-08-10 20:18:54 (GMT) |
commit | f958cc639cbe0fb1029c0a40f96e1efb9ee55b50 (patch) | |
tree | 887d7726b2aa2b57c0d8d723b8c705870edf2617 /Source/WXDialog/CommandLineInfo.h | |
parent | e59e9d0e5972ef251157d412d4a0ae341caa379f (diff) | |
download | CMake-f958cc639cbe0fb1029c0a40f96e1efb9ee55b50.zip CMake-f958cc639cbe0fb1029c0a40f96e1efb9ee55b50.tar.gz CMake-f958cc639cbe0fb1029c0a40f96e1efb9ee55b50.tar.bz2 |
Implemented new parser which can handle:
-G"generator" (legacy format)
-G "generator" (new format)
Diffstat (limited to 'Source/WXDialog/CommandLineInfo.h')
-rw-r--r-- | Source/WXDialog/CommandLineInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WXDialog/CommandLineInfo.h b/Source/WXDialog/CommandLineInfo.h index 7cacffe..42b79a2 100644 --- a/Source/WXDialog/CommandLineInfo.h +++ b/Source/WXDialog/CommandLineInfo.h @@ -52,7 +52,7 @@ public: private: // Parse one argument - bool ParseArgument(const wxString& sParam); + size_t ParseSwitch(char **argv, int arg_index, int argc); // Return boolean value of the string static int GetBoolValue(const wxString&); |