Skip to content

Commit 48f6d1c

Browse files
zilongshanrenminggo
authored andcommitted
Refactoring editbox and system label on win32 platform (#17828)
* refactoring windows editbox * refactoring win32 system label * fix jenkins ci issue * remove unneeded function call
1 parent dac7030 commit 48f6d1c

File tree

7 files changed

+547
-1069
lines changed

7 files changed

+547
-1069
lines changed

cocos/2d/libcocos2d.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@ xcopy /Y /Q "$(ProjectDir)..\..\external\openssl\prebuilt\win32\*.*" "$(OutDir)"
657657
<ClCompile Include="..\ui\UIButton.cpp" />
658658
<ClCompile Include="..\ui\UIAbstractCheckButton.cpp" />
659659
<ClCompile Include="..\ui\UICheckBox.cpp" />
660+
<ClCompile Include="..\ui\UIEditBox\UIEditBoxImpl-common.cpp" />
660661
<ClCompile Include="..\ui\UIRadioButton.cpp" />
661662
<ClCompile Include="..\ui\UIDeprecated.cpp" />
662663
<ClCompile Include="..\ui\UIEditBox\UIEditBox.cpp" />
@@ -1302,6 +1303,7 @@ xcopy /Y /Q "$(ProjectDir)..\..\external\openssl\prebuilt\win32\*.*" "$(OutDir)"
13021303
<ClInclude Include="..\ui\UICheckBox.h" />
13031304
<ClInclude Include="..\ui\UIDeprecated.h" />
13041305
<ClInclude Include="..\ui\UIEditBox\UIEditBox.h" />
1306+
<ClInclude Include="..\ui\UIEditBox\UIEditBoxImpl-common.h" />
13051307
<ClInclude Include="..\ui\UIEditBox\UIEditBoxImpl-win32.h" />
13061308
<ClInclude Include="..\ui\UIEditBox\UIEditBoxImpl.h" />
13071309
<ClInclude Include="..\ui\UIHBox.h" />

cocos/2d/libcocos2d.vcxproj.filters

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,6 +2008,9 @@
20082008
<ClCompile Include="..\..\external\md5\md5.c">
20092009
<Filter>external\md5</Filter>
20102010
</ClCompile>
2011+
<ClCompile Include="..\ui\UIEditBox\UIEditBoxImpl-common.cpp">
2012+
<Filter>ui\UIWidgets\EditBox</Filter>
2013+
</ClCompile>
20112014
</ItemGroup>
20122015
<ItemGroup>
20132016
<ClInclude Include="..\physics\CCPhysicsBody.h">
@@ -3920,6 +3923,9 @@
39203923
<ClInclude Include="..\..\external\md5\md5.h">
39213924
<Filter>external\md5</Filter>
39223925
</ClInclude>
3926+
<ClInclude Include="..\ui\UIEditBox\UIEditBoxImpl-common.h">
3927+
<Filter>ui\UIWidgets\EditBox</Filter>
3928+
</ClInclude>
39233929
</ItemGroup>
39243930
<ItemGroup>
39253931
<None Include="..\math\Mat4.inl">

0 commit comments

Comments
 (0)