compiles and runs in Linux

This commit is contained in:
Ricardo Quesada 2014-09-09 17:11:06 -07:00
parent f5e54f8e69
commit 73450be715
4 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ THE SOFTWARE.
#include "base/CCPlatformConfig.h"
#if CC_TARGET_PLATFORM == CC_PLATFORM_LINUX
#include "CCApplication.h"
#include "CCApplication-linux.h"
#include <unistd.h>
#include <sys/time.h>
#include <string>

View File

@ -27,7 +27,7 @@ THE SOFTWARE.
#if CC_TARGET_PLATFORM == CC_PLATFORM_LINUX
#include "platform/CCCommon.h"
#include "CCStdC.h"
#include "CCStdC-linux.h"
#include "base/CCConsole.h"
NS_CC_BEGIN

View File

@ -26,10 +26,10 @@ THE SOFTWARE.
#include "base/CCPlatformConfig.h"
#if CC_TARGET_PLATFORM == CC_PLATFORM_LINUX
#include "CCFileUtilsLinux.h"
#include "CCFileUtils-linux.h"
#include "CCApplication-linux.h"
#include "platform/CCCommon.h"
#include "base/ccMacros.h"
#include "CCApplication.h"
#include "deprecated/CCString.h"
#include <unistd.h>
#include <sys/stat.h>

View File

@ -26,7 +26,7 @@ THE SOFTWARE.
#include "base/CCPlatformConfig.h"
#if CC_TARGET_PLATFORM == CC_PLATFORM_LINUX
#include "CCStdC.h"
#include "CCStdC-linux.h"
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32)