aboutsummaryrefslogtreecommitdiff
path: root/examples/cdrom/cdxa
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2023-04-04 01:09:50 +0200
committerspicyjpeg <thatspicyjpeg@gmail.com>2023-04-04 01:09:50 +0200
commitfd846206ae9419af5ed227989b3ad49b541a823c (patch)
treeca0907b559548b399759a2370d566e6deb825525 /examples/cdrom/cdxa
parent8e3a757d4d7d5dfc62f69ce4ede08f1cf79e3461 (diff)
downloadpsn00bsdk-fd846206ae9419af5ed227989b3ad49b541a823c.tar.gz
Add missing CD image dependencies to CMake scripts
Diffstat (limited to 'examples/cdrom/cdxa')
-rw-r--r--examples/cdrom/cdxa/CMakeLists.txt6
-rw-r--r--examples/cdrom/cdxa/iso.xml5
2 files changed, 5 insertions, 6 deletions
diff --git a/examples/cdrom/cdxa/CMakeLists.txt b/examples/cdrom/cdxa/CMakeLists.txt
index fd2f653..07e6ae4 100644
--- a/examples/cdrom/cdxa/CMakeLists.txt
+++ b/examples/cdrom/cdxa/CMakeLists.txt
@@ -11,10 +11,12 @@ project(
HOMEPAGE_URL "http://lameguy64.net/?page=psn00bsdk"
)
-# TODO: add rules to actually generate a valid .XA file
file(GLOB _sources *.c)
psn00bsdk_add_executable(cdxa GPREL ${_sources})
-#psn00bsdk_add_cd_image(cdxa_iso cdxa iso.xml DEPENDS cdxa)
+#psn00bsdk_add_cd_image(
+ #cdxa_iso cdxa iso.xml
+ #DEPENDS cdxa system.cnf xasample.xa
+#)
psn00bsdk_target_incbin(cdxa PRIVATE ball16c ball16c.tim)
diff --git a/examples/cdrom/cdxa/iso.xml b/examples/cdrom/cdxa/iso.xml
index 6715f94..f935d26 100644
--- a/examples/cdrom/cdxa/iso.xml
+++ b/examples/cdrom/cdxa/iso.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<iso_project
- image_name="${CD_IMAGE_NAME}.bin"
- cue_sheet="${CD_IMAGE_NAME}.cue"
->
+<iso_project>
<track type="data">
<identifiers
system ="PLAYSTATION"