diff options
Diffstat (limited to 'contrib/dotzlib/DotZLib.build')
-rw-r--r-- | contrib/dotzlib/DotZLib.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/dotzlib/DotZLib.build b/contrib/dotzlib/DotZLib.build index ed19cc9..7f90d6b 100644 --- a/contrib/dotzlib/DotZLib.build +++ b/contrib/dotzlib/DotZLib.build | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | <property name="nunit.location" value="c:/program files/NUnit V2.1/bin" /> | 5 | <property name="nunit.location" value="c:/program files/NUnit V2.1/bin" /> |
6 | <property name="build.root" value="bin" /> | 6 | <property name="build.root" value="bin" /> |
7 | 7 | ||
8 | <property name="debug" value="true" /> | 8 | <property name="debug" value="true" /> |
9 | <property name="nunit" value="true" /> | 9 | <property name="nunit" value="true" /> |
10 | 10 | ||
@@ -16,7 +16,7 @@ | |||
16 | </target> | 16 | </target> |
17 | 17 | ||
18 | <target name="build" description="compiles the source code"> | 18 | <target name="build" description="compiles the source code"> |
19 | 19 | ||
20 | <mkdir dir="${build.folder}" /> | 20 | <mkdir dir="${build.folder}" /> |
21 | <csc target="library" output="${build.folder}DotZLib.dll" debug="${debug}"> | 21 | <csc target="library" output="${build.folder}DotZLib.dll" debug="${debug}"> |
22 | <references basedir="${nunit.location}"> | 22 | <references basedir="${nunit.location}"> |