mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 16:30:44 +00:00
Added BasiliskII.icns (needed to build the application), and a rule
to generate it (empty file) if the developer doesn't supply an icon
This commit is contained in:
parent
3612015d2c
commit
c9c818cde6
@ -18,7 +18,7 @@ LIBS = @LIBS@
|
||||
OBJ_DIR = build
|
||||
GENSRCS = user_strings_unix.h cpudefs.cpp cpuemu.cpp cpustbl.cpp cputbl.h \
|
||||
README.txt
|
||||
SRCS = Controller.h Controller.mm Credits.html \
|
||||
SRCS = BasiliskII.icns Controller.h Controller.mm Credits.html \
|
||||
Emulator.h Emulator.mm EmulatorView.h EmulatorView.mm English.lproj \
|
||||
NNThread.h NNThread.m PrefsEditor.h PrefsEditor.mm \
|
||||
ToDo.html Versions.html \
|
||||
@ -55,6 +55,9 @@ README.txt : ../../README
|
||||
user_strings_unix.h : ../Unix/user_strings_unix.h
|
||||
ln -s $< $@
|
||||
|
||||
BasiliskII.icns :
|
||||
touch $@
|
||||
|
||||
mostlyclean:
|
||||
rm -fr English.lproj/*~* $(OBJ_DIR)/* core* *.core *~ *.bak
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user