mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-24 10: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
|
||||
@SET_MAKE@
|
||||
@ -127,7 +127,8 @@ $(APP)_app: $(APP) ../MacOSX/Info.plist ../MacOSX/$(APP).icns
|
||||
./cpr.sh $(APP) $(APP_APP)/Contents/MacOS/
|
||||
strip -x $(APP_APP)/Contents/MacOS/$(APP)
|
||||
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/
|
||||
|
||||
$(GUI_APP)_app: $(GUI_APP) ../MacOSX/Info.plist ../MacOSX/$(APP).icns
|
||||
|
@ -605,8 +605,8 @@ darwin*)
|
||||
if [[ "x$ac_cv_framework_Carbon" = "xyes" ]]; then
|
||||
EXTFSSRC=../MacOSX/extfs_macosx.cpp
|
||||
if [[ "x$ac_cv_framework_AppKit" = "xyes" -a "x$WANT_GTK" = "xno" ]]; then
|
||||
PREFSSRC="../MacOSX/prefs_macosx.mm ../MacOSX/PrefsEditor/PrefsEditor.mm"
|
||||
CPPFLAGS="$CPPFLAGS -I../MacOSX/PrefsEditor"
|
||||
PREFSSRC="../MacOSX/prefs_macosx.mm ../MacOSX/Launcher/VMSettingsController.mm"
|
||||
CPPFLAGS="$CPPFLAGS -I../MacOSX/Launcher"
|
||||
fi
|
||||
fi
|
||||
if [[ "x$WANT_ESD" = "xno" -a "x$ac_cv_framework_CoreAudio" = "xyes" -a "x$WANT_SDL_AUDIO" = "xno" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user