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

Comparing BasiliskII/src/MacOSX/Makefile.in (file contents):
Revision 1.28 by gbeauche, 2007-11-01T15:33:22Z vs.
Revision 1.29 by asvitkine, 2008-12-09T18:03:35Z

# Line 175 | Line 175 | $(APP)_app: $(APP) $(DOCS) Info.plist $(
175          echo -n 'APPL????' > $(APP_APP)/Contents/PkgInfo
176          mkdir -p $(APP_APP)/Contents/MacOS
177          cp -f $(APP) $(APP_APP)/Contents/MacOS/
178 <        strip $(APP_APP)/Contents/MacOS/$(APP)
178 >        strip -x $(APP_APP)/Contents/MacOS/$(APP)
179          mkdir -p $(APP_APP)/Contents/Resources
180          cp -Rp English.lproj $(APP_APP)/Contents/Resources/
181          cp -f $(APP).icns $(APP_APP)/Contents/Resources/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines