Skip to content

Commit

Permalink
Merge pull request #9 from Zachareee/submodules
Browse files Browse the repository at this point in the history
Swapped submodule back
  • Loading branch information
Zachareee authored May 4, 2024
2 parents 65c09f6 + 4292856 commit 1eb051b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
url = https://github.com/nothings/stb.git
[submodule "ingame_overlay"]
path = ingame_overlay
url = https://github.com/Zachareee/ingame_overlay
url = https://github.com/nemirtingas/ingame_overlay
2 changes: 1 addition & 1 deletion generate_build_win_bat.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def localise(command: str) -> str:
return "setlocal\n" + command + "endlocal\n"

jobs = 4
normal_build_args = ["/EHsc", "/Ox", "/MP{}".format(jobs), "/D ImTextureID=ImU64", f"/DUTF_CPP_CPLUSPLUS={CPPVERSION}"]
normal_build_args = ["/EHsc", "/Ox", "/MP{}".format(jobs), "/D ImTextureID=ImU64", f"/DUTF_CPP_CPLUSPLUS={CPPVERSION}", "/DCAPSTONE_USE_SYS_DYN_MEM"]

includes = ["dll", "ingame_overlay/deps/ImGui/backends", "overlay_experimental", "ingame_overlay/include/ingame_overlay", "ingame_overlay/include", "ingame_overlay/deps", "ingame_overlay/deps/ImGui", "ingame_overlay/deps/mini_detour/include", "ingame_overlay/src", "ingame_overlay/deps/System/include", "ingame_overlay/src/glad2/include", "ingame_overlay/src/vulkan_sdk/include", "ingame_overlay/deps/mini_detour/deps/capstone/include", "ingame_overlay/deps/System/include", "ingame_overlay/deps/System/deps/utfcpp/include"]
includes_32 = list(map(lambda a: '/I{}'.format(a), ["%PROTOBUF_X86_DIRECTORY%\\include\\"] + includes))
Expand Down

0 comments on commit 1eb051b

Please sign in to comment.