Skip to content

Commit

Permalink
premake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Nov 19, 2023
1 parent 751e419 commit 2431f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ project "Manhunt.WidescreenFix"
buildoptions { "/Zc:strictStrings-" }
includedirs { "source/%{prj.name}/inc" }
files { "source/%{prj.name}/**/*.cpp" }
removefiles { "includes/stdafx.h", "includes/stdafx.cpp" }
setpaths("Z:/WFP/Games/Manhunt/", "manhunt.exe")
project "MassEffectTrilogy.FOVFix"
setpaths("Z:/WFP/Games/Mass Effect/Mass Effect 2/Binaries/", "MassEffect2.exe", "/")
Expand Down

0 comments on commit 2431f31

Please sign in to comment.