From 95c3d1941de6a97c683d0667fe0a77f462c8dd19 Mon Sep 17 00:00:00 2001 From: Jonathan Shieh Date: Wed, 10 May 2023 19:55:25 +0800 Subject: [PATCH] luajit now compiled with PlatformToolset v141 --- sksevr_plugin/luajit.vcxproj | 12 ++++++------ sksevr_plugin/plugin/plugin.vcxproj | 19 ++++++++++--------- sksevr_plugin/skse | 2 +- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/sksevr_plugin/luajit.vcxproj b/sksevr_plugin/luajit.vcxproj index dc14e786..27fe3637 100644 --- a/sksevr_plugin/luajit.vcxproj +++ b/sksevr_plugin/luajit.vcxproj @@ -23,32 +23,32 @@ Win32Proj {38230328-1674-4bfd-b185-885b95075068} luajit123 - 10.0 + 10.0.19041.0 StaticLibrary true - v142 + v141 Unicode StaticLibrary false - v142 + v141 true Unicode StaticLibrary true - v142 + v141 Unicode StaticLibrary false - v142 + v141 true Unicode @@ -175,4 +175,4 @@ xcopy /y $(ProjectDir)luajit\src\lauxlib.h $(SolutionDir)Build\$(Configuration)\ - \ No newline at end of file + diff --git a/sksevr_plugin/plugin/plugin.vcxproj b/sksevr_plugin/plugin/plugin.vcxproj index 6b2643b2..1ac79de5 100644 --- a/sksevr_plugin/plugin/plugin.vcxproj +++ b/sksevr_plugin/plugin/plugin.vcxproj @@ -1,4 +1,4 @@ - + @@ -85,13 +85,13 @@ - 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 -) + 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 + ) @@ -125,6 +125,7 @@ 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 @@ -170,4 +171,4 @@ - \ No newline at end of file + diff --git a/sksevr_plugin/skse b/sksevr_plugin/skse index 5968056e..7ed497e8 160000 --- a/sksevr_plugin/skse +++ b/sksevr_plugin/skse @@ -1 +1 @@ -Subproject commit 5968056e4bef849b4f506fa42393d0f3d3cf6225 +Subproject commit 7ed497e87dc66935d6b6fbcc70a09ba2287307ad