mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
parse -vo option
svn path=/trunk/; revision=22542
This commit is contained in:
@@ -175,7 +175,7 @@ ParseSwitch ( int argc, char** argv, int index )
|
||||
switch ( switchChar )
|
||||
{
|
||||
case 'v':
|
||||
if (switchChar2 == 's' || switchChar2 == 'c' )
|
||||
if (switchChar2 == 's' || switchChar2 == 'c' || switchChar2 == 'o')
|
||||
{
|
||||
return ParseVCProjectSwitch (
|
||||
switchChar2,
|
||||
|
||||
Reference in New Issue
Block a user