Skip to content

Commit

Permalink
Build process sets FLHOOK_SDK_PATH to the SDK path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendly0Fire committed Feb 9, 2020
1 parent 0f2ab24 commit 773c0be
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions project/FLHook.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ xcopy /y "$(OutDir)$(TargetName).ini" "$(DistDir)"
if "$(FLHOOK_COPY_PATH)" NEQ "" (
xcopy /y "$(OutDir)$(TargetName).dll" "$(FLHOOK_COPY_PATH)\"
xcopy /y "$(OutDir)$(TargetName).pdb" "$(FLHOOK_COPY_PATH)\"
)</Command>
)

setx FLHOOK_SDK_PATH "$(SolutionDir)..\FLHookSDK\\"</Command>
<Outputs>$(SolutionDir)..\FLHookSDK\lib\$(TargetName).lib;$(DistDir);%(Outputs)</Outputs>
</CustomBuildStep>
<ClCompile>
Expand Down Expand Up @@ -97,7 +99,9 @@ xcopy /y "$(OutDir)$(TargetName).ini" "$(DistDir)"
if "$(FLHOOK_COPY_PATH)" NEQ "" (
xcopy /y "$(OutDir)$(TargetName).dll" "$(FLHOOK_COPY_PATH)\"
xcopy /y "$(OutDir)$(TargetName).pdb" "$(FLHOOK_COPY_PATH)\"
)</Command>
)

setx FLHOOK_SDK_PATH "$(SolutionDir)..\FLHookSDK\\"</Command>
<Outputs>$(SolutionDir)..\FLHookSDK\lib\$(TargetName).lib;$(DistDir);%(Outputs)</Outputs>
</CustomBuildStep>
<ClCompile>
Expand Down

0 comments on commit 773c0be

Please sign in to comment.