Changeset 19932


Ignore:
Timestamp:
2009-06-26T15:06:55+12:00 (15 years ago)
Author:
kjdon
Message:

added compile.static and rearranged a bit

File:
1 edited

Legend:

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

    r19842 r19932  
    11#### properties file for Greenstone3 building using ANT. See the README for more
    22#### information
    3 
    4 ## java compilation properties - for javac
    5 # Should compilation include the debug option?
    6 compile.debug=true
    7 # Should compilation include the deprecation option?
    8 compile.deprecation=true
    9 # Should compilation include the optimize option?
    10 compile.optimize=true
    11 
    12 ## windows c++ compilation
    13 # The following property does not help in build.xml.
    14 # The user needs to run Visual Studio's vcvars32.bat script from the
    15 # MSDOS prompt before compiling Greenstone3 (before "ant prepare install")
    16 #compile.windows.c++.setup=C:/Program Files/Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT
    173
    184## Tomcat installation
     
    5339proxy.password=
    5440
     41## java compilation properties - for javac
     42# Should compilation include the debug option?
     43compile.debug=true
     44# Should compilation include the deprecation option?
     45compile.deprecation=true
     46# Should compilation include the optimize option?
     47compile.optimize=true
     48
     49## should compilation be static?? - used for distributions
     50#compile.static=true
     51
     52## windows c++ compilation
     53# The following property does not help in build.xml.
     54# The user needs to run Visual Studio's vcvars32.bat script from the
     55# MSDOS prompt before compiling Greenstone3 (before "ant prepare install")
     56#compile.windows.c++.setup=C:/Program Files/Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT
    5557
    5658##Flax stuff##
Note: See TracChangeset for help on using the changeset viewer.