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

Comparing SheepShaver/Makefile (file contents):
Revision 1.19 by gbeauche, 2005-07-03T13:05:36Z vs.
Revision 1.21 by gbeauche, 2005-11-27T22:29:32Z

# Line 58 | Line 58 | links:
58                 Unix/sshpty.h Unix/sshpty.c Unix/strlcpy.h Unix/strlcpy.c \
59                 Unix/sys_unix.cpp Unix/timer_unix.cpp Unix/xpram_unix.cpp \
60                 Unix/sigsegv.h Unix/sigsegv.cpp Unix/vm_alloc.h Unix/vm_alloc.cpp \
61 <               Unix/posix_sem.cpp Unix/video_vosf.h Unix/video_blit.h \
61 >               Unix/semaphore.h Unix/posix_sem.cpp Unix/video_vosf.h Unix/video_blit.h \
62                 Unix/video_blit.cpp Unix/config.sub Unix/config.guess \
63                 Unix/keycodes Unix/tunconfig Unix/clip_unix.cpp Unix/m4 \
64                 Unix/Linux/scsi_linux.cpp Unix/Linux/NetDriver Unix/ether_unix.cpp \
# Line 71 | Line 71 | links:
71                 Windows/cd_defs.h Windows/cdenable Windows/extfs_windows.cpp \
72                 Windows/posix_emu.cpp Windows/posix_emu.h Windows/sys_windows.cpp \
73                 Windows/timer_windows.cpp Windows/util_windows.cpp \
74 <               Windows/util_windows.h Windows/xpram_windows.cpp'; \
74 >               Windows/util_windows.h Windows/xpram_windows.cpp \
75 >               Windows/kernel_windows.h Windows/kernel_windows.cpp \
76 >               Windows/serial_windows.cpp Windows/router Windows/b2ether \
77 >               Windows/ether_windows.h Windows/ether_windows.cpp \
78 >               Windows/serial_windows.cpp'; \
79          PREFIX="`pwd`/"; case $(B2_TOPDIR) in /*) PREFIX="";; esac; \
80          for i in $$list; do \
81            echo $$i; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines