Skip to content

Commit

Permalink
Fixed a typo: CCAplication_linux.{cpp,h} renamed in CCApplication_lin…
Browse files Browse the repository at this point in the history
…ux.{cpp,h}
  • Loading branch information
peoro committed Mar 12, 2012
1 parent a342ef3 commit 892e962
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cocos2dx/platform/CCApplication_platform.h
Expand Up @@ -38,7 +38,7 @@ THE SOFTWARE.
#elif (CC_TARGET_PLATFORM == CC_PLATFORM_MARMALADE)
#include "marmalade/CCApplication_marmalade.h"
#elif (CC_TARGET_PLATFORM == CC_PLATFORM_LINUX)
#include "linux/CCAplication_linux.h"
#include "linux/CCApplication_linux.h"
#elif (CC_TARGET_PLATFORM == CC_PLATFORM_BADA)
#include "bada/CCApplication_bada.h"
#elif (CC_TARGET_PLATFORM == CC_PLATFORM_QNX)
Expand Down
@@ -1,5 +1,5 @@
/*
* CCAplication_linux.cpp
* CCApplication_linux.cpp
*
* Created on: Aug 8, 2011
* Author: laschweinski
Expand Down
@@ -1,12 +1,12 @@
/*
* CCAplication_linux.h
* CCApplication_linux.h
*
* Created on: Aug 8, 2011
* Author: laschweinski
*/

#ifndef CCAPLICATION_LINUX_H_
#define CCAPLICATION_LINUX_H_
#ifndef CCAPPLICATION_LINUX_H_
#define CCAPPLICATION_LINUX_H_

#include "CCCommon.h"

Expand Down Expand Up @@ -96,4 +96,4 @@ class CCApplication {

NS_CC_END;

#endif /* CCAPLICATION_LINUX_H_ */
#endif /* CCAPPLICATION_LINUX_H_ */
4 changes: 2 additions & 2 deletions cocos2dx/proj.linux/Makefile
Expand Up @@ -66,8 +66,8 @@ OBJECTS = ../actions/CCAction.o \
../platform/CCStdC.o \
../platform/CCThread.o \
../platform/platform.o \
../platform/Linux/CCAplication_linux.o \
../platform/Linux/CCEGLView_linux.o \
../platform/linux/CCApplication_linux.o \
../platform/linux/CCEGLView_linux.o \
../script_support/CCScriptSupport.o \
../sprite_nodes/CCAnimation.o \
../sprite_nodes/CCAnimationCache.o \
Expand Down

0 comments on commit 892e962

Please sign in to comment.