diff options
author | marha <marha@users.sourceforge.net> | 2010-02-19 17:09:40 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-19 17:09:40 +0000 |
commit | 68504d1066c26aa26b73d5be549d7a95d6afd8ed (patch) | |
tree | aec0dd1ce863c0bf082b7b90e09dfd510bb2714d /tools/mhmake/mhmake.vcproj | |
parent | e99c3e5c94628984d5f1f38b38ce3ed0363e3935 (diff) | |
download | vcxsrv-68504d1066c26aa26b73d5be549d7a95d6afd8ed.tar.gz vcxsrv-68504d1066c26aa26b73d5be549d7a95d6afd8ed.tar.bz2 vcxsrv-68504d1066c26aa26b73d5be549d7a95d6afd8ed.zip |
Linux compilation is ok again.
Diffstat (limited to 'tools/mhmake/mhmake.vcproj')
-rw-r--r-- | tools/mhmake/mhmake.vcproj | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/tools/mhmake/mhmake.vcproj b/tools/mhmake/mhmake.vcproj index 83ba31e6d..b8ea6a674 100644 --- a/tools/mhmake/mhmake.vcproj +++ b/tools/mhmake/mhmake.vcproj @@ -984,11 +984,19 @@ Filter="cpp;h"
>
<File
- RelativePath="$(OutDir)\mhmakeLexer.cpp"
+ RelativePath="$(OutDir)\mhmakelexer.cpp"
>
</File>
<File
- RelativePath="$(OutDir)\mhmakeParser.cpp"
+ RelativePath="$(OutDir)\mhmakelexer.h"
+ >
+ </File>
+ <File
+ RelativePath="$(OutDir)\mhmakeparser.cpp"
+ >
+ </File>
+ <File
+ RelativePath="$(OutDir)\mhmakeparser.h"
>
</File>
</Filter>
|