mirror of
https://github.com/minetest/irrlicht.git
synced 2024-12-27 03:00:32 +01:00
cleanup: remove _IRR_COMPILE_ANDROID_ASSET_READER_ build flag
it's enabled inconditionally on android also remove some _IRR_COMPILE_WITH_ANDROID_DEVICE_ which are useless because cmake is already properly configured
This commit is contained in:
parent
ae63f1bf02
commit
7cade6f27f
@ -3,7 +3,6 @@
|
|||||||
// For conditions of distribution and use, see copyright notice in irrlicht.h
|
// For conditions of distribution and use, see copyright notice in irrlicht.h
|
||||||
|
|
||||||
|
|
||||||
#ifdef _IRR_COMPILE_ANDROID_ASSET_READER_
|
|
||||||
|
|
||||||
#include "CAndroidAssetReader.h"
|
#include "CAndroidAssetReader.h"
|
||||||
|
|
||||||
@ -106,4 +105,3 @@ void CAndroidAssetFileArchive::addDirectoryToFileList(const io::path &dirname_)
|
|||||||
} // end namespace io
|
} // end namespace io
|
||||||
} // end namespace irr
|
} // end namespace irr
|
||||||
|
|
||||||
#endif // _IRR_COMPILE_ANDROID_ASSET_READER_
|
|
||||||
|
@ -4,9 +4,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef _IRR_COMPILE_ANDROID_ASSET_READER_
|
|
||||||
|
|
||||||
|
|
||||||
#include "IReadFile.h"
|
#include "IReadFile.h"
|
||||||
#include "IFileArchive.h"
|
#include "IFileArchive.h"
|
||||||
#include "CFileList.h"
|
#include "CFileList.h"
|
||||||
@ -61,4 +58,3 @@ namespace io
|
|||||||
} // end namespace io
|
} // end namespace io
|
||||||
} // end namespace irr
|
} // end namespace irr
|
||||||
|
|
||||||
#endif // _IRR_COMPILE_ANDROID_ASSET_READER_
|
|
||||||
|
@ -2,9 +2,6 @@
|
|||||||
// This file is part of the "Irrlicht Engine".
|
// This file is part of the "Irrlicht Engine".
|
||||||
// For conditions of distribution and use, see copyright notice in irrlicht.h
|
// For conditions of distribution and use, see copyright notice in irrlicht.h
|
||||||
|
|
||||||
|
|
||||||
#ifdef _IRR_COMPILE_ANDROID_ASSET_READER_
|
|
||||||
|
|
||||||
#include "CAndroidAssetReader.h"
|
#include "CAndroidAssetReader.h"
|
||||||
|
|
||||||
#include "CReadFile.h"
|
#include "CReadFile.h"
|
||||||
@ -69,4 +66,3 @@ const io::path& CAndroidAssetReader::getFileName() const
|
|||||||
} // end namespace io
|
} // end namespace io
|
||||||
} // end namespace irr
|
} // end namespace irr
|
||||||
|
|
||||||
#endif // _IRR_COMPILE_ANDROID_ASSET_READER_
|
|
||||||
|
@ -4,9 +4,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef _IRR_COMPILE_ANDROID_ASSET_READER_
|
|
||||||
|
|
||||||
|
|
||||||
#include "IReadFile.h"
|
#include "IReadFile.h"
|
||||||
|
|
||||||
struct AAssetManager;
|
struct AAssetManager;
|
||||||
@ -66,4 +63,3 @@ namespace io
|
|||||||
} // end namespace io
|
} // end namespace io
|
||||||
} // end namespace irr
|
} // end namespace irr
|
||||||
|
|
||||||
#endif // _IRR_COMPILE_ANDROID_ASSET_READER_
|
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
|
|
||||||
#include "CIrrDeviceAndroid.h"
|
#include "CIrrDeviceAndroid.h"
|
||||||
|
|
||||||
#ifdef _IRR_COMPILE_WITH_ANDROID_DEVICE_
|
|
||||||
|
|
||||||
#include "os.h"
|
#include "os.h"
|
||||||
#include "CFileSystem.h"
|
#include "CFileSystem.h"
|
||||||
#include "CAndroidAssetReader.h"
|
#include "CAndroidAssetReader.h"
|
||||||
@ -858,5 +856,3 @@ bool CIrrDeviceAndroid::isGyroscopeAvailable()
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // end namespace irr
|
} // end namespace irr
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
#ifdef _IRR_COMPILE_WITH_ANDROID_DEVICE_
|
|
||||||
|
|
||||||
#include "CIrrDeviceStub.h"
|
#include "CIrrDeviceStub.h"
|
||||||
#include "IrrlichtDevice.h"
|
#include "IrrlichtDevice.h"
|
||||||
@ -98,4 +97,3 @@ namespace irr
|
|||||||
|
|
||||||
} // end namespace irr
|
} // end namespace irr
|
||||||
|
|
||||||
#endif // _IRR_COMPILE_WITH_ANDROID_DEVICE_
|
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
#include "CKeyEventWrapper.h"
|
#include "CKeyEventWrapper.h"
|
||||||
|
|
||||||
#ifdef _IRR_COMPILE_WITH_ANDROID_DEVICE_
|
|
||||||
|
|
||||||
#include "os.h"
|
#include "os.h"
|
||||||
|
|
||||||
namespace irr
|
namespace irr
|
||||||
@ -58,6 +56,3 @@ int CKeyEventWrapper::getUnicodeChar(int metaState)
|
|||||||
|
|
||||||
} // namespace jni
|
} // namespace jni
|
||||||
} // namespace irr
|
} // namespace irr
|
||||||
|
|
||||||
|
|
||||||
#endif // _IRR_COMPILE_WITH_ANDROID_DEVICE_
|
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef _IRR_COMPILE_WITH_ANDROID_DEVICE_
|
|
||||||
|
|
||||||
#include <jni.h>
|
#include <jni.h>
|
||||||
|
|
||||||
struct android_app;
|
struct android_app;
|
||||||
@ -35,5 +33,3 @@ private:
|
|||||||
|
|
||||||
} // namespace jni
|
} // namespace jni
|
||||||
} // namespace irr
|
} // namespace irr
|
||||||
|
|
||||||
#endif // _IRR_COMPILE_WITH_ANDROID_DEVICE_
|
|
||||||
|
@ -88,7 +88,7 @@ elseif(APPLE)
|
|||||||
add_definitions(-D_IRR_OSX_PLATFORM_)
|
add_definitions(-D_IRR_OSX_PLATFORM_)
|
||||||
set(DEVICE "OSX")
|
set(DEVICE "OSX")
|
||||||
elseif(ANDROID)
|
elseif(ANDROID)
|
||||||
add_definitions(-D_IRR_ANDROID_PLATFORM_ -D_IRR_COMPILE_ANDROID_ASSET_READER_)
|
add_definitions(-D_IRR_ANDROID_PLATFORM_)
|
||||||
if(USE_SDL2)
|
if(USE_SDL2)
|
||||||
message(FATAL_ERROR "SDL2 device is not (yet) supported on Android")
|
message(FATAL_ERROR "SDL2 device is not (yet) supported on Android")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user