issue #2087: Adding customevent and CustomEventListener to VS project.

This commit is contained in:
James Chen 2013-09-19 09:25:43 +08:00
parent e051903b38
commit ebedd7b59e
2 changed files with 16 additions and 0 deletions

View File

@ -175,6 +175,8 @@ xcopy /Y /Q "$(ProjectDir)..\platform\third_party\win32\libraries\*.*" "$(OutDir
<ClCompile Include="..\actions\CCActionTween.cpp" />
<ClCompile Include="..\event_dispatcher\CCAccelerationEvent.cpp" />
<ClCompile Include="..\event_dispatcher\CCAccelerationEventListener.cpp" />
<ClCompile Include="..\event_dispatcher\CCCustomEvent.cpp" />
<ClCompile Include="..\event_dispatcher\CCCustomEventListener.cpp" />
<ClCompile Include="..\event_dispatcher\CCEvent.cpp" />
<ClCompile Include="..\event_dispatcher\CCEventDispatcher.cpp" />
<ClCompile Include="..\event_dispatcher\CCEventListener.cpp" />
@ -335,6 +337,8 @@ xcopy /Y /Q "$(ProjectDir)..\platform\third_party\win32\libraries\*.*" "$(OutDir
<ClInclude Include="..\actions\CCActionTween.h" />
<ClInclude Include="..\event_dispatcher\CCAccelerationEvent.h" />
<ClInclude Include="..\event_dispatcher\CCAccelerationEventListener.h" />
<ClInclude Include="..\event_dispatcher\CCCustomEvent.h" />
<ClInclude Include="..\event_dispatcher\CCCustomEventListener.h" />
<ClInclude Include="..\event_dispatcher\CCEvent.h" />
<ClInclude Include="..\event_dispatcher\CCEventDispatcher.h" />
<ClInclude Include="..\event_dispatcher\CCEventListener.h" />

View File

@ -566,6 +566,12 @@
<ClCompile Include="..\physics\Box2D\CCPhysicsWorldInfo.cpp">
<Filter>physics\Box2D</Filter>
</ClCompile>
<ClCompile Include="..\event_dispatcher\CCCustomEvent.cpp">
<Filter>event_dispatcher</Filter>
</ClCompile>
<ClCompile Include="..\event_dispatcher\CCCustomEventListener.cpp">
<Filter>event_dispatcher</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\base_nodes\CCAtlasNode.h">
@ -1143,5 +1149,11 @@
<ClInclude Include="..\physics\Box2D\CCPhysicsWorldInfo.h">
<Filter>physics\Box2D</Filter>
</ClInclude>
<ClInclude Include="..\event_dispatcher\CCCustomEvent.h">
<Filter>event_dispatcher</Filter>
</ClInclude>
<ClInclude Include="..\event_dispatcher\CCCustomEventListener.h">
<Filter>event_dispatcher</Filter>
</ClInclude>
</ItemGroup>
</Project>