diff options
author | Rainer Schuetze <r.sagitario@gmx.de> | 2017-06-18 07:42:53 (GMT) |
---|---|---|
committer | Rainer Schuetze <r.sagitario@gmx.de> | 2017-06-18 07:42:53 (GMT) |
commit | 8491f43ca9f13a8673211841f00dc7241eebe47b (patch) | |
tree | bb374ccc8e2f7b50fc6642b861b3a50d03fad496 /src/cv2pdb.vcproj | |
parent | 31189818cbfc6d0bebf82025f3df632a287b61d6 (diff) | |
download | cv2pdb-8491f43ca9f13a8673211841f00dc7241eebe47b.zip cv2pdb-8491f43ca9f13a8673211841f00dc7241eebe47b.tar.gz cv2pdb-8491f43ca9f13a8673211841f00dc7241eebe47b.tar.bz2 |
fix building with VS2012 or earlier
Diffstat (limited to 'src/cv2pdb.vcproj')
-rw-r--r-- | src/cv2pdb.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cv2pdb.vcproj b/src/cv2pdb.vcproj index fbf1e9a..4bd0db6 100644 --- a/src/cv2pdb.vcproj +++ b/src/cv2pdb.vcproj @@ -208,6 +208,10 @@ >
</File>
<File
+ RelativePath=".\dwarflines.cpp"
+ >
+ </File>
+ <File
RelativePath=".\LastError.h"
>
</File>
@@ -236,6 +240,10 @@ >
</File>
<File
+ RelativePath=".\readDwarf.cpp"
+ >
+ </File>
+ <File
RelativePath=".\symutil.cpp"
>
</File>
|