- correct BeBochs.rc path
This commit is contained in:
parent
8bacd82133
commit
9780ad2ad8
@ -238,7 +238,7 @@ $(BX_OBJS): $(BX_INCLUDES)
|
||||
bxversion.h:
|
||||
$(RM) -f bxversion.h
|
||||
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.138 2002-12-21 14:31:21 bdenney Exp $$' >> bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.139 2002-12-21 14:32:10 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,8 @@ 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 BeBochs.rsrc bochs
|
||||
copyattr -t MICN BeBochs.rsrc bochs
|
||||
copyattr -t ICON $(srcdir)/build/beos/BeBochs.rsrc bochs
|
||||
copyattr -t MICN $(srcdir)/build/beos/BeBochs.rsrc bochs
|
||||
|
||||
###########################################
|
||||
# dependencies generated by
|
||||
|
Loading…
Reference in New Issue
Block a user