mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 18:46:29 +03:00
Fixed mingw64 build.
Fixed emscripten ecode build. Added ecode mingw build script.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user