mirror of https://github.com/axmolengine/axmol.git
fixed #424 CCamera.cpp rename to CCCamera.cpp, re-add the file to vc2010 project.
This commit is contained in:
parent
8b780aaac9
commit
7fa4e43ee5
|
@ -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" />
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue