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.20 by gbeauche, 2005-07-03T22:44:30Z vs.
Revision 1.23 by gbeauche, 2005-11-29T23:48:18Z

# Line 2 | Line 2
2   # Written in 1999 by Christian Bauer <Christian.Bauer@uni-mainz.de>
3  
4   VERSION := 2
5 < RELEASE := 2
5 > RELEASE := 3
6   VERNAME := SheepShaver-$(VERSION)
7  
8   SRCARCHIVE := $(shell date +SheepShaver_src_%d%m%Y.tar.gz)
# 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 Windows/prefs_editor_gtk.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