Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Feb 8, 2025
1 parent 7d56906 commit 2996ca1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion PluginLibs/UtilAssetsIntegrity/UtilAssetsIntegrity.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@
<AdditionalDependencies>$(FreeImageLibraryFiles);%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>$(PluginLibsPostBuildCommand)</Command>
<Command>$(PluginLibsPostBuildCommand)

if exist "$(MetaHookGameDirectory)$(MetaHookModName)\" mkdir "$(MetaHookGameDirectory)$(MetaHookModName)\metahook"
if exist "$(MetaHookGameDirectory)$(MetaHookModName)\" mkdir "$(MetaHookGameDirectory)$(MetaHookModName)\metahook\dlls"
if exist "$(MetaHookGameDirectory)$(MetaHookModName)\" mkdir "$(MetaHookGameDirectory)$(MetaHookModName)\metahook\dlls\FreeImage"

copy "$(FreeImageBinaryDirectory)\$(FreeImageDLLFile)" "$(MetaHookGameDirectory)$(MetaHookModName)\metahook\dlls\FreeImage\$(FreeImageDLLFile)" /y</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>$(FreeImageCheckRequirements)</Command>
Expand Down

0 comments on commit 2996ca1

Please sign in to comment.