diff options
Diffstat (limited to 'build/3rd-party')
-rw-r--r-- | build/3rd-party/Luax/Luax.vcxproj | 2 | ||||
-rw-r--r-- | build/3rd-party/Luax/Luax.vcxproj.filters | 2 | ||||
-rw-r--r-- | build/3rd-party/Plotscript/Plotscript.vcxproj | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/build/3rd-party/Luax/Luax.vcxproj b/build/3rd-party/Luax/Luax.vcxproj index 525ba06..5ceb5b4 100644 --- a/build/3rd-party/Luax/Luax.vcxproj +++ b/build/3rd-party/Luax/Luax.vcxproj @@ -126,6 +126,8 @@ <ClInclude Include="..\..\..\Source\3rd-party\Luax\luax_cfunctions.h" /> <ClInclude Include="..\..\..\Source\3rd-party\Luax\luax_class.hpp" /> <ClInclude Include="..\..\..\Source\3rd-party\Luax\luax_config.h" /> + <ClInclude Include="..\..\..\source\3rd-party\Luax\luax_globalstate.h" /> + <ClInclude Include="..\..\..\source\3rd-party\Luax\luax_internal.h" /> <ClInclude Include="..\..\..\Source\3rd-party\Luax\luax_vm.h" /> <ClInclude Include="..\..\..\Source\3rd-party\Luax\luax_enum.h" /> <ClInclude Include="..\..\..\Source\3rd-party\Luax\luax_memberref.h" /> diff --git a/build/3rd-party/Luax/Luax.vcxproj.filters b/build/3rd-party/Luax/Luax.vcxproj.filters index c2e6625..560e79a 100644 --- a/build/3rd-party/Luax/Luax.vcxproj.filters +++ b/build/3rd-party/Luax/Luax.vcxproj.filters @@ -11,6 +11,8 @@ <ClInclude Include="..\..\..\Source\3rd-party\Luax\luax_cfunctions.h" /> <ClInclude Include="..\..\..\Source\3rd-party\Luax\luax_memberref.h" /> <ClInclude Include="..\..\..\Source\3rd-party\Luax\luax_vm.h" /> + <ClInclude Include="..\..\..\source\3rd-party\Luax\luax_internal.h" /> + <ClInclude Include="..\..\..\source\3rd-party\Luax\luax_globalstate.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\Source\3rd-party\Luax\luax_ref.cpp" /> diff --git a/build/3rd-party/Plotscript/Plotscript.vcxproj b/build/3rd-party/Plotscript/Plotscript.vcxproj index a0efb92..d3e1e8a 100644 --- a/build/3rd-party/Plotscript/Plotscript.vcxproj +++ b/build/3rd-party/Plotscript/Plotscript.vcxproj @@ -23,6 +23,7 @@ <ProjectGuid>{2822F737-EEFA-4C74-872C-1EE0793E2221}</ProjectGuid> <RootNamespace>Plotscript</RootNamespace> <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> + <ProjectName>plotscript</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |