[geos-commits] r2135 - trunk/source
svn_geos at osgeo.org
svn_geos at osgeo.org
Sat Jul 19 15:11:32 EDT 2008
Author: warmerdam
Date: 2008-07-19 15:11:31 -0400 (Sat, 19 Jul 2008)
New Revision: 2135
Modified:
trunk/source/Makefile.vc
Log:
added manifest handling for DLLs (#193)
Modified: trunk/source/Makefile.vc
===================================================================
--- trunk/source/Makefile.vc 2008-07-19 19:07:55 UTC (rev 2134)
+++ trunk/source/Makefile.vc 2008-07-19 19:11:31 UTC (rev 2135)
@@ -301,9 +301,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