ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/Makefile.in
(Generate patch)

Comparing SheepShaver/src/Unix/Makefile.in (file contents):
Revision 1.46 by asvitkine, 2009-03-03T08:07:22Z vs.
Revision 1.47 by asvitkine, 2009-08-18T03:27:50Z

# Line 1 | Line 1
1 < # Linux makefile for SheepShaver
1 > # Unix makefile for SheepShaver
2  
3   ## System specific configuration
4   @SET_MAKE@
# Line 127 | Line 127 | $(APP)_app: $(APP) ../MacOSX/Info.plist
127          ./cpr.sh $(APP) $(APP_APP)/Contents/MacOS/
128          strip -x $(APP_APP)/Contents/MacOS/$(APP)
129          mkdir -p $(APP_APP)/Contents/Resources
130 <        ./cpr.sh ../MacOSX/PrefsEditor/standalone_nib/English.lproj $(APP_APP)/Contents/Resources
130 >        mkdir -p $(APP_APP)/Contents/Resources/English.lproj
131 >        ./cpr.sh ../MacOSX/Launcher/English.lproj/VMSettingsWindow.nib $(APP_APP)/Contents/Resources/English.lproj
132          ./cpr.sh ../MacOSX/SheepShaver.icns $(APP_APP)/Contents/Resources/
133  
134   $(GUI_APP)_app: $(GUI_APP) ../MacOSX/Info.plist ../MacOSX/$(APP).icns

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines