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:
nigel 2002-03-16 09:09:19 +00:00
parent 3612015d2c
commit c9c818cde6

View File

@ -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