diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-04-04 01:09:50 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-04-04 01:09:50 +0200 |
| commit | fd846206ae9419af5ed227989b3ad49b541a823c (patch) | |
| tree | ca0907b559548b399759a2370d566e6deb825525 /examples/mdec | |
| parent | 8e3a757d4d7d5dfc62f69ce4ede08f1cf79e3461 (diff) | |
| download | psn00bsdk-fd846206ae9419af5ed227989b3ad49b541a823c.tar.gz | |
Add missing CD image dependencies to CMake scripts
Diffstat (limited to 'examples/mdec')
| -rw-r--r-- | examples/mdec/strvideo/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | examples/mdec/strvideo/iso.xml | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/examples/mdec/strvideo/CMakeLists.txt b/examples/mdec/strvideo/CMakeLists.txt index d41556b..f6695c0 100644 --- a/examples/mdec/strvideo/CMakeLists.txt +++ b/examples/mdec/strvideo/CMakeLists.txt @@ -13,7 +13,10 @@ project( file(GLOB _sources *.c) psn00bsdk_add_executable(strvideo GPREL ${_sources}) -#psn00bsdk_add_cd_image(strvideo_iso strvideo iso.xml DEPENDS strvideo) +#psn00bsdk_add_cd_image( + #strvideo_iso strvideo iso.xml + #DEPENDS strvideo system.cnf video.str +#) install( FILES diff --git a/examples/mdec/strvideo/iso.xml b/examples/mdec/strvideo/iso.xml index 65e0ff5..8ba67dd 100644 --- a/examples/mdec/strvideo/iso.xml +++ b/examples/mdec/strvideo/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" |
