# Configuration supposed to be configured here by the user # # must configure: # # optionally: # - OPENSSL_DIR: location of the OpenSSL library (WITH_SSL=1 only) # - PGSQL_DIR: location of Postgres libpq and header files (WITH_PGSQL=1 only) # please customize # ICU ##### ICU_DIR = C:\cygwin\home\Andreas Baumann\icu # OpenSSL (http://www.slproweb.com/products/Win32OpenSSL.html) ############################################################## OPENSSL_DIR = C:\OpenSSL\openssl-1.0.1-win32-debug # Postgresql libpq # (http://www.postgresql.org/) ############################## PGSQL_DIR = C:\cygwin\home\Andreas Baumann\postgresql-9.1.3-win32-debug # enable depending on libintl.dll and libiconv.dll (deployment only) PGDLL_WITHOUT_MAJOR_VERSION = 1 # libxml2 ######### LIBXML2_DIR = C:\cygwin\home\Andreas Baumann\libxml2-2.7.8-win32-debug # libxslt ######### LIBXSLT_DIR = C:\cygwin\home\Andreas Baumann\libxslt-1.1.26-win32-debug # Windows Installer (WIX) # used for deployment only! ######################### WIX_DIR = C:\Program Files\Windows Installer XML v3.5 #WIX_LIBS = dutil_2008.lib wcautil_2008.lib WIX_LIBS = dutil_2008_x64.lib wcautil_2008_x64.lib # architecture of resulting msi #WIX_ARCH = x86 WIX_ARCH = x64 #PGDLL_LIBRARIES=1 #PGDLL_WITHOUT_MAJOR_VERSION=1 # DocBook and Stylesheets ######################### XSLT_HTMLHELP_STYLESHEET = C:\cygwin\home\Andreas Baumann\docbook-xsl-1.76.1\htmlhelp\htmlhelp.xsl # Doxygen binary to generate API documentation (for docu and deployment) ######################################################################## DOXYGEN = C:\Program Files\Doxygen\bin\doxygen.exe # Microsoft HTML Help Workshop (for documentation building and deployment) ########################################################################## HHC_LOCATION = C:\Program Files\HTML Help Workshop\hhc.exe