fixed #424 CCamera.cpp rename to CCCamera.cpp, re-add the file to vc2010 project.

This commit is contained in:
unknown 2011-03-23 10:01:37 +08:00
parent 8b780aaac9
commit 7fa4e43ee5
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ xcopy /Y /Q "$(SolutionDir)cocos2dx\platform\third_party\win32\libraries\*.*" "$
<ClCompile Include="..\event_dispatcher\CCEventDispatcher.cpp" />
<ClCompile Include="..\event_dispatcher\CCKeyboardEventDelegate.cpp" />
<ClCompile Include="..\event_dispatcher\CCMouseEventDelegate.cpp" />
<ClCompile Include="..\CCamera.cpp" />
<ClCompile Include="..\CCCamera.cpp" />
<ClCompile Include="..\CCConfiguration.cpp" />
<ClCompile Include="..\CCDrawingPrimitives.cpp" />
<ClCompile Include="..\CCScheduler.cpp" />

View File

@ -327,11 +327,11 @@
<ClCompile Include="..\event_dispatcher\CCMouseEventDelegate.cpp">
<Filter>event_dispatcher</Filter>
</ClCompile>
<ClCompile Include="..\CCCamera.cpp" />
<ClCompile Include="..\CCConfiguration.cpp" />
<ClCompile Include="..\CCDrawingPrimitives.cpp" />
<ClCompile Include="..\CCScheduler.cpp" />
<ClCompile Include="..\cocos2d.cpp" />
<ClCompile Include="..\CCCamera.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\effects\CCGrabber.h">