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/runtime-src/win32.mak

    r16734 r17476  
    3333DLLDEBUG = 0
    3434USE_SQLITE = 0
     35USE_MSSQL = 0
    3536USE_Z3950 = 0
    3637
     
    6162!IF $(USE_SQLITE)
    6263MAKECMD = $(MAKECMD) USE_SQLITE=1
     64!ENDIF
     65!IF $(USE_MSSQL)
     66MAKECMD = $(MAKECMD) USE_MSSQL=1
    6367!ENDIF
    6468!IF $(USE_Z3950)
Note: See TracChangeset for help on using the changeset viewer.