This commit is contained in:
jeanlemotan
2024-07-02 18:10:39 +02:00
commit 48ab06b1d9
733 changed files with 321088 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# EAMain
[![Build Status](https://travis-ci.org/electronicarts/EAMain.svg?branch=master)](https://travis-ci.org/electronicarts/EAMain)
EAMain provides a multi-platform entry point used for platforms that don't support console output, return codes and command-line arguments.
## Documentation
Please see [Introduction](doc/EAMain.html).
## Compiling sources
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on compiling and testing the source.
## Credits
Roberto Parolin is the current EAMain owner within EA and is responsible for the open source repository.
## License
Modified BSD License (3-Clause BSD license) see the file LICENSE in the project root.