- I'm updating dlxlinux to add keyboard mapping by default, so that paste
will work. Now download dlxlinux3.tar.gz instead of #2. - in win32 install, create keymaps directory and copy the maps in
This commit is contained in:
parent
ebc19a5e6c
commit
6c06a1bcb4
@ -48,7 +48,7 @@ CAT=cat
|
|||||||
RM=rm
|
RM=rm
|
||||||
MV=mv
|
MV=mv
|
||||||
LN_S=ln -sf
|
LN_S=ln -sf
|
||||||
DLXLINUX_TAR=dlxlinux2.tar.gz
|
DLXLINUX_TAR=dlxlinux3.tar.gz
|
||||||
DLXLINUX_TAR_URL=http://bochs.sourceforge.net/guestos/$(DLXLINUX_TAR)
|
DLXLINUX_TAR_URL=http://bochs.sourceforge.net/guestos/$(DLXLINUX_TAR)
|
||||||
DLXLINUX_ROMFILE=BIOS-bochs-latest
|
DLXLINUX_ROMFILE=BIOS-bochs-latest
|
||||||
GUNZIP=gunzip
|
GUNZIP=gunzip
|
||||||
@ -187,7 +187,7 @@ $(BX_OBJS): $(BX_INCLUDES)
|
|||||||
bxversion.h:
|
bxversion.h:
|
||||||
$(RM) -f bxversion.h
|
$(RM) -f bxversion.h
|
||||||
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
|
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
|
||||||
echo '// $$Id: Makefile.in,v 1.65 2002-03-11 08:35:55 cbothamy Exp $$' >> bxversion.h
|
echo '// $$Id: Makefile.in,v 1.66 2002-03-11 16:59:58 bdenney Exp $$' >> bxversion.h
|
||||||
echo '/////////////////////////////////////////////////////////////////////////' >> bxversion.h
|
echo '/////////////////////////////////////////////////////////////////////////' >> bxversion.h
|
||||||
echo '// This file is generated by "make bxversion.h"' >> bxversion.h
|
echo '// This file is generated by "make bxversion.h"' >> bxversion.h
|
||||||
echo "#define VER_STRING \"$(VER_STRING)\"" >> bxversion.h
|
echo "#define VER_STRING \"$(VER_STRING)\"" >> bxversion.h
|
||||||
@ -269,6 +269,8 @@ install_win32: download_dlx
|
|||||||
cat $(srcdir)/build/win32/DOC-win32.htm | $(SED) -e 's/@VERSION@/$(VERSION)/g' > $(prefix)/DOC-win32.htm
|
cat $(srcdir)/build/win32/DOC-win32.htm | $(SED) -e 's/@VERSION@/$(VERSION)/g' > $(prefix)/DOC-win32.htm
|
||||||
cp $(srcdir)/.bochsrc $(prefix)/bochsrc-sample.txt
|
cp $(srcdir)/.bochsrc $(prefix)/bochsrc-sample.txt
|
||||||
cp -r $(srcdir)/docs-html $(prefix)
|
cp -r $(srcdir)/docs-html $(prefix)
|
||||||
|
mkdir $(prefix)/keymaps
|
||||||
|
cp $(srcdir)/gui/keymaps/*.map $(prefix)/keymaps
|
||||||
cat $(DLXLINUX_TAR) | (cd $(prefix) && tar xzvf -)
|
cat $(DLXLINUX_TAR) | (cd $(prefix) && tar xzvf -)
|
||||||
echo '..\bochs' > $(prefix)/dlxlinux/start.bat
|
echo '..\bochs' > $(prefix)/dlxlinux/start.bat
|
||||||
dlxrc=$(prefix)/dlxlinux/bochsrc.txt; mv $$dlxrc $$dlxrc.orig && sed < $$dlxrc.orig 's/\/usr\/local\/bochs\/latest/../' > $$dlxrc && rm -f $$dlxrc.orig
|
dlxrc=$(prefix)/dlxlinux/bochsrc.txt; mv $$dlxrc $$dlxrc.orig && sed < $$dlxrc.orig 's/\/usr\/local\/bochs\/latest/../' > $$dlxrc && rm -f $$dlxrc.orig
|
||||||
|
Loading…
Reference in New Issue
Block a user