diff options
Diffstat (limited to 'build')
-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/tools/bindingGen/obj/Debug/bindingGen.csproj.FileListAbsolute.txt | 7 |
3 files changed, 4 insertions, 7 deletions
diff --git a/build/3rd-party/Luax/Luax.vcxproj b/build/3rd-party/Luax/Luax.vcxproj index 5ceb5b4..9b7b0dd 100644 --- a/build/3rd-party/Luax/Luax.vcxproj +++ b/build/3rd-party/Luax/Luax.vcxproj @@ -134,6 +134,7 @@ <ClInclude Include="..\..\..\Source\3rd-party\Luax\luax_ref.h" /> <ClInclude Include="..\..\..\Source\3rd-party\Luax\luax_reftable.h" /> <ClInclude Include="..\..\..\Source\3rd-party\Luax\luax_state.h" /> + <ClInclude Include="..\..\..\source\3rd-party\Luax\luax_dog.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\Source\3rd-party\Luax\luax_cfunctions.cpp" /> @@ -144,6 +145,7 @@ <ClCompile Include="..\..\..\Source\3rd-party\Luax\luax_ref.cpp" /> <ClCompile Include="..\..\..\Source\3rd-party\Luax\luax_reftable.cpp" /> <ClCompile Include="..\..\..\Source\3rd-party\Luax\luax_state.cpp" /> + <ClCompile Include="..\..\..\source\3rd-party\Luax\luax_dog.cpp" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\lua51\lua51.vcxproj"> diff --git a/build/3rd-party/Luax/Luax.vcxproj.filters b/build/3rd-party/Luax/Luax.vcxproj.filters index 560e79a..d1eb369 100644 --- a/build/3rd-party/Luax/Luax.vcxproj.filters +++ b/build/3rd-party/Luax/Luax.vcxproj.filters @@ -13,6 +13,7 @@ <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" /> + <ClInclude Include="..\..\..\source\3rd-party\Luax\luax_dog.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\Source\3rd-party\Luax\luax_ref.cpp" /> @@ -23,6 +24,7 @@ <ClCompile Include="..\..\..\Source\3rd-party\Luax\luax_memberref.cpp" /> <ClCompile Include="..\..\..\Source\3rd-party\Luax\luax_class.cpp" /> <ClCompile Include="..\..\..\Source\3rd-party\Luax\luax_vm.cpp" /> + <ClCompile Include="..\..\..\source\3rd-party\Luax\luax_dog.cpp" /> </ItemGroup> <ItemGroup> <None Include="..\..\..\Source\3rd-party\Luax\luax_state.inl" /> diff --git a/build/tools/bindingGen/obj/Debug/bindingGen.csproj.FileListAbsolute.txt b/build/tools/bindingGen/obj/Debug/bindingGen.csproj.FileListAbsolute.txt index 091c0f8..c868e47 100644 --- a/build/tools/bindingGen/obj/Debug/bindingGen.csproj.FileListAbsolute.txt +++ b/build/tools/bindingGen/obj/Debug/bindingGen.csproj.FileListAbsolute.txt @@ -1,13 +1,6 @@ D:\Asura\build\tools\bindingGen\bin\Debug\bindingGen.exe.config D:\Asura\build\tools\bindingGen\bin\Debug\bindingGen.exe D:\Asura\build\tools\bindingGen\bin\Debug\bindingGen.pdb -D:\Asura\build\tools\bindingGen\obj\Debug\bindingGen.csprojAssemblyReference.cache -D:\Asura\build\tools\bindingGen\obj\Debug\bindingGen.csproj.CoreCompileInputs.cache -D:\Asura\build\tools\bindingGen\obj\Debug\bindingGen.exe -D:\Asura\build\tools\bindingGen\obj\Debug\bindingGen.pdb -D:\Asura\bin\win64\bindingGen.exe.config -D:\Asura\bin\win64\bindingGen.exe -D:\Asura\bin\win64\bindingGen.pdb D:\Documents\VisualStudio2017\Projects\Asura\bin\win64\bindingGen.exe.config D:\Documents\VisualStudio2017\Projects\Asura\bin\win64\bindingGen.exe D:\Documents\VisualStudio2017\Projects\Asura\bin\win64\bindingGen.pdb |