Skip to content

Commit

Permalink
* Completed -v support.
Browse files Browse the repository at this point in the history
  • Loading branch information
takeshimiya committed Sep 7, 2006
1 parent c959bdd commit 862b15c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions wx-config-win.cpp
Expand Up @@ -33,15 +33,12 @@ std::string getSvnRevision()
{
std::string str = "$Rev$";
return str.substr(6, str.length()-8);
//return str.substr(1, str.length()-3);

}

std::string getSvnDate()
{
std::string str = "$Date$";
return str.substr(7, 10);
//return str.substr(1, str.length()-3);
}

// -------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -174,7 +171,7 @@ class CmdLineOptions : public Options
std::cout << " --cc Outputs the name of the C compiler.\n";
std::cout << " --cxx Outputs the name of the C++ compiler.\n";
std::cout << " --ld Outputs the linker command.\n";
std::cout << " -v Outputs the version of wx-config.\n";
std::cout << " -v Outputs the revision of wx-config.\n";


std::cout << std::endl;
Expand Down
4 changes: 0 additions & 4 deletions wx-config-win.layout

This file was deleted.

0 comments on commit 862b15c

Please sign in to comment.