Skip to content

Update to BakkesModSDK 109

Alex Shafer requested to merge enzanki_ars/sos-plugin:update-to-sdk109 into master

Update to handle BakkesModSDK 109 changes:

  • Include using namespace std;
  • For ease of compiling after checkout in Visual Studio, modify the IncludePath and LibraryPath options by including $(BAKKESMODSDK) as follows:
<IncludePath>$(BAKKESMODSDK)\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath>$(BAKKESMODSDK)\lib;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>

Merge request reports