Ignore:
Timestamp:
2010-09-01T10:36:46+12:00 (14 years ago)
Author:
mdewsnip
Message:

Lots of makefile tidy ups (both Windows and Linux), for consistency and flexibility.

File:
1 edited

Legend:

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

    r22763 r22824  
    1010
    1111
    12 # Option: Lucene support
     12# Option: Lucene support (enabled by default)
     13ENABLE_LUCENE = 1
    1314!IF $(ENABLE_LUCENE)
    1415LUCENE_SUBDIRS = indexers packages\expat
    1516!ENDIF
    1617
    17 # Option: SQLite support
     18# Option: SQLite support (enabled by default)
     19USE_SQLITE = 1
    1820!IF $(USE_SQLITE)
    1921SQLITE_SUBDIRS = packages\sqlite
Note: See TracChangeset for help on using the changeset viewer.