Skip to content

Commit

Permalink
Turn SKSE64 into a StaticLibrary with a reference to the lin in JCont…
Browse files Browse the repository at this point in the history
…ainers, this allow JContainers to compile the dll
  • Loading branch information
javierhimura committed Feb 7, 2018
1 parent f1af077 commit ba91e03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions JContainers/JContainers.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,9 @@
<ProjectReference Include="..\dep\luajit\luajit.vcxproj">
<Project>{7d8b3c09-a91e-4c14-93af-059f314c601f}</Project>
</ProjectReference>
<ProjectReference Include="..\dep\skse\skse64\skse64.vcxproj">
<Project>{7028b79c-06e3-4d9a-b38c-1dc3680b1bdb}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="JContainers.rc" />
Expand Down
2 changes: 1 addition & 1 deletion dep/skse/skse64/skse64.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
Expand Down

0 comments on commit ba91e03

Please sign in to comment.