summaryrefslogtreecommitdiff
path: root/contrib/dotzlib/DotZLib.build
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:27:17 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:27:17 -0700
commite0ff940e1adb68d3575705ebf1546d9f07ad3b4a (patch)
tree792ac6996d1225c0955027050296126bc8ff6e26 /contrib/dotzlib/DotZLib.build
parent7df877eccdd826e94df53215f65dee639428e83f (diff)
downloadzlib-1.2.3.8.tar.gz
zlib-1.2.3.8.tar.bz2
zlib-1.2.3.8.zip
zlib 1.2.3.8v1.2.3.8
Diffstat (limited to 'contrib/dotzlib/DotZLib.build')
-rw-r--r--contrib/dotzlib/DotZLib.build4
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}">