summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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