Show
Ignore:
Timestamp:
12/18/02 16:30:01 (6 years ago)
Author:
warmerda
Message:

added devinstall target

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/makefile.vc

    r3967 r4001  
    141141!ENDIF 
    142142        cd .. 
     143 
     144devinstall: install 
     145        copy port\*.h $(INCDIR) 
     146        copy core\*.h $(INCDIR) 
     147        copy alg\*.h $(INCDIR) 
     148        copy ogr\*.h $(INCDIR) 
     149!IFDEF INCLUDE_OGR_FRMTS 
     150        copy ogr\ogrsf_frmts\*.h $(INCDIR) 
     151!ENDIF 
     152        copy gdal_i.lib $(BINDIR)