Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 20, 2008, 10:30:28 PM (16 years ago)
Author:
rgrieder
Message:

Added CommandLine class.
You can now call SetCommandLineArgument like SetConsoleCommand and hereby define a new command line argument. They are passed in main() and then they can be accessed by commandLine::getCommandLineArgument().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/visual_studio/vc8/core.vcproj

    r1660 r1663  
    245245                                </File>
    246246                                <File
     247                                        RelativePath="..\..\src\core\CommandLine.cc"
     248                                        >
     249                                </File>
     250                                <File
    247251                                        RelativePath="..\..\src\core\ConsoleCommand.cc"
    248252                                        >
     
    507511                                </File>
    508512                                <File
     513                                        RelativePath="..\..\src\core\CommandLine.h"
     514                                        >
     515                                </File>
     516                                <File
    509517                                        RelativePath="..\..\src\core\ConsoleCommand.h"
    510518                                        >
Note: See TracChangeset for help on using the changeset viewer.