Changeset 22757


Ignore:
Timestamp:
2010-08-24T16:10:50+12:00 (14 years ago)
Author:
mdewsnip
Message:

Added basequeryaction and sqlqueryaction to runtime-src/src/recpt/win32.mak, and added CPPFLAGS settings as required.

File:
1 edited

Legend:

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

    r22746 r22757  
    2929    argdb.obj \
    3030    authenaction.obj \
     31    basequeryaction.obj \
    3132    browseaction.obj \
    3233    browseactiontools.obj \
     
    6162    querytools.obj \
    6263    receptionist.obj \
     64    sqlqueryaction.obj \
    6365    statusaction.obj \
    6466    string_pool.obj \
     
    7981# Option: Lucene support
    8082!IF $(ENABLE_LUCENE)
     83LIBRARY_CGI_CPPFLAGS = -DENABLE_LUCENE $(LIBRARY_CGI_CPPFLAGS)
    8184LIBRARY_CGI_LDADD = $(LIBRARY_CGI_LDADD) "$(GSDL_DIR)\common-src\packages\windows\expat\expat\libexpat.lib"
    8285!ENDIF
     
    8487# Option: SQLite support
    8588!IF $(USE_SQLITE)
     89LIBRARY_CGI_CPPFLAGS = -DUSE_SQLITE $(LIBRARY_CGI_CPPFLAGS) -I"$(GSDL_DIR)\common-src\packages\sqlite\include"
    8690LIBRARY_CGI_LDADD = $(LIBRARY_CGI_LDADD) "$(GSDL_DIR)\common-src\packages\sqlite\lib\sqlite3.lib"
    8791!ENDIF
Note: See TracChangeset for help on using the changeset viewer.