Ticket #2011 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

vc8 support in mrsid plugin build

Reported by: warmerdam Owned by: 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

Changed 6 years ago by warmerdam

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

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

Note: See TracTickets for help on using tickets.