Ignore:
Timestamp:
2008-10-03T16:00:50+13:00 (16 years ago)
Author:
mdewsnip
Message:

Support for using MSSQL for infodb databases, many thanks to Jeffrey Ke from DL Consulting Ltd. (http://www.dlconsulting.com). Please note that MSSQL only runs on Windows, and requires some setup before use. Documentation will be added to the Greenstone Wiki explaining this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/common-src/win32.mak

    r16903 r17476  
    3131DLLDEBUG = 0
    3232USE_SQLITE = 0
     33USE_MSSQL = 0
    3334
    3435MDEFINES = /f win32.mak
     
    5960MAKECMD = $(MAKECMD) USE_SQLITE=1
    6061PACKAGEDIRS = $(PACKAGEDIRS) $(SQLITE_DIR)
     62!ENDIF
     63!IF $(USE_MSSQL)
     64MAKECMD = $(MAKECMD) USE_MSSQL=1
    6165!ENDIF
    6266
Note: See TracChangeset for help on using the changeset viewer.