Skip to content

Commit

Permalink
submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Nov 20, 2023
1 parent 2431f31 commit fbe14e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion external/modutils
Submodule modutils updated 1 files
+9 −2 HookInit.hpp
2 changes: 1 addition & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ workspace "WidescreenFixesPack"
buildlog ("build/log/%{prj.name}.log")
cppdialect "C++latest"
include "makefile.lua"
buildoptions { "/Zc:__cplusplus" }

kind "SharedLib"
language "C++"
Expand Down Expand Up @@ -446,7 +447,6 @@ project "Mafia.CXBXR.WidescreenFix"
setpaths("Z:/WFP/Games/CXBXR/", "cxbx.exe")
files { "includes/cxbxr/cxbxr.h" }
project "Manhunt.WidescreenFix"
characterset ("MBCS")
buildoptions { "/Zc:strictStrings-" }
includedirs { "source/%{prj.name}/inc" }
files { "source/%{prj.name}/**/*.cpp" }
Expand Down
2 changes: 1 addition & 1 deletion source/Manhunt.WidescreenFix

0 comments on commit fbe14e6

Please sign in to comment.