Changeset de2cfd9 in rtems
- Timestamp:
- Oct 28, 2005, 7:22:47 AM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 542d8eb5, fa348b78
- Parents:
- 0c325da4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/zlib/contrib/dotzlib/DotZLib.build
r0c325da4 rde2cfd9 5 5 <property name="nunit.location" value="c:/program files/NUnit V2.1/bin" /> 6 6 <property name="build.root" value="bin" /> 7 7 8 8 <property name="debug" value="true" /> 9 9 <property name="nunit" value="true" /> … … 17 17 18 18 <target name="build" description="compiles the source code"> 19 19 20 20 <mkdir dir="${build.folder}" /> 21 21 <csc target="library" output="${build.folder}DotZLib.dll" debug="${debug}">
Note: See TracChangeset
for help on using the changeset viewer.