mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-13 23:32:55 +00:00
Try to get nowrite.icns from 10.1 install
This commit is contained in:
parent
622a0e6e23
commit
d2602583e2
@ -39,7 +39,7 @@ SRCS = BasiliskII.icns Controller.h Controller.mm Credits.html \
|
|||||||
NNThread.h NNThread.m PrefsEditor.h PrefsEditor.mm \
|
NNThread.h NNThread.m PrefsEditor.h PrefsEditor.mm \
|
||||||
ToDo.html Versions.html \
|
ToDo.html Versions.html \
|
||||||
audio_macosx.mm extfs_macosx.mm macos_util_macosx.h main_macosx.h \
|
audio_macosx.mm extfs_macosx.mm macos_util_macosx.h main_macosx.h \
|
||||||
main_macosx.mm misc_macosx.h misc_macosx.mm prefs_macosx.cpp \
|
main_macosx.mm misc_macosx.h misc_macosx.mm nowrite.icns prefs_macosx.cpp \
|
||||||
sysdeps.h video_macosx.mm video_macosx.h
|
sysdeps.h video_macosx.mm video_macosx.h
|
||||||
APP = $(OBJ_DIR)/BasiliskII.app
|
APP = $(OBJ_DIR)/BasiliskII.app
|
||||||
|
|
||||||
@ -69,6 +69,9 @@ $(APP): $(OBJ_DIR) $(GEN) $(SRCS)
|
|||||||
BasiliskII.icns :
|
BasiliskII.icns :
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
nowrite.icns :
|
||||||
|
ln -sf /System/Library/CoreServices/Finder.app/Contents/Resources/nowrite.icns .
|
||||||
|
|
||||||
mostlyclean:
|
mostlyclean:
|
||||||
rm -fr English.lproj/*~* $(OBJ_DIR)/* core* *.core *~ *.bak
|
rm -fr English.lproj/*~* $(OBJ_DIR)/* core* *.core *~ *.bak
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user