Changeset 17140


Ignore:
Timestamp:
2008-09-04T13:10:48+12:00 (16 years ago)
Author:
oranfry
Message:

Added vista to the list of windows versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r17116 r17140  
    117117  <property name="os.solaris" value="SunOS"/>
    118118  <property name="os.unix" value="${os.linux},${os.mac},${os.solaris}"/>
    119   <property name="os.windows" value="Windows 95,Windows 98,Windows 2000,Windows 2003,Windows XP,Windows NT,Windows ME"/> <!-- check this!!!-->
     119  <property name="os.windows" value="Windows 95,Windows 98,Windows 2000,Windows 2003,Windows XP,Windows NT,Windows ME,Windows Vista"/> <!-- check this!!!-->
    120120
    121121  <!-- this is true for linux and macs -->
     
    14971497    <!-- <exec executable="${compile.windows.c++.setup}" os="${os.windows}"/>-->
    14981498     <!--Above does not work: even though vcvars.bat executes, the env changes it makes don't get saved. Need user to run vcvars.bat first before calling ant-->
    1499     <exec executable="nmake" dir="${gs2build.home}" os="${os.windows}">
     1499    <exec executable="nmake" dir="${gs2build.home}" os="${os.windows}">
    15001500      <arg value="/f"/>
    15011501      <arg value="win32.mak"/>
Note: See TracChangeset for help on using the changeset viewer.