Changeset 19932
- Timestamp:
- 2009-06-26T15:06:55+12:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/build.properties.in
r19842 r19932 1 1 #### properties file for Greenstone3 building using ANT. See the README for more 2 2 #### information 3 4 ## java compilation properties - for javac5 # Should compilation include the debug option?6 compile.debug=true7 # Should compilation include the deprecation option?8 compile.deprecation=true9 # Should compilation include the optimize option?10 compile.optimize=true11 12 ## windows c++ compilation13 # The following property does not help in build.xml.14 # The user needs to run Visual Studio's vcvars32.bat script from the15 # MSDOS prompt before compiling Greenstone3 (before "ant prepare install")16 #compile.windows.c++.setup=C:/Program Files/Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT17 3 18 4 ## Tomcat installation … … 53 39 proxy.password= 54 40 41 ## java compilation properties - for javac 42 # Should compilation include the debug option? 43 compile.debug=true 44 # Should compilation include the deprecation option? 45 compile.deprecation=true 46 # Should compilation include the optimize option? 47 compile.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 55 57 56 58 ##Flax stuff##
Note:
See TracChangeset
for help on using the changeset viewer.