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.28 by gbeauche, 2006-05-06T10:42:51Z vs.
Revision 1.29 by gbeauche, 2006-07-17T07:43:54Z

# Line 81 | Line 81 | links:
81                 Windows/kernel_windows.h Windows/kernel_windows.cpp \
82                 Windows/serial_windows.cpp Windows/router Windows/b2ether \
83                 Windows/ether_windows.h Windows/ether_windows.cpp \
84 <               Windows/serial_windows.cpp Windows/prefs_editor_gtk.cpp'; \
84 >               Windows/serial_windows.cpp Windows/prefs_editor_gtk.cpp \
85 >               uae_cpu/compiler/codegen_x86.h'; \
86          PREFIX="`pwd`/"; case $(B2_TOPDIR) in /*) PREFIX="";; esac; \
87          for i in $$list; do \
88 <          echo $$i; \
89 <          ln -sf "$${PREFIX}$(B2_TOPDIR)/src/$$i" src/$$i; \
88 >          echo $$i; o=$$i; \
89 >          case $$i in *codegen_x86.h) o=kpx_cpu/src/cpu/jit/x86/codegen_x86.h;; esac; \
90 >          ln -sf "$${PREFIX}$(B2_TOPDIR)/src/$$i" src/$$o; \
91          done;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines