Ignore:
Timestamp:
2010-02-02T15:01:10+13:00 (14 years ago)
Author:
mdewsnip
Message:

Need to link in expat library to library.cgi and oaiserver.cgi, when Lucene is enabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs2-core/runtime-src/src/recpt/win32.mak

    r21699 r21701  
    9494
    9595
     96# Option: Lucene support
     97!IF $(ENABLE_LUCENE)
     98LIBRARY_CGI_LDADD = $(LIBRARY_CGI_LDADD) "$(GSDL_DIR)\common-src\packages\windows\expat\expat\libexpat.lib"
     99!ENDIF
     100
    96101# Option: SQLite support
    97102!IF $(USE_SQLITE)
Note: See TracChangeset for help on using the changeset viewer.