Ticket #2011 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

vc8 support in mrsid plugin build

Reported by: warmerdam Assigned to: warmerdam
Priority: normal Milestone: 1.4.4
Component: ConfigBuild Version: 1.4.3
Severity: normal Keywords: mrsid
Cc:

Description

The mrsid makefile.vc needs the "manifest incorporation" step added in the plugin dll build directive. It should end up looking like below and be done in 1.4 and trunk.

gdal_MrSID.dll:	$(OBJ)
	link /dll /out:gdal_MrSID.dll $(OBJ) \
		$(GDAL_ROOT)/gdal_i.lib $(MRSID_LIB) $(GEOTIFF_LIB)
	if exist gdal_MrSID.manifest mt -manifest gdal_MrSID.manifest -outputresource:gdal_MrSID.dll

Change History

11/21/07 13:04:54 changed by warmerdam

  • status changed from new to closed.
  • resolution set to fixed.

Patched in trunk (r12915) and 1.4 (r12916).