Changeset 542d8eb5 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:
- d26ab242
- Parents:
- 3de9661 (diff), de2cfd9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/zlib/contrib/dotzlib/DotZLib.build
r3de9661 r542d8eb5 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.