Skip to content

Commit

Permalink
Merge pull request #2357 from Starbuck5/remove-sdlmain
Browse files Browse the repository at this point in the history
Remove sdlmain_osx.m
  • Loading branch information
oddbookworm authored Aug 3, 2023
2 parents b8f89f6 + e7c4743 commit 4472ac6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 217 deletions.
1 change: 0 additions & 1 deletion buildconfig/Setup_Darwin.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#This file defines platform specific modules for mac os x
SCRAP =
scrap src_c/scrap.c $(SDL) $(SCRAP) $(DEBUG)
sdlmain_osx src_c/sdlmain_osx.m $(SDL) $(DEBUG)
_camera src_c/_camera.c $(SDL) $(DEBUG)
4 changes: 1 addition & 3 deletions buildconfig/config_darwin.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ def main(auto_config=False):
Dependency('JPEG', 'jpeglib.h', 'libjpeg', ['jpeg']),
Dependency('PORTMIDI', 'portmidi.h', 'libportmidi', ['portmidi']),
Dependency('PORTTIME', 'porttime.h', '', []),
find_freetype(),
# Scrap is included in sdlmain_osx, there is nothing to look at.
# Dependency('SCRAP', '','',[]),
find_freetype()
])

print('Hunting dependencies...')
Expand Down
213 changes: 0 additions & 213 deletions src_c/sdlmain_osx.m

This file was deleted.

0 comments on commit 4472ac6

Please sign in to comment.