Changeset 0546a124 in rtems
- Timestamp:
- Oct 28, 2005, 7:22:50 AM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4490d47
- Parents:
- 400dfb2 (diff), 3fe9068 (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/readme.txt
r400dfb2 r0546a124 1 1 This directory contains a .Net wrapper class library for the ZLib1.dll 2 2 3 The wrapper includes support for inflating/deflating memory buffers, 3 The wrapper includes support for inflating/deflating memory buffers, 4 4 .Net streaming wrappers for the gz streams part of zlib, and wrappers 5 5 for the checksum parts of zlib. See DotZLib/UnitTests.cs for examples. … … 27 27 1. Using Visual Studio.Net 2003: 28 28 Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll) 29 will be found ./DotZLib/bin/release or ./DotZLib/bin/debug, depending on 30 you are building the release or debug version of the library. Check 29 will be found ./DotZLib/bin/release or ./DotZLib/bin/debug, depending on 30 you are building the release or debug version of the library. Check 31 31 DotZLib/UnitTests.cs for instructions on how to include unit tests in the 32 32 build. 33 33 34 34 2. Using NAnt: 35 35 Open a command prompt with access to the build environment and run nant … … 39 39 nunit={true|false} to include or esclude unit tests (default=true). 40 40 Also the target clean will remove binaries. 41 Output file (DotZLib.dll) will be found in either ./DotZLib/bin/release 42 or ./DotZLib/bin/debug, depending on whether you are building the release 41 Output file (DotZLib.dll) will be found in either ./DotZLib/bin/release 42 or ./DotZLib/bin/debug, depending on whether you are building the release 43 43 or debug version of the library. 44 44 45 Examples: 45 Examples: 46 46 nant -D:debug=false -D:nunit=false 47 47 will build a release mode version of the library without unit tests. 48 48 nant 49 will build a debug version of the library with unit tests 49 will build a debug version of the library with unit tests 50 50 nant clean 51 51 will remove all previously built files. … … 55 55 Copyright (c) Henrik Ravn 2004 56 56 57 Use, modification and distribution are subject to the Boost Software License, Version 1.0. 57 Use, modification and distribution are subject to the Boost Software License, Version 1.0. 58 58 (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Note: See TracChangeset
for help on using the changeset viewer.