aoineko-fr / MSXgl

The MSX Game Library in C language
113 stars 9 forks source link

Initial changes to allow proper use on macOS, fixing MSXtk compilation and ignoring macOS-specific system files #44

Closed taupter closed 2 months ago

taupter commented 2 months ago

Added .DS_Store, a macOS-specific hidden file, to .gitignore. Fixes MSXtk compilation on macOS.

This is the start of an effort to make MSXgl fully usable on macOS in both Intel and Apple Silicon systems.

aoineko-fr commented 2 months ago

.DS_Store have been added to gitignore. Others modifications have been added through an other pull request.