Ignore:
Timestamp:
2013-04-16T15:01:57+12:00 (11 years ago)
Author:
ak19
Message:

use.support.lib has now split into 2 properties. The first is use.gnomelib.ext which is used by the gs3 release-kit and the second is checkout.gnomelib.ext which is used when a GS3 developer manually turns it on to tell ant to download the gnomelib src folder into ext.

File:
1 edited

Legend:

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

    r26792 r27185  
    8282#compile.static=true
    8383
    84 ## Uncomment this line to enable compilation with the gnome-lib extension
    85 ## The gnome-lib extension should be in the [gsdl3home]/ext directory
    86 #use.support.lib=true
     84# A flag used by the release-kit to compile with gnomelib
     85# (Previously this flag was called use.support.lib but got conflated with
     86# the property checkout.gnomelib.ext below)
     87#use.gnomelib.ext=true
     88
     89## Uncomment these lines if enabling compilation with the gnome-lib extension
     90## and if compiling imagemagick
     91## These extensions should be in the [gsdl3home]/gs2build/ext directory
     92checkout.gnomelib.ext=true
     93#checkout.imagemagick.ext=true
    8794
    8895## windows c++ compilation
Note: See TracChangeset for help on using the changeset viewer.