summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt3
-rw-r--r--config.yml60
2 files changed, 32 insertions, 31 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 28930439..557a23c4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,6 +27,9 @@ set(VCPKG_TRIPLET x64-windows-static)
set(VCPKG_TARGET_TRIPLET x64-windows-static)
vcpkg_bootstrap()
vcpkg_install_packages(zlib bzip2 libzip libpng sdl2 glew glfw3 nlohmann-json tinyxml2 spdlog)
+
+set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT ${PROJECT_NAME})
+set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_DEBUGGER_WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
endif()
if(NOT EXISTS ${CMAKE_BINARY_DIR}/config.yml)
diff --git a/config.yml b/config.yml
index 29b03efe..6657c490 100644
--- a/config.yml
+++ b/config.yml
@@ -15,20 +15,19 @@ f7475fb11e7e6830f82883412638e8390791ab87:
config:
gbi: F3DEX
sort: OFFSET
- # logging: ERROR
+ logging: INFO
output:
binary: sf64.o2r
-# code: src/assets
-# headers: include/assets
-# modding: src/assets
-# enums:
-# - include/bgm.h
-# - include/sf64object.h
-# - include/sf64level.h
-# - include/sf64mesg.h
-# - include/sf64audio_external.h
-# - include/sf64event.h
-# - include/sf64player.h
+ code: src/assets
+ headers: include/assets
+ modding: src/assets
+ # enums:
+ # - include/sf64object.h
+ # - include/sf64level.h
+ # - include/sf64mesg.h
+ # - include/sf64audio_external.h
+ # - include/sf64event.h
+ # - include/sf64player.h
d8b1088520f7c5f81433292a9258c1184afa1457:
name: Star Fox 64 (U) (V1.0) (Compressed)
@@ -45,20 +44,19 @@ d8b1088520f7c5f81433292a9258c1184afa1457:
config:
gbi: F3DEX
sort: OFFSET
- # logging: ERROR
+ logging: INFO
output:
binary: sf64.o2r
-# code: src/assets
-# headers: include/assets
-# modding: src/assets
-# enums:
-# - include/bgm.h
-# - include/sf64object.h
-# - include/sf64level.h
-# - include/sf64mesg.h
-# - include/sf64audio_external.h
-# - include/sf64event.h
-# - include/sf64player.h
+ code: src/assets
+ headers: include/assets
+ modding: src/assets
+ # enums:
+ # - include/sf64object.h
+ # - include/sf64level.h
+ # - include/sf64mesg.h
+ # - include/sf64audio_external.h
+ # - include/sf64event.h
+ # - include/sf64player.h
9bd71afbecf4d0a43146e4e7a893395e19bf3220:
name: Star Fox 64 (JP) (V1.0) (Compressed)
@@ -81,10 +79,10 @@ d064229a32cc05ab85e2381ce07744eb3ffaf530:
code: src/assets
headers: include/assets
modding: src/assets
- enums:
- - include/sf64object.h
- - include/sf64level.h
- - include/sf64mesg.h
- - include/sf64audio_external.h
- - include/sf64event.h
- - include/sf64player.h \ No newline at end of file
+ # enums:
+ # - include/sf64object.h
+ # - include/sf64level.h
+ # - include/sf64mesg.h
+ # - include/sf64audio_external.h
+ # - include/sf64event.h
+ # - include/sf64player.h \ No newline at end of file