diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/system.cnf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 86037b4..35fe3bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ ExternalProject_Add(tools CMAKE_ARGS -D CMAKE_INSTALL_PREFIX=${TOOLS_PREFIX}) -project(rts C) +project(jancity C) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake) if(CMAKE_TOOLCHAIN_FILE MATCHES "ps1") diff --git a/src/system.cnf b/src/system.cnf index c1c0208..d9e4d1d 100644 --- a/src/system.cnf +++ b/src/system.cnf @@ -1,4 +1,4 @@ -BOOT = cdrom:\rts.exe;1 +BOOT = cdrom:\jancity.exe;1 TCB = 4 EVENT = 8 STACK = 801FF800 |
