Changeset 15029


Ignore:
Timestamp:
2008-03-03T14:14:39+13:00 (16 years ago)
Author:
kjdon
Message:

need to add os attribute to the windows executable commands in clean-gs2build command so they don't get executed on linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r15028 r15029  
    12961296    <!-- windows: -->   
    12971297    <!-- run the setup script -->
    1298     <exec executable="${compile.windows.c++.setup}"/>
    1299     <exec executable="nmake" dir="${gs2build.home}">
     1298    <exec executable="${compile.windows.c++.setup}" os="${os.windows}" />
     1299    <exec executable="nmake" dir="${gs2build.home}" os="${os.windows}" >
    13001300     <arg value="/f"/>
    13011301     <arg value="win32.mak"/>
Note: See TracChangeset for help on using the changeset viewer.