Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

Remove compile-time dependencies on BasiliskII #3

Open
ianfixes opened this issue Mar 1, 2019 · 0 comments
Open

Remove compile-time dependencies on BasiliskII #3

ianfixes opened this issue Mar 1, 2019 · 0 comments
Labels
bug Something isn't working make Affects Makefiles or other build system components
Milestone

Comments

@ianfixes
Copy link
Member

ianfixes commented Mar 1, 2019

ag BasiliskII in this repo yields some concerning entries:

Makefile
16:B2_TOPDIR := ../BasiliskII
37:	cd $(TMPDIR); cvs export -D "$(ISODATE)" BasiliskII SheepShaver

src/MacOSX/XcodeBuildHowTo.txt
15:1. A complete 'macemu' git checkout of SheepShaver and BasiliskII.

src/MacOSX/SheepShaver_Xcode8.xcodeproj/project.pbxproj
154:		082AC26114AA59F000071F5E /* lowmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lowmem.c; path = ../../../BasiliskII/src/Unix/Darwin/lowmem.c; sourceTree = SOURCE_ROOT; };

src/MacOSX/SheepShaver.xcodeproj/project.pbxproj
220:		082AC26114AA59F000071F5E /* lowmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lowmem.c; path = ../../../BasiliskII/src/Unix/Darwin/lowmem.c; sourceTree = SOURCE_ROOT; };

Duplicate files as necessary to make these projects stand alone. Open other issues as necessary if we need to create a shared component (as a separate repo).

@ianfixes ianfixes added bug Something isn't working make Affects Makefiles or other build system components labels Mar 1, 2019
@ianfixes ianfixes added this to the Stabilization milestone Mar 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working make Affects Makefiles or other build system components
Projects
None yet
Development

No branches or pull requests

1 participant