Opened 16 years ago

Closed 16 years ago

#2011 closed defect (fixed)

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 (1)

comment:1 by warmerdam, 16 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.