Skip to content

Commit

Permalink
davechurchill#34 Add support for BWAPI 4.4.0 (but not 4.3.0 because i…
Browse files Browse the repository at this point in the history
…t crashes a lot)

Use the proper path to BWAPILIB.lib (note: you have to build it yourself in BWAPI 4.3.0 and onwards), as opposed to building it yourself then moving it to where it used to be located in earlier versions of BWAPI like 4.2.0
  • Loading branch information
chriscoxe committed Mar 24, 2019
1 parent 2c97dd7 commit b636d3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</ClCompile>
<PreLinkEvent />
<Link>
<AdditionalDependencies>Shlwapi.lib;$(BWAPI_DIR)/lib/BWAPI.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>Shlwapi.lib;$(BWAPI_DIR)/Release/BWAPILIB.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
Expand Down

0 comments on commit b636d3f

Please sign in to comment.