mirror of https://github.com/axmolengine/axmol.git
compiles and runs in Linux
This commit is contained in:
parent
f5e54f8e69
commit
73450be715
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue