mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
15 lines
741 B
XML
15 lines
741 B
XML
<project name="AutopsyTSKTargets">
|
|
<target name="copyTSKLibs">
|
|
<property environment="env"/>
|
|
<copy file="${env.TSK_HOME}/bindings/java/jni/.libs/libtsk_jni.dylib" tofile="${basedir}/DataModel/release/modules/lib/libtsk_jni.dylib"/>
|
|
<!-- <copy file="${env.TSK_HOME}/win32/libewf/msvscpp/Release/libewf.dll" tofile="${basedir}/DataModel/release/modules/lib/libewf.dll"/>
|
|
<copy file="${env.TSK_HOME}/win32/libewf/msvscpp/zlib/zlib1.dll" tofile="${basedir}/DataModel/release/modules/lib/zlib1.dll"/> -->
|
|
</target>
|
|
<target name="copyExternalLibs">
|
|
</target>
|
|
|
|
<target name="build-installer-unix">
|
|
<echo>Unix installer creation not supported at this time</echo>
|
|
</target>
|
|
</project>
|