[geos-commits] r4057 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Mon May 18 02:50:38 PDT 2015


Author: mloskot
Date: 2015-05-18 02:50:38 -0700 (Mon, 18 May 2015)
New Revision: 4057

Modified:
   trunk/
   trunk/nmake.opt
Log:
Merged revision(s) 4056 from branches/3.4:
Fixed build configuration for NMAKE with Visual Leak Detector enabled (#715)



Property changes on: trunk
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/3.4:4056

Modified: trunk/nmake.opt
===================================================================
--- trunk/nmake.opt	2015-05-18 09:47:24 UTC (rev 4056)
+++ trunk/nmake.opt	2015-05-18 09:50:38 UTC (rev 4057)
@@ -146,10 +146,9 @@
 ###############################################################################
 # Optional use of Visual Leak Detector (VLD) http://vld.codeplex.com/
 # Uncomment this line to use VLD in debug configuration only:
+#MSVC_VLD_DIR=$(EXTLIBDIR)\Source\vld\vld
+
 !IF "$(BUILD_DEBUG)" == "YES"
-MSVC_VLD_DIR=$(EXTLIBDIR)\Source\vld\vld
-!ENDIF
-
 !IFDEF MSVC_VLD_DIR
 MSVC_VLD_FLAGS=-DMSVC_USE_VLD=1 -I$(MSVC_VLD_DIR)\include
 !IFDEF WIN64
@@ -158,6 +157,7 @@
 MSVC_VLD_LIB=/LIBPATH:$(MSVC_VLD_DIR)/lib/Win32
 !ENDIF
 !ENDIF
+!ENDIF
 
 ###############################################################################
 # Include directories



More information about the geos-commits mailing list