aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/mhmakefileparser.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-23 14:19:51 +0000
committermarha <marha@users.sourceforge.net>2009-11-23 14:19:51 +0000
commitf01ad2c4e088fea9f3b6d918d910d7fd17519ade (patch)
tree39dab8036b13e87422975f683b4c0c47517c77ee /tools/mhmake/src/mhmakefileparser.h
parent98899a80f02b9616a1038c4c51993435c1074046 (diff)
downloadvcxsrv-f01ad2c4e088fea9f3b6d918d910d7fd17519ade.tar.gz
vcxsrv-f01ad2c4e088fea9f3b6d918d910d7fd17519ade.tar.bz2
vcxsrv-f01ad2c4e088fea9f3b6d918d910d7fd17519ade.zip
Implemented which function.
Diffstat (limited to 'tools/mhmake/src/mhmakefileparser.h')
-rw-r--r--tools/mhmake/src/mhmakefileparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mhmake/src/mhmakefileparser.h b/tools/mhmake/src/mhmakefileparser.h
index 1f321b019..32d4ad88a 100644
--- a/tools/mhmake/src/mhmakefileparser.h
+++ b/tools/mhmake/src/mhmakefileparser.h
@@ -216,6 +216,7 @@ public:
string f_word(const string & Arg) const;
string f_words(const string & Arg) const;
string f_strip(const string & Arg) const;
+ string f_which(const string & Arg) const;
const refptr<fileinfo> GetFirstTarget() const
{