- BeBochs.rsrc cannot be checked into CVS directly because that damages

its resources.  So now we will distribute a .zip file which will only
  be unzipped on the target BeOS machine.
This commit is contained in:
Bryce Denney 2002-12-21 15:51:41 +00:00
parent 6d3d96e182
commit bc72fcefa9
3 changed files with 4 additions and 3 deletions

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.140 2002-12-21 14:41:49 bdenney Exp $$' >> bxversion.h
echo '// $$Id: Makefile.in,v 1.141 2002-12-21 15:51:41 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
@ -646,8 +646,9 @@ install_macosx: all download_dlx @INSTALL_DOCBOOK_VAR@
# Build the binary normally, then copy the resource attributes.
###########################################
.bochs_beos_target: bochs@EXE@
copyattr -t ICON $(srcdir)/build/beos/BeBochs.rsrc bochs
copyattr -t MICN $(srcdir)/build/beos/BeBochs.rsrc bochs
unzip $(srcdir)/build/beos/resource.zip
copyattr -t ICON BeBochs.rsrc bochs
copyattr -t MICN BeBochs.rsrc bochs
###########################################
# dependencies generated by

Binary file not shown.

Binary file not shown.