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.46 by asvitkine, 2009-03-03T08:07:22Z

# Line 179 | Line 179 | distclean: clean
179   depend dep:
180          makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null
181  
182 + $(OBJ_DIR)/SDLMain.o : SDLMain.m
183 +        $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c $< -o $@
184   $(OBJ_DIR)/%.o : ../slirp/%.c
185          $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(SLIRP_CFLAGS) -c $< -o $@
186   $(OBJ_DIR)/%.o : %.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines