Skip to content

Commit

Permalink
luajit now compiled with PlatformToolset v141
Browse files Browse the repository at this point in the history
  • Loading branch information
Odie committed May 10, 2023
1 parent 932dae1 commit 95c3d19
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
12 changes: 6 additions & 6 deletions sksevr_plugin/luajit.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,32 @@
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{38230328-1674-4bfd-b185-885b95075068}</ProjectGuid>
<RootNamespace>luajit123</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down Expand Up @@ -175,4 +175,4 @@ xcopy /y $(ProjectDir)luajit\src\lauxlib.h $(SolutionDir)Build\$(Configuration)\
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
19 changes: 10 additions & 9 deletions sksevr_plugin/plugin/plugin.vcxproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
Expand Down Expand Up @@ -85,13 +85,13 @@
</IgnoreSpecificDefaultLibraries>
</Link>
<PostBuildEvent>
<Command>if defined SkyUITestPath (
echo Copying built dll to test directory
xcopy /y $(TargetPath) "%SkyUITestPath%\SKSE\Plugins"
) else (
echo %%SkyUITestPath%% not defined
echo Not copying built artifact to test directory
)</Command>
<Command>if defined SkyUITestPath (
echo Copying built dll to test directory
xcopy /y $(TargetPath) "%SkyUITestPath%\SKSE\Plugins"
) else (
echo %%SkyUITestPath%% not defined
echo Not copying built artifact to test directory
)</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down Expand Up @@ -125,6 +125,7 @@
<Command>if defined SkyUITestPath (
echo Copying built dll to test directory
xcopy /y $(TargetPath) "%SkyUITestPath%\SKSE\Plugins"
xcopy /y $(TargetDir)SkyUI-VR.pdb "%SkyUITestPath%\SKSE\Plugins"
) else (
echo %%SkyUITestPath%% not defined
echo Not copying built artifact to test directory
Expand Down Expand Up @@ -170,4 +171,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion sksevr_plugin/skse
Submodule skse updated 1 files
+1 −1 skse64/skse64.vcxproj

0 comments on commit 95c3d19

Please sign in to comment.