What support exists is for obsolete devices I no longer possess; I've never been contacted about the port and it's been several years since I even bothered to build a new version. All the extra overrides are clutter that can just be removed. Subversion-branch: /branches/v2-branch Subversion-revision: 2615
29 lines
1.7 KiB
Makefile
29 lines
1.7 KiB
Makefile
|
|
OSX_FILES= \
|
|
osx/Resources/128x128.png \
|
|
osx/Resources/app.icns \
|
|
osx/Resources/app.png \
|
|
osx/Resources/wadfile.icns \
|
|
osx/Resources/wadfile.png \
|
|
osx/Resources/launcher.nib/designable.nib \
|
|
osx/Resources/launcher.nib/keyedobjects.nib \
|
|
osx/disk/dir.DS_Store \
|
|
osx/disk/background.png \
|
|
osx/GNUmakefile \
|
|
osx/Info.plist.in osx/Info-gnustep.plist.in \
|
|
osx/PkgInfo \
|
|
osx/cp-with-libs \
|
|
osx/dmgfix \
|
|
osx/main.m \
|
|
osx/AppController.m osx/AppController.h \
|
|
osx/Execute.m osx/Execute.h \
|
|
osx/IWADController.m osx/IWADController.h \
|
|
osx/IWADLocation.m osx/IWADLocation.h \
|
|
osx/LauncherManager.m osx/LauncherManager.h
|
|
|
|
WIN32_FILES= \
|
|
win32/GNUmakefile \
|
|
win32/README
|
|
|
|
EXTRA_DIST=$(OSX_FILES) $(WIN32_FILES)
|
|
|