- copy the bochs.scpt into dlxlinux. With Br'fin's script changes,

you can double-click the bochs.scpt in dlxlinux and it will start Bochs.
This commit is contained in:
Bryce Denney 2002-12-18 05:07:33 +00:00
parent 559def9729
commit b6db9b843d

View File

@ -238,7 +238,7 @@ $(BX_OBJS): $(BX_INCLUDES)
bxversion.h:
$(RM) -f bxversion.h
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
echo '// $$Id: Makefile.in,v 1.135 2002-12-14 22:43:56 bdenney Exp $$' >> bxversion.h
echo '// $$Id: Makefile.in,v 1.136 2002-12-18 05:07:33 bdenney Exp $$' >> bxversion.h
echo '/////////////////////////////////////////////////////////////////////////' >> bxversion.h
echo '// This file is generated by "make bxversion.h"' >> bxversion.h
echo "#define VER_STRING \"$(VER_STRING)\"" >> bxversion.h
@ -638,6 +638,7 @@ install_macosx: all download_dlx @INSTALL_DOCBOOK_VAR@
mv $(prefix)/README $(prefix)/README.orig
cat $(srcdir)/build/macosx/README.macosx-binary $(prefix)/README.orig > $(prefix)/README
rm -f $(prefix)/README.orig
$(CPMAC) $(SCRIPT_EXEC) $(prefix)/dlxlinux
for i in $(TEXT_FILE_LIST); do mv $(prefix)/$$i $(prefix)/$$i.txt; done
# make the disk image
perl $(srcdir)/build/macosx/diskimage.pl $(prefix)