Skip to content

Commit

Permalink
Merge pull request #7 from JonnycatMeow/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Dec 11, 2023
2 parents a846f9d + b2267f1 commit 8a587d2
Show file tree
Hide file tree
Showing 36 changed files with 35 additions and 33 deletions.
66 changes: 34 additions & 32 deletions hxpy/Build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,37 +239,39 @@
</section>
</target>

<copyFile name="_asyncio.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="_bz2.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="_ctypes.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="_decimal.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="_elementtree.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="_hashlib.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="_lzma.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="_msi.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="_multiprocessing.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="_overlapped.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="_queue.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="_socket.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="_sqlite3.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="_ssl.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="_uuid.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<section if="windows">
<copyFile name="_asyncio.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="_bz2.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="_ctypes.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="_decimal.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="_elementtree.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="_hashlib.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="_lzma.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="_msi.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="_multiprocessing.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="_overlapped.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="_queue.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="_socket.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="_sqlite3.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="_ssl.pyd" from="${haxelib:hxpy}/package/Windows/" toolId="exe" />
<copyFile name="_uuid.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="_zoneinfo.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="libcrypto-1_1.dll" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="libffi-8.dll" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="LICENSE.txt" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="pyexpat.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="python.cat" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="python.exe" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="python3.dll" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="python311._pth" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="python311.dll" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="python311.zip" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="pythonw.exe" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="select.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="sqlite3.dll" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="unicodedata.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="vcruntime140_1.dll" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="vcruntime140.dll" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="winsound.pyd" from="${haxelib:hxpy}/package" toolId="exe" />
<copyFile name="libcrypto-1_1.dll" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="libffi-8.dll" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="LICENSE.txt" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="pyexpat.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="python.cat" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="python.exe" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="python3.dll" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="python311._pth" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="python311.dll" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="python311.zip" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="pythonw.exe" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="select.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="sqlite3.dll" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="unicodedata.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="vcruntime140_1.dll" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="vcruntime140.dll" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
<copyFile name="winsound.pyd" from="${haxelib:hxpy}/package/Windows" toolId="exe" />
</section>
</xml>
2 changes: 1 addition & 1 deletion include.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<project xmlns="http://lime.software/project/1.0.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://lime.software/project/1.0.2 http://lime.software/xsd/project-1.0.2.xsd">
<assets path="package" rename=""/>
<assets path="package/Windows" rename="" if="windows"/>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8a587d2

Please sign in to comment.