summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRainer Schuetze <r.sagitario@gmx.de>2017-01-20 08:53:39 (GMT)
committerRainer Schuetze <r.sagitario@gmx.de>2017-01-20 08:53:39 (GMT)
commit3e0d57ca2607de1313060df084f55173100b3596 (patch)
tree731a607347c795040880816a095a2345f84921e9 /Makefile
parent12694e906933b1dc57d8026e4d0a4363530cf92b (diff)
downloadcv2pdb-3e0d57ca2607de1313060df084f55173100b3596.zip
cv2pdb-3e0d57ca2607de1313060df084f55173100b3596.tar.gz
cv2pdb-3e0d57ca2607de1313060df084f55173100b3596.tar.bz2
Version 0.39: do not assume sorted line numbers per segment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 28b068b..8703ae4 100644
--- a/Makefile
+++ b/Makefile
@@ -81,3 +81,10 @@ IDEDIR = $(VSINSTALLDIR)\Common7\IDE
$(BIN): $(SRC) $(ADD) $(TEST) VERSION
if exist "$(IDEDIR)\VCExpress.exe" "$(IDEDIR)\VCExpress.exe" /Build Release src\cv2pdb.sln
if not exist "$(IDEDIR)\VCExpress.exe" "$(IDEDIR)\devenv.exe" /Build Release src\cv2pdb.sln
+
+###############################
+cv2pdb_exe:
+ devenv /Project "cv2pdb" /Build "Release|Win32" src\cv2pdb_vs12.sln
+
+test: cv2pdb_exe
+ cd ..\test && nmake test