diff options
author | marha <marha@users.sourceforge.net> | 2012-03-12 11:51:16 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-12 11:51:16 +0100 |
commit | 96276c847a5c266f9f51f3ec4ece8fe3f1381c96 (patch) | |
tree | cced2f3df95ab841e860e39413203c93aebb6c07 /tools/mhmake/src/mhmakefileparser.h | |
parent | 2b6ab5ff6c32e8bda9f50e38d12367502d3dd32c (diff) | |
download | vcxsrv-96276c847a5c266f9f51f3ec4ece8fe3f1381c96.tar.gz vcxsrv-96276c847a5c266f9f51f3ec4ece8fe3f1381c96.tar.bz2 vcxsrv-96276c847a5c266f9f51f3ec4ece8fe3f1381c96.zip |
Made creation of temp files interprocess safe in windows
Fixes for 64-bit compilation
Implemented realpath function
Improved auodep scanning
Solved a problem in dependency scanning
Diffstat (limited to 'tools/mhmake/src/mhmakefileparser.h')
-rw-r--r-- | tools/mhmake/src/mhmakefileparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mhmake/src/mhmakefileparser.h b/tools/mhmake/src/mhmakefileparser.h index 82e783dd0..9ad13446c 100644 --- a/tools/mhmake/src/mhmakefileparser.h +++ b/tools/mhmake/src/mhmakefileparser.h @@ -290,6 +290,7 @@ public: string f_dir(const string & Arg) const;
string f_shell(const string & Arg) const;
string f_relpath(const string & Arg) const;
+ string f_realpath(const string & Arg) const;
string f_toupper(const string & Arg) const;
string f_tolower(const string & Arg) const;
string f_exist(const string & Arg) const;
|