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.45 by asvitkine, 2009-02-19T07:02:46Z 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
# Line 179 | Line 180 | distclean: clean
180   depend dep:
181          makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null
182  
183 + $(OBJ_DIR)/SDLMain.o : SDLMain.m
184 +        $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c $< -o $@
185   $(OBJ_DIR)/%.o : ../slirp/%.c
186          $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(SLIRP_CFLAGS) -c $< -o $@
187   $(OBJ_DIR)/%.o : %.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines