Skip to content

Commit

Permalink
Revert "Add uncompress build environ"
Browse files Browse the repository at this point in the history
Manually revert 7da3061
current henkaku & vitashell probably support uncompress binaries.
So no more need uncompress binary
  • Loading branch information
d3m3vilurr committed May 8, 2017
1 parent 1b4b98c commit 6fd22e7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,5 @@ add_custom_target(${PROJECT_NAME}.vpk ALL
${PROJECT_NAME}.vpk
)

add_custom_target(${PROJECT_NAME}_uncomp.vpk ALL
COMMAND vita-make-fself -s ${PROJECT_NAME}.velf eboot_uncomp.bin
COMMAND vita-pack-vpk -s param.sfo -b eboot_uncomp.bin
--add ../sce_sys/icon0.png=sce_sys/icon0.png
--add ../sce_sys/livearea/contents/bg.png=sce_sys/livearea/contents/bg.png
--add ../sce_sys/livearea/contents/startup.png=sce_sys/livearea/contents/startup.png
--add ../sce_sys/livearea/contents/template.xml=sce_sys/livearea/contents/template.xml
${PROJECT_NAME}_uncomp.vpk
)

add_dependencies(${PROJECT_NAME}.velf ${PROJECT_NAME}.elf)
add_dependencies(${PROJECT_NAME}.vpk ${PROJECT_NAME}.velf param.sfo)
add_dependencies(${PROJECT_NAME}_uncomp.vpk ${PROJECT_NAME}.velf param.sfo)

0 comments on commit 6fd22e7

Please sign in to comment.