mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-01 09:32:32 +00:00
MacOSX: Use the prefs editor from the Launcher project.
This commit is contained in:
parent
3e7168c78d
commit
bc7b9a6c4a
@ -1,4 +1,4 @@
|
|||||||
# Linux makefile for SheepShaver
|
# Unix makefile for SheepShaver
|
||||||
|
|
||||||
## System specific configuration
|
## System specific configuration
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
@ -127,7 +127,8 @@ $(APP)_app: $(APP) ../MacOSX/Info.plist ../MacOSX/$(APP).icns
|
|||||||
./cpr.sh $(APP) $(APP_APP)/Contents/MacOS/
|
./cpr.sh $(APP) $(APP_APP)/Contents/MacOS/
|
||||||
strip -x $(APP_APP)/Contents/MacOS/$(APP)
|
strip -x $(APP_APP)/Contents/MacOS/$(APP)
|
||||||
mkdir -p $(APP_APP)/Contents/Resources
|
mkdir -p $(APP_APP)/Contents/Resources
|
||||||
./cpr.sh ../MacOSX/PrefsEditor/standalone_nib/English.lproj $(APP_APP)/Contents/Resources
|
mkdir -p $(APP_APP)/Contents/Resources/English.lproj
|
||||||
|
./cpr.sh ../MacOSX/Launcher/English.lproj/VMSettingsWindow.nib $(APP_APP)/Contents/Resources/English.lproj
|
||||||
./cpr.sh ../MacOSX/SheepShaver.icns $(APP_APP)/Contents/Resources/
|
./cpr.sh ../MacOSX/SheepShaver.icns $(APP_APP)/Contents/Resources/
|
||||||
|
|
||||||
$(GUI_APP)_app: $(GUI_APP) ../MacOSX/Info.plist ../MacOSX/$(APP).icns
|
$(GUI_APP)_app: $(GUI_APP) ../MacOSX/Info.plist ../MacOSX/$(APP).icns
|
||||||
|
@ -605,8 +605,8 @@ darwin*)
|
|||||||
if [[ "x$ac_cv_framework_Carbon" = "xyes" ]]; then
|
if [[ "x$ac_cv_framework_Carbon" = "xyes" ]]; then
|
||||||
EXTFSSRC=../MacOSX/extfs_macosx.cpp
|
EXTFSSRC=../MacOSX/extfs_macosx.cpp
|
||||||
if [[ "x$ac_cv_framework_AppKit" = "xyes" -a "x$WANT_GTK" = "xno" ]]; then
|
if [[ "x$ac_cv_framework_AppKit" = "xyes" -a "x$WANT_GTK" = "xno" ]]; then
|
||||||
PREFSSRC="../MacOSX/prefs_macosx.mm ../MacOSX/PrefsEditor/PrefsEditor.mm"
|
PREFSSRC="../MacOSX/prefs_macosx.mm ../MacOSX/Launcher/VMSettingsController.mm"
|
||||||
CPPFLAGS="$CPPFLAGS -I../MacOSX/PrefsEditor"
|
CPPFLAGS="$CPPFLAGS -I../MacOSX/Launcher"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [[ "x$WANT_ESD" = "xno" -a "x$ac_cv_framework_CoreAudio" = "xyes" -a "x$WANT_SDL_AUDIO" = "xno" ]]; then
|
if [[ "x$WANT_ESD" = "xno" -a "x$ac_cv_framework_CoreAudio" = "xyes" -a "x$WANT_SDL_AUDIO" = "xno" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user