BuildSystem: generated files have .gen.extension
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "io/zip_io.h"
|
||||
#include "os/file_access.h"
|
||||
#include "os/os.h"
|
||||
#include "platform/android/logo.h"
|
||||
#include "platform/android/logo.gen.h"
|
||||
#include "version.h"
|
||||
#include <string.h>
|
||||
#if 0
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor_export.h"
|
||||
#include "io/zip_io.h"
|
||||
#include "platform/javascript/logo.h"
|
||||
#include "platform/javascript/logo.gen.h"
|
||||
|
||||
#define EXPORT_TEMPLATE_WEBASSEMBLY_RELEASE "webassembly_release.zip"
|
||||
#define EXPORT_TEMPLATE_WEBASSEMBLY_DEBUG "webassembly_debug.zip"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include "io/zip_io.h"
|
||||
#include "os/file_access.h"
|
||||
#include "os/os.h"
|
||||
#include "platform/osx/logo.h"
|
||||
#include "platform/osx/logo.gen.h"
|
||||
#include "string.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
#include "editor/editor_export.h"
|
||||
#include "platform/windows/logo.h"
|
||||
#include "platform/windows/logo.gen.h"
|
||||
|
||||
void register_windows_exporter() {
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
/*************************************************************************/
|
||||
#include "export.h"
|
||||
#include "editor/editor_export.h"
|
||||
#include "platform/x11/logo.h"
|
||||
#include "platform/x11/logo.gen.h"
|
||||
#include "scene/resources/texture.h"
|
||||
|
||||
void register_x11_exporter() {
|
||||
|
||||
Reference in New Issue
Block a user