Ignore:
Timestamp:
2010-05-27T11:34:47+12:00 (14 years ago)
Author:
davidb
Message:

Some initial work on being able to support Greenstone 3 without using JNI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.properties.in

    r19932 r22184  
    4747compile.optimize=true
    4848
    49 ## should compilation be static?? - used for distributions
     49# Control whether or not JNI bindings are used
     50#   e.g. MG, MG++ and GDBM and the like
     51# Setting this false means these components are not available to the install
     52# The expectation is that collections will be build from 100% Java components:
     53#   e.g Lucene and JDBM
     54#
     55# Ant 1.7.1 and before only test for *existence* so this needs to be commented
     56# in or out to control whether jni is used or not
     57with.jni=true
     58
     59## Control if compilation of gs2 is static or not. Used, for example, for distributions
     60# Same issue as 'with.jni' for how this gets used in ant 1.7.1 and before
    5061#compile.static=true
     62
    5163
    5264## windows c++ compilation
Note: See TracChangeset for help on using the changeset viewer.