Skip to content

Commit

Permalink
update for 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Jan 31, 2024
1 parent 1c03b70 commit 6afd1f2
Show file tree
Hide file tree
Showing 7 changed files with 139,768 additions and 50 deletions.
18 changes: 18 additions & 0 deletions .vscode/cmake-kits.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"name": "VS 2022",
"visualStudio": "88610c92",
"visualStudioArchitecture": "x64",
"isTrusted": true,
"compilers": {
"C": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe",
"CXX": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe"
},
"preferredGenerator": {
"name": "Ninja"
},
"environmentVariables": {
"PATH": "C:/Users/Jack/Downloads/ninja-win/;${env:PATH}"
}
}
]
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ configure_mod(
set(LOAD_ARCHIVES_FROM_RED4EXT ON)
set(LOAD_REDSCRIPT_FROM_RED4EXT ON)

find_program(ZOLTAN_CLANG_EXE NAMES zoltan-clang.exe PATHS "${MOD_TOOLS_DIR}" CACHE)
find_program(ZOLTAN_CLANG_EXE NAMES zoltan-clang.exe PATHS "C:/Users/Jack/Documents/cyberpunk/zoltan/target/release/" CACHE)
find_program(REDSCRIPT_CLI_EXE NAMES redscript-cli.exe PATHS "${MOD_TOOLS_DIR}" CACHE)
find_program(CYBERPUNK_2077_EXE NAMES Cyberpunk2077.exe PATHS "${CYBERPUNK_2077_GAME_DIR}/bin/x64" CACHE DOC "Cyberpunk2077.exe Executable File")

Expand Down
76 changes: 38 additions & 38 deletions compile_commands.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deps/red4ext.sdk
Submodule red4ext.sdk updated 133 files
Loading

0 comments on commit 6afd1f2

Please sign in to comment.