[geos-commits] r2133 - branches/3.0/source

svn_geos at osgeo.org svn_geos at osgeo.org
Sat Jul 19 14:45:33 EDT 2008


Author: warmerdam
Date: 2008-07-19 14:45:32 -0400 (Sat, 19 Jul 2008)
New Revision: 2133

Modified:
   branches/3.0/source/Makefile.vc
Log:
incorporate manifest into dlls (#193)

Modified: branches/3.0/source/Makefile.vc
===================================================================
--- branches/3.0/source/Makefile.vc	2008-07-19 18:20:29 UTC (rev 2132)
+++ branches/3.0/source/Makefile.vc	2008-07-19 18:45:32 UTC (rev 2133)
@@ -266,9 +266,11 @@
 
 $(DLLNAME):	$(OBJ)
 	link /dll /debug $(OBJ) /out:$(DLLNAME) /implib:$(SLIBNAME)
+	if exist $(DLLNAME).manifest mt -manifest $(DLLNAME).manifest -outputresource:$(DLLNAME);2
 
 $(CDLLNAME): ..\capi\geos_c.obj $(DLLNAME)
 	link /dll /debug ..\capi\geos_c.obj $(LIBNAME) /out:$(CDLLNAME) /implib:$(CLIBNAME)
+	if exist $(CDLLNAME).manifest mt -manifest $(CDLLNAME).manifest -outputresource:$(CDLLNAME);2
   
 headers/geos/platform.h: headers/geos/platform.h.vc
 	copy headers\geos\platform.h.vc headers\geos\platform.h



More information about the geos-commits mailing list