Changeset 12076
- Timestamp:
- 09/05/07 10:28:21 (1 year ago)
- Files:
-
- trunk/gdal/ogr/ogrsf_frmts/oci/makefile.vc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/ogr/ogrsf_frmts/oci/makefile.vc
r11545 r12076 25 25 link /dll /out:ogr_OCI.dll $(OBJ) \ 26 26 $(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 27 29 28 30 ocitest.exe: $(LL_OBJ) ocitest.obj
