Changeset 12076

Show
Ignore:
Timestamp:
09/05/07 10:28:21 (1 year ago)
Author:
warmerdam
Message:

Added manifest logic for ogr_OCI.dll (#1793).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/ogr/ogrsf_frmts/oci/makefile.vc

    r11545 r12076  
    2525        link /dll /out:ogr_OCI.dll $(OBJ) \ 
    2626                $(GDAL_ROOT)/gdal_i.lib $(OCI_LIB) 
     27        if exist ogr_OCI.dll.manifest mt -manifest ogr_OCI.dll.manifest \ 
     28                -outputresource:ogr_OCI.dll;2 
    2729 
    2830ocitest.exe:    $(LL_OBJ) ocitest.obj