Ticket #117 (closed enhancement: fixed)
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
Note: See
TracTickets for help on using
tickets.
