Opened 16 years ago

Closed 16 years ago

#2743 closed defect (fixed)

Allow to specify EXTERNAL_LIBS and INCLUDES by using external opt file

Reported by: tamas Owned by: tamas
Priority: normal Milestone: 5.2 release
Component: MapServer C Library Version: unspecified
Severity: normal Keywords:
Cc:

Description

For the higher level of the customization and buildbot integration the following EXTERNAL_LIBS and INCLUDES should be allowed to specify externally in nmake.opt as

!IFNDEF EXTERNAL_LIBS EXTERNAL_LIBS=$(GD_LIBS) $(TIFF_LIB) $(JPEG_LIB) \

$(PROJ_LIB) $(OGR_LIB) $(GDAL_LIB)\ $(CURL_LIB) $(MING_LIB) $(PDF_LIB) \ $(WINSOCK_LIB) $(POSTGIS_LIB) $(IMGGEN_LIB) $(ERR_LIB) \ $(ORACLE_LIB) $(SDE_LIB) $(ICONV_LIB) $(FCGILIB) $(GEOS_LIB) \ $(LIBXML_LIB) $(AGG_LIB) $(FRIBIDI_LIB)

!ENDIF

!IFNDEF INCLUDES INCLUDES=$(GD_INC) $(TIFF_INC) $(JPEG_INC) \

$(PROJ_INC) $(REGEX_INC) $(GDAL_INC) $(OGR_INC) \ $(CURL_INC) $(MING_INC) $(PDF_INC) $(POSTGIS_INC) \ $(IMGGEN_INC) $(ERR_INC) $(ORACLE_INC) $(SDE_INC)\ $(ICONV_INC) $(FCGIINC) $(GEOS_INC) $(ZLIB_INC) $(LIBXML_INC) \ $(AGG_INC) $(PNG_INC) $(FRIBIDI_INC)

!ENDIF

Change History (1)

comment:1 by tamas, 16 years ago

Resolution: fixed
Status: newclosed

Committed in r7863

Note: See TracTickets for help on using tickets.