[mapserver-commits] r9284 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Tue Sep 1 06:12:05 EDT 2009


Author: tamas
Date: 2009-09-01 06:12:05 -0400 (Tue, 01 Sep 2009)
New Revision: 9284

Modified:
   trunk/mapserver/Makefile.vc
Log:
Allow to compile mapserver in debug mode.

Modified: trunk/mapserver/Makefile.vc
===================================================================
--- trunk/mapserver/Makefile.vc	2009-08-31 17:13:45 UTC (rev 9283)
+++ trunk/mapserver/Makefile.vc	2009-09-01 10:12:05 UTC (rev 9284)
@@ -94,9 +94,9 @@
 .c.exe:
 	$(CC) $(CFLAGS) /c $*.c /Fo$*.obj
 !IFDEF DLLBUILD
-	$(LINK) $(LDFLAGS) $*.obj $(LIBS_DLL)
+	$(LINK) $(LDEBUG) $(LDFLAGS) $*.obj $(LIBS_DLL)
 !ELSE
-        $(LINK) $(LDFLAGS) $*.obj $(LIBS)
+        $(LINK) $(LDEBUG) $(LDFLAGS) $*.obj $(LIBS)
 !ENDIF
 	if exist $@.manifest mt -manifest $@.manifest -outputresource:$@;1
 



More information about the mapserver-commits mailing list