Lines Matching full:build
13 DotZLib.build - NAnt build file
21 To include unit tests in the build, define nunit before building.
24 Build instructions:
28 Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll)
32 build.
35 Open a command prompt with access to the build environment and run nant
36 in the same directory as the DotZLib.build file.
37 You can define 2 properties on the nant command-line to control the build:
47 will build a release mode version of the library without unit tests.
49 will build a debug version of the library with unit tests