Initial source commit
This commit is contained in:
commit
f1384c11ee
335 changed files with 52715 additions and 0 deletions
12
gamma256/gameSource/Makefile.MacOSX
Normal file
12
gamma256/gameSource/Makefile.MacOSX
Normal file
|
@ -0,0 +1,12 @@
|
|||
PLATFORM_PATH = linux
|
||||
PLATFORM_NAME = Linux
|
||||
TIME_PLATFORM_PATH = unix
|
||||
TIME_PLATFORM_NAME = Unix
|
||||
|
||||
|
||||
PLATFORM_COMPILE_FLAGS = -DBSD -D__mac__
|
||||
|
||||
|
||||
# need to compile and link SDLMain.m
|
||||
PLATFORM_LINK_FLAGS = -framework SDL -framework Cocoa mac/SDLMain.m
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue