Skip to content
Snippets Groups Projects
Commit 65224faa authored by Jeff Wallace's avatar Jeff Wallace Committed by Jeff Wallace
Browse files

Fixed typos in build-windows.

parent 2098a093
No related branches found
No related tags found
No related merge requests found
...@@ -34,16 +34,16 @@ ...@@ -34,16 +34,16 @@
</java> </java>
</target> </target>
<target name="check-build-native" depends="check-build-32,check-build-64"/> <target name="check-native-build" depends="check-build-32,check-build-64"/>
<target name="check-build-32" depends="checkLibDirs" if="win32.exists"> <target name="check-build-32" if="win32.exists">
<uptodate property="native-up-to-date" srcfile="${basedir}/../../win32/Release/libtsk_jni.dll" <uptodate property="native-up-to-date" srcfile="${basedir}/../../win32/Release/libtsk_jni.dll"
targetfile="${x86}/win/libtsk_jni.dll"/> targetfile="${x86}/win/libtsk_jni.dll"/>
</target> </target>
<target name="check-build-64" depends="checkLibDirs" if="win32.exists"> <target name="check-build-64" if="win32.exists">
<uptodate property="native-up-to-date" srcfile="${basedir}/../../win32/Release/libtsk_jni.dll" <uptodate property="native-up-to-date" srcfile="${basedir}/../../win32/x64/Release/libtsk_jni.dll"
targetfile="${amd64}/win/libtsk_jni.dll"/> targetfile="${amd64}/win/libtsk_jni.dll"/>
</target> </target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment