# # Use this config file for building Windows Debug configuration # # Step 1: What C++ Compiler do you want to use? # # Set the CC variable to the name of the C++ compiler you want to use. CC = cl -TP /EHsc # Step 2: Where is the DbXml Library? # # Set the DBXML_LIB_NAME variable to the name of the dbxml library. # # Set the DBXML_LIB_PATH variable to directory where the dbxml library # is installed. # # Set the DBXML_INC_PATH variable to directory where the dbxml include files # are installed. DBXML_LIB_NAME = libdbxml22d DBXML_LIB_PATH = ../../../lib DBXML_INC_PATH = ../../../include # Step 3: Where is the Berkeley DB C++ library? # # Set the BDB_LIB_NAME variable to the name of the Berkeley DB C++ library. # # Set the BDB_LIB_PATH variable to directory where the Berkeley DB library # is installed. # # Set the BDB_INC_PATH variable to directory where the Berkeley DB include files # are installed. BDB_LIB_NAME = libdb43d BDB_LIB_PATH = ../../../lib BDB_INC_PATH = ../../../include # Step 4: Where is the Pathan Library? # # Set the PATHAN_LIB_NAME variable to the name of the Pathan library. # # Set the PATHAN_LIB_PATH variable to directory where the Pathan library # is installed. # # Use PathanD for building with Visual C++ 6, use PathanD_7.1 for # building with Visual Studio .NET 2003 # #PATHAN_LIB_NAME = PathanD PATHAN_LIB_NAME = PathanD_7.1 PATHAN_LIB_PATH = ../../../lib # Step 5: Where is the Xerces Library? # # Set the XERCES_LIB_NAME variable to the name of the Xerces library. # # Set the XERCES_LIB_PATH variable to directory where the Xerces library # is installed. # XERCES_LIB_NAME = xerces-c_2D XERCES_LIB_PATH = ../../../lib # Step 5: Where is the xquery Library? # # Set the XQUERY_LIB_NAME variable to the name of the xquery library. # # Set the XQUERY_LIB_PATH variable to directory where the xquery library # is installed. # XQUERY_LIB_NAME = libxquery12d XQUERY_LIB_PATH = ../../../lib # Step 6: Any other libraries needed? # # If you need to include any additional libraries when building this module # uncomment and set the EXTRA_LIBS variable below. # # Examples # # Some Linux/Unix builds need to include the threading library # #EXTRA_LIBS = -lpthread # Windows - debug libraries EXTRA_LIBS = MSVCPRTD.LIB EXTRA_CCFLAGS = -nologo -EHsc -GF -W3 -MDd -Zi -Gd -D_DEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX # End of File.