Rename cdgen to psxcdgen_ex to limit scope
This commit is contained in:
parent
d3a9fcdc12
commit
ac3031e9aa
|
@ -1,4 +1,4 @@
|
||||||
set bin_projects=psxcdgen psxcdread cdgen
|
set bin_projects=psxcdgen psxcdread psxcdgen_ex
|
||||||
set bin_linux_projects=cpp_out jaby_engine_fconv
|
set bin_linux_projects=cpp_out jaby_engine_fconv
|
||||||
set clean_projects=cdtypes
|
set clean_projects=cdtypes
|
||||||
set clean_projects_linux=tool_helper
|
set clean_projects_linux=tool_helper
|
|
@ -54,7 +54,7 @@
|
||||||
{
|
{
|
||||||
"id": "project",
|
"id": "project",
|
||||||
"type": "pickString",
|
"type": "pickString",
|
||||||
"options": ["cdgen", "cdtypes", "cpp_out", "jaby_engine_fconv", "psxcdgen", "psxcdread", "tool_helper"],
|
"options": ["cdtypes", "cpp_out", "jaby_engine_fconv", "psxcdgen", "psxcdgen_ex", "psxcdread", "tool_helper"],
|
||||||
"description": "project to build"
|
"description": "project to build"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cdgen"
|
name = "psxcdgen_ex"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Reference in New Issue