Changeset 19914 for greenstone3


Ignore:
Timestamp:
2009-06-25T16:40:24+12:00 (15 years ago)
Author:
ak19
Message:

Correction to small but crucial typo that stopped compilation on Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r19911 r19914  
    14391439    <!-- windows: nmake, nmake install -->
    14401440    <else><if>
    1441       <bool><istrue value="${current.os.isunix}"/></bool>
     1441      <bool><istrue value="${current.os.iswindows}"/></bool>
    14421442      <!-- run the setup script -->
    14431443      <!-- <exec executable="${compile.windows.c++.setup}" os="${os.windows}"/>-->
Note: See TracChangeset for help on using the changeset viewer.