diff options
author | Rainer Schuetze <r.sagitario@gmx.de> | 2014-12-04 07:46:41 (GMT) |
---|---|---|
committer | Rainer Schuetze <r.sagitario@gmx.de> | 2014-12-04 07:46:41 (GMT) |
commit | bd5029b0462023e27021c23ae1b7c50d00876d97 (patch) | |
tree | d0ad58938d2b7662c49f990fd9b97038abe2a8c4 /test/Makefile | |
parent | 8d1b702903d863eee02a6b7a8e7a921d75682656 (diff) | |
download | cv2pdb-bd5029b0462023e27021c23ae1b7c50d00876d97.zip cv2pdb-bd5029b0462023e27021c23ae1b7c50d00876d97.tar.gz cv2pdb-bd5029b0462023e27021c23ae1b7c50d00876d97.tar.bz2 |
* tweaked visualizer macros to display void[], limit array preview to 64 entries
* added VS2013 projects + solution
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 8a9b284..fdfdf84 100644 --- a/test/Makefile +++ b/test/Makefile @@ -6,7 +6,7 @@ SRC = cvtest.d DBGDIR = ..\bin\Debug
RELDIR = ..\bin\Release
-DMD = c:\l\dmd2.064\windows\bin\dmd.exe
+DMD = c:\l\d\dmd2\windows\bin\dmd.exe
# DMD = c:\l\dmd-1.045\windows\bin\dmd.exe
CV2PDB_DBG = $(DBGDIR)\cv2pdb.exe
|