Ticket #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
Note: See
TracTickets for help on using
tickets.
