diff options
author | sagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8> | 2012-02-12 16:05:27 (GMT) |
---|---|---|
committer | sagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8> | 2012-02-12 16:05:27 (GMT) |
commit | 96e6e9fa7388b010f55cf8d122ef03a2a8ab87e4 (patch) | |
tree | 43bfb85629d0fa32de2d88d04997642a0828c128 /src/cv2pdb.vcproj | |
parent | 805aac230223f45acc7db218eb64589a4adb390e (diff) | |
download | cv2pdb-96e6e9fa7388b010f55cf8d122ef03a2a8ab87e4.zip cv2pdb-96e6e9fa7388b010f55cf8d122ef03a2a8ab87e4.tar.gz cv2pdb-96e6e9fa7388b010f55cf8d122ef03a2a8ab87e4.tar.bz2 |
* disabled named enumerator for D basic types to avoid debugger troubles displaying arrays
* added command line switch -e to enable using named enumerator for D basic types
* added DWARF support
* added x64 support
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 fd3c973..bb7e6e7 100644 --- a/src/cv2pdb.vcproj +++ b/src/cv2pdb.vcproj @@ -184,6 +184,10 @@ >
</File>
<File
+ RelativePath=".\cv2pdb.h"
+ >
+ </File>
+ <File
RelativePath=".\cvutil.cpp"
>
</File>
@@ -200,6 +204,10 @@ >
</File>
<File
+ RelativePath=".\dwarf2pdb.cpp"
+ >
+ </File>
+ <File
RelativePath=".\LastError.h"
>
</File>
|