diff options
author | sagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8> | 2010-06-04 07:26:26 (GMT) |
---|---|---|
committer | sagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8> | 2010-06-04 07:26:26 (GMT) |
commit | 259c6e72e8ed783d224648e9d0012adb6398e5b0 (patch) | |
tree | 4a6c84d74c6e3259c4f6657ec366684b8d008a60 /Makefile | |
parent | 1f7f18ddaa3298b5d2a21e9dfb9cb18ad95d58a9 (diff) | |
download | cv2pdb-259c6e72e8ed783d224648e9d0012adb6398e5b0.zip cv2pdb-259c6e72e8ed783d224648e9d0012adb6398e5b0.tar.gz cv2pdb-259c6e72e8ed783d224648e9d0012adb6398e5b0.tar.bz2 |
Version 0.13
* adapted to mspdb100.dll which comes with VS2010
* tweaked autoexp.dat modifications to be more stable with uninitialized data
* autoexp.snippet now split into two files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ ADD = Makefile \ src\dviewhelper\dviewhelper.vcproj \
src\cv2pdb.sln
-DOC = VERSION README INSTALL LICENSE CHANGES TODO FEATURES autoexp.snippet
+DOC = VERSION README INSTALL LICENSE CHANGES TODO FEATURES autoexp.expand autoexp.visualizer
BIN = bin\Release\cv2pdb.exe bin\Release\dviewhelper.dll
|