Parent Directory
|
Revision Log
|
Patch
revision 1.55 by tim, Mon Sep 1 04:14:47 2003 UTC | revision 1.56 by tim, Mon Sep 1 04:21:55 2003 UTC | |
---|---|---|
# | Line 693 | Line 693 |
693 | <target name="configure-emulation"> | <target name="configure-emulation"> |
694 | ||
695 | <condition property="build.emulation.true"> | <condition property="build.emulation.true"> |
696 | <or> | <istrue value="${build.emulation}"/> |
<and> | ||
<os family="windows"/> | ||
<not> | ||
<isset property="build.emulation"/> | ||
</not> | ||
</and> | ||
<istrue value="${build.emulation}"/> | ||
</or> | ||
697 | </condition> | </condition> |
698 | ||
699 | </target> | </target> |
|
dl@cs.oswego.edu | ViewVC Help |
Powered by ViewVC 1.1.27 |