ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/1_prepare_files.sh
(Generate patch)

Comparing BasiliskII/src/MacOSX/1_prepare_files.sh (file contents):
Revision 1.3 by nigel, 2002-10-29T14:18:22Z vs.
Revision 1.4 by nigel, 2003-03-21T12:22:35Z

# Line 28 | Line 28 | ln -sf ../Unix/user_strings_unix.h .
28   ln -sf ../Unix/install-sh .
29   ln -sf ../../README README.txt
30  
31 + T=/System/Library/CoreServices/loginwindow.app/Resources
32 + tiffutil -cat $T/resetH.tif     -out English.lproj/MainMenu.nib/resetH.tiff
33 + tiffutil -cat $T/resetN.tif     -out English.lproj/MainMenu.nib/resetN.tiff
34 + tiffutil -cat $T/shutdownH.tif  -out English.lproj/MainMenu.nib/shutdownH.tiff
35 + tiffutil -cat $T/shutdownN.tif  -out English.lproj/MainMenu.nib/shutdownN.tiff
36 + unset T
37 +
38 + #
39 + # Generate ./configure from configure.in
40 + #
41   autoconf
42  
43 + #
44 + # Generate config.h.in from configure.in
45 + #
46   autoheader
47  
48   if test -z "$*"; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines