From 2187ae7779656e53f8dfe07b8cff7faae16d9188 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期三, 18 九月 2024 11:56:51 +0800 Subject: [PATCH] update --- jrj/ext-jrj/ext-jrj.vcxproj | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index c8440a1..25f4495 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -269,6 +269,7 @@ <ClInclude Include="JAlloc.hpp" /> <ClInclude Include="JFactory.hpp" /> <ClInclude Include="JFactoryStringImpl.h" /> + <ClInclude Include="JGui.hpp" /> <ClInclude Include="JItemAlloc.hpp" /> <ClInclude Include="JLang.hpp" /> <ClInclude Include="JPlatform.hpp" /> @@ -1135,8 +1136,9 @@ <ClCompile Include="..\xframe\src\nstring.cpp" /> <ClCompile Include="..\xframe\src\xstring.cpp" /> <ClCompile Include="dllmain.cpp" /> - <ClCompile Include="JAlloc.cpp" /> + <ClCompile Include="JAllocImpl.cpp" /> <ClCompile Include="JFactoryStringImpl.cpp" /> + <ClCompile Include="JGuiImpl.cpp" /> <ClCompile Include="JItemAlloc.cpp" /> <ClCompile Include="JLang.cpp" /> <ClCompile Include="JPlatform.cpp" /> -- Gitblit v1.9.3