Skip to content

Commit

Permalink
add dependent DLLs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-berlin-wmse committed Feb 1, 2022
1 parent d110cf6 commit 93f1ed1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@
<include name="libglass*.so"/>
<include name="libdecora_sse.so"/>
</fileset>
<!-- Windows -->
<fileset dir="${openjfxSDKPath}/../bin">
<include name="prism*.dll"/>
<include name="javafx*.dll"/>
<include name="glass.dll"/>
<include name="decora_sse.dll"/>
<include name="api-ms-win-core-console-l1-1-0.dll"/>
<include name="api-ms-win-core-console-l1-2-0.dll"/>
<include name="msvcp140.dll"/>
<include name="vcruntime140_1.dll"/>
</fileset>
</copy>
<jar destfile="pattypan.jar" basedir="bin" includes="**/*">
<manifest>
Expand Down

0 comments on commit 93f1ed1

Please sign in to comment.