summaryrefslogtreecommitdiff
path: root/src/SDLMain.h
AgeCommit message (Collapse)AuthorFilesLines
2024-02-19Fixed compile on macOSThorbjørn Lindeijer1-16/+0
Since Guichan is currently disabled on Homebrew, I've opted for adding it as a submodule instead. It currently references the 0.8 branch of Guichan, after I cherry-picked the CMake support from the master branch. When using SDL2 installed through Homebrew, it was necessary to use SDL2_LINK_LIBRARIES, since the libraries occupy various different directories. It no longer seems necessary to include an SDLMain.m, so I deleted it. Removed obsolete OS X instructions. Also added instructions for installing dependencies on Fedora. Removed mentioning of /announce and /who in the README, since they were removed for tmwAthena.
2012-08-14Can now build using cmake on OSXSocapex1-0/+5
Tested-by: Frost.
2009-01-02Removed executable bits from SDLMain.{h,m}Bjørn Lindeijer1-0/+0
2008-11-17Added Xcode files.David Athay1-0/+11