Makefile for MacOS X. From Nic. (bug 697)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1680 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-04-24 01:45:59 +00:00
parent 1b0054c892
commit fcbe70950f
3 changed files with 63 additions and 18 deletions
+5 -1
View File
@@ -23,7 +23,11 @@
#if (USE_SDLAUDIO == 1)
char AUDIO_TYPE[] = "SDL";
#include <SDL.h>
#ifdef __APPLE__
# include <SDL/SDL.h>
#else
# include <SDL.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <math.h>