Fixed mingw64 build.

Fixed emscripten ecode build.
Added ecode mingw build script.
This commit is contained in:
Martín Lucas Golini
2022-06-13 03:19:31 -03:00
parent 387bf61070
commit dafe1502be
10 changed files with 123 additions and 28 deletions

View File

@@ -3284,6 +3284,10 @@ void App::init( std::string file, const Float& pidelDensity, const std::string&
}
}
} // namespace ecode
using namespace ecode;
#if EE_PLATFORM == EE_PLATFORM_EMSCRIPTEN
std::vector<std::string> parseEmscriptenArgs( int argc, char* argv[] ) {
if ( argc < 1 )
@@ -3345,5 +3349,3 @@ EE_MAIN_FUNC int main( int argc, char* argv[] ) {
return EXIT_SUCCESS;
}
} // namespace ecode