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; |