mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-04 14:33:47 +00:00
Generate some icons used by Interface from OS X's login panel
This commit is contained in:
parent
886ca6c348
commit
18efc23894
@ -28,8 +28,21 @@ ln -sf ../Unix/user_strings_unix.h .
|
||||
ln -sf ../Unix/install-sh .
|
||||
ln -sf ../../README README.txt
|
||||
|
||||
T=/System/Library/CoreServices/loginwindow.app/Resources
|
||||
tiffutil -cat $T/resetH.tif -out English.lproj/MainMenu.nib/resetH.tiff
|
||||
tiffutil -cat $T/resetN.tif -out English.lproj/MainMenu.nib/resetN.tiff
|
||||
tiffutil -cat $T/shutdownH.tif -out English.lproj/MainMenu.nib/shutdownH.tiff
|
||||
tiffutil -cat $T/shutdownN.tif -out English.lproj/MainMenu.nib/shutdownN.tiff
|
||||
unset T
|
||||
|
||||
#
|
||||
# Generate ./configure from configure.in
|
||||
#
|
||||
autoconf
|
||||
|
||||
#
|
||||
# Generate config.h.in from configure.in
|
||||
#
|
||||
autoheader
|
||||
|
||||
if test -z "$*"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user