1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

BuildSystem: generated files have .gen.extension

This commit is contained in:
Poommetee Ketson
2017-06-23 22:03:41 +07:00
parent a2e4b80ff5
commit e3998528e0
35 changed files with 93 additions and 90 deletions

View File

@@ -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"