Ticket #117 (closed enhancement: fixed)

Opened 12 months ago

Last modified 12 months ago

Add EXT_NMAKE_OPT support to NMAKE makefiles

Reported by: mloskot Owned by: mloskot
Priority: major Milestone: 1.2.0
Component: Build System Version: 1.0
Keywords: nmake.opt Cc:
LAS Format Version: Not Applicable

Description

This tasks is about adding support of external nmake.opt file with custom configuration. So, users are able to provide location of GeoTIFF and GDAL dependencies easier and without touching default nmake.opt:

nmake -f makefile.vc EXT_NMAKE_OPT=mynmake.opt

where mynmake.opt may contain:

# Build in debug mode
BUILD_DEBUG=YES
# Here is my GeoTIFF installation
GEOTIFF_HOME=D:\OSGeo4W
# Here is my GDAL installation
GDAL_HOME=D:\OSGeo4W

Change History

Changed 12 months ago by mloskot

  • owner changed from hobu to mloskot
  • status changed from new to assigned

Changed 12 months ago by mloskot

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in trunk (r1140)

Note: See TracTickets for help on using tickets.