diff options
author | Rainer Schuetze <r.sagitario@gmx.de> | 2017-01-20 08:53:39 (GMT) |
---|---|---|
committer | Rainer Schuetze <r.sagitario@gmx.de> | 2017-01-20 08:53:39 (GMT) |
commit | 3e0d57ca2607de1313060df084f55173100b3596 (patch) | |
tree | 731a607347c795040880816a095a2345f84921e9 /Makefile | |
parent | 12694e906933b1dc57d8026e4d0a4363530cf92b (diff) | |
download | cv2pdb-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-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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
|