2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-25 13:51:58 +00:00

Add example project for building an IPak with corresponding ff

This commit is contained in:
Jan
2023-10-21 12:27:47 +02:00
parent 1384c912e5
commit 2c09cc11e9
6 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/bash
# You can now either build the fastfile by building the project itself
Linker IPakZone
# ...or by building both targets separately
Linker "IPakZone/IPakZone_ff" "IPakZone/IPakZone_ipak"