mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-14 13:58:01 +00:00
074d491a6e
The workspace was broken by 39076ef9722529d80fef. This reverts it to the previous revision and reapplies the changes: - change UNIX to POSIX - remove mpeg2 support And adds the following changes: - add missing files to the workspace - enable translation support - silence multi-character constant warning
The Xcode project files can now be created automatically from the GCC files using the create_project tool inside the /tools/create_project folder. To create the default project files, build create_project.exe, copy it inside this folder and run the create_xcode.bat file for a default build. You can run create_project.exe with no parameters to check the possible command-line options.