Ignore:
Timestamp:
2011-03-30T16:01:27+13:00 (13 years ago)
Author:
sjm84
Message:

Fixed a mistake in Greenstone3's build.xml file that was preventing non-jni versions of Greenstone3 compiling successfully on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r23809 r23837  
    16511651      <arg value="win32.mak"/>
    16521652      <arg value="install"/>
     1653      <arg value="GSDLHOME=${gs2build.home}"/>
    16531654      <arg value="ENABLE_JNI=${gs2.windows.enablejni}"/>
    1654       <arg value="USE_SQLITE=0"/> <!-- why is this not on by default? -->
     1655      <arg value="ENABLE_MG=${gs2.windows.enablemg}"/>
     1656      <arg value="ENABLE_MGPP=${gs2.windows.enablemgpp}"/>
     1657      <arg value="USE_GDBM=${gs2.windows.usegdbm}"/>
     1658      <arg value="USE_SQLITE=${gs2.windows.usesqlite}"/>
     1659      <!--
     1660      <arg value="ENABLE_JNI=${gs2.windows.enablejni}"/>
     1661      <arg value="USE_SQLITE=0"/>--> <!-- why is this not on by default? -->
    16551662    </exec>
    16561663
Note: See TracChangeset for help on using the changeset viewer.