Changeset 10147


Ignore:
Timestamp:
2005-06-17T16:41:13+12:00 (19 years ago)
Author:
kjdon
Message:

added in os.mac, and use this for the mg/mgpp configure, make etc os attribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10136 r10147  
    8282
    8383  <property name="os.linux" value="Linux"/> <!-- mac??-->
     84  <property name="os.mac" value="Mac OS X"/>
    8485  <property name="os.windows" value="Windows 95,Windows 98,Windows 2000,Windows XP,Windows NT,Windows ME"/> <!-- check this!!!-->
    8586
     
    884885      Configuring MG
    885886    </echo>
    886     <exec executable="${mg.home}/configure" os="${os.linux}"
     887    <exec executable="${mg.home}/configure" os="${os.linux},${os.mac}"
    887888      dir="${mg.home}">
    888889      <arg value="--prefix=${basedir}"/>
     
    892893      Configuring MGPP
    893894    </echo>
    894     <exec executable="${mgpp.home}/configure" os="${os.linux}"
     895    <exec executable="${mgpp.home}/configure" os="${os.linux},${os.mac}"
    895896      dir="${mgpp.home}">
    896897      <arg value="--prefix=${basedir}"/>
     
    936937    description="Compile only the packages">
    937938    <echo>Compiling MG</echo>
    938     <exec executable="make" os="${os.linux}"
     939    <exec executable="make" os="${os.linux},${os.mac}"
    939940       dir="${mg.home}">
    940941    </exec>
    941     <exec executable="make" os="${os.linux}"
     942    <exec executable="make" os="${os.linux},${os.mac}"
    942943      dir="${mg.home}">
    943944      <arg value="install"/>
     
    954955    <!-- mgpp -->
    955956    <echo>Compiling MGPP</echo>
    956     <exec executable="make" os="${os.linux}"
     957    <exec executable="make" os="${os.linux},${os.mac}"
    957958       dir="${mgpp.home}">
    958959    </exec>
    959     <exec executable="make" os="${os.linux}"
     960    <exec executable="make" os="${os.linux},${os.mac}"
    960961      dir="${mgpp.home}">
    961962      <arg value="install"/>
Note: See TracChangeset for help on using the changeset viewer.