Ignore:
Timestamp:
2013-01-21T14:09:53+13:00 (11 years ago)
Author:
davidb
Message:

Added properties used for cross compiling

File:
1 edited

Legend:

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

    r26433 r26766  
    5252compile.optimize=true
    5353
     54# Properties that control cross-compiling
     55compile.cross        = false
     56#cross.os             = windows
     57#cross.host           = i686-w64-mingw32
     58#cross.build          = i686-pc-linux-gnu
     59
     60#cross.configure.extraargs =
     61
     62
    5463# Control whether or not JNI bindings are used
    5564#   e.g. MG, MG++ and GDBM and the like
Note: See TracChangeset for help on using the changeset viewer.