diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | template/iso.xml | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/template/CMakeLists.txt b/template/CMakeLists.txt index a3399db..e665c7e 100644 --- a/template/CMakeLists.txt +++ b/template/CMakeLists.txt @@ -17,5 +17,5 @@ psn00bsdk_add_cd_image( iso # Target name template # Output file name (= template.bin + template.cue) iso.xml # Path to config file - DEPENDS template + DEPENDS template system.cnf ) diff --git a/template/iso.xml b/template/iso.xml index 29fbd2d..96ea23a 100644 --- a/template/iso.xml +++ b/template/iso.xml @@ -6,10 +6,7 @@ a file from the source tree, you'll have to prepend its path with ${PROJECT_SOURCE_DIR}. --> -<iso_project - image_name="${CD_IMAGE_NAME}.bin" - cue_sheet="${CD_IMAGE_NAME}.cue" -> +<iso_project> <track type="data"> <!-- The "volume", "volume_set", "publisher", "data_preparer" and |
