diff options
Diffstat (limited to 'build-standalone.xml')
| -rw-r--r-- | build-standalone.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build-standalone.xml b/build-standalone.xml index 0ba7f93..05dc174 100644 --- a/build-standalone.xml +++ b/build-standalone.xml @@ -75,4 +75,9 @@ <property name="store.jar.name" value="ECTesterStandalone-dist"/> <antcall target="dist-build.package"/> </target> + <target name="headers" depends="compile"> + <javah classpath="${build.classes.dir}" outputfile="src/cz/crcs/ectester/standalone/libs/native.h"> + <class name="cz.crcs.ectester.standalone.libs.TomcryptLib"/> + </javah> + </target> </project> |
