diff options
author | marha <marha@users.sourceforge.net> | 2009-11-23 14:19:51 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-23 14:19:51 +0000 |
commit | f01ad2c4e088fea9f3b6d918d910d7fd17519ade (patch) | |
tree | 39dab8036b13e87422975f683b4c0c47517c77ee /tools/mhmake/src/util.cpp | |
parent | 98899a80f02b9616a1038c4c51993435c1074046 (diff) | |
download | vcxsrv-f01ad2c4e088fea9f3b6d918d910d7fd17519ade.tar.gz vcxsrv-f01ad2c4e088fea9f3b6d918d910d7fd17519ade.tar.bz2 vcxsrv-f01ad2c4e088fea9f3b6d918d910d7fd17519ade.zip |
Implemented which function.
Diffstat (limited to 'tools/mhmake/src/util.cpp')
-rw-r--r-- | tools/mhmake/src/util.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mhmake/src/util.cpp b/tools/mhmake/src/util.cpp index a6f042446..0e227989a 100644 --- a/tools/mhmake/src/util.cpp +++ b/tools/mhmake/src/util.cpp @@ -256,7 +256,6 @@ refptr<loadedmakefile> LOADEDMAKEFILES::find(const loadedmakefile &ToSearch) LOADEDMAKEFILES g_LoadedMakefiles;
bool OsExeCommand(const string &Command,const string &Params,bool IgnoreError,string *pOutput);
-string SearchCommand(const string &Command, const string &Extension="");
///////////////////////////////////////////////////////////////////////////////
loadedmakefile::loadedmakefile_statics::loadedmakefile_statics()
|