From cf16210d3a0079808e68378238545ea0ceb7ee79 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Thu, 17 Mar 2005 23:56:04 +0000 Subject: [PATCH] add other symlinks to B2/Windows files --- SheepShaver/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SheepShaver/Makefile b/SheepShaver/Makefile index 67fcc1f2..25a3ab00 100644 --- a/SheepShaver/Makefile +++ b/SheepShaver/Makefile @@ -67,7 +67,11 @@ links: dummy/prefs_editor_dummy.cpp dummy/scsi_dummy.cpp SDL \ MacOSX/sys_darwin.cpp MacOSX/clip_macosx.cpp \ MacOSX/macos_util_macosx.h MacOSX/extfs_macosx.h \ - MacOSX/extfs_macosx.mm Windows/clip_windows.cpp'; \ + MacOSX/extfs_macosx.mm Windows/clip_windows.cpp \ + Windows/cd_defs.h Windows/cdenable Windows/extfs_windows.cpp \ + Windows/posix_emu.cpp Windows/posix_emu.h Windows/sys_windows.cpp \ + Windows/timer_windows.cpp Windows/util_windows.cpp \ + Windows/util_windows.h Windows/xpram_windows.cpp'; \ PREFIX="`pwd`/"; case $(B2_TOPDIR) in /*) PREFIX="";; esac; \ for i in $$list; do \ echo $$i; \