diff options
author | chai <chaifix@163.com> | 2019-08-02 20:51:00 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-08-02 20:51:00 +0800 |
commit | bad78945ceba425f6a80e3b8dca2414d592970eb (patch) | |
tree | 8bf7540766349c534bf9e5746b24fd7507ba034e /build/external | |
parent | 99b90496765df21c5f377f42b9ed073ccb34c1fd (diff) |
*修改文件名格式
Diffstat (limited to 'build/external')
-rw-r--r-- | build/external/Luax/Luax.vcxproj | 4 | ||||
-rw-r--r-- | build/external/Luax/Luax.vcxproj.filters | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build/external/Luax/Luax.vcxproj b/build/external/Luax/Luax.vcxproj index b9b130d..4ea48a3 100644 --- a/build/external/Luax/Luax.vcxproj +++ b/build/external/Luax/Luax.vcxproj @@ -154,8 +154,8 @@ </ProjectReference> </ItemGroup> <ItemGroup> - <None Include="..\..\..\Source\external\Luax\luax_class.inl" /> - <None Include="..\..\..\Source\external\Luax\luax_state.inl" /> + <None Include="..\..\..\source\external\Luax\luax_class.inc" /> + <None Include="..\..\..\source\external\Luax\luax_state.inc" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/build/external/Luax/Luax.vcxproj.filters b/build/external/Luax/Luax.vcxproj.filters index afb32e8..9029fa7 100644 --- a/build/external/Luax/Luax.vcxproj.filters +++ b/build/external/Luax/Luax.vcxproj.filters @@ -28,7 +28,7 @@ <ClCompile Include="..\..\..\source\external\Luax\luax_watchdog.cpp" /> </ItemGroup> <ItemGroup> - <None Include="..\..\..\Source\external\Luax\luax_state.inl" /> - <None Include="..\..\..\Source\external\Luax\luax_class.inl" /> + <None Include="..\..\..\source\external\Luax\luax_class.inc" /> + <None Include="..\..\..\source\external\Luax\luax_state.inc" /> </ItemGroup> </Project>
\ No newline at end of file |