- fix my stupid typo in macosx section. It should copy the resource fork
to a file called $(SCRIPT_COMPILED_RSRC).
This commit is contained in:
parent
c1e5640af4
commit
5d05917565
@ -236,7 +236,7 @@ $(BX_OBJS): $(BX_INCLUDES)
|
||||
bxversion.h:
|
||||
$(RM) -f bxversion.h
|
||||
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.115 2002-11-21 19:25:57 bdenney Exp $$' >> bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.116 2002-11-22 03:30:18 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
|
||||
@ -577,7 +577,7 @@ $(SCRIPT_COMPILED_RSRC): $(SCRIPT_R) $(SCRIPT_APPLESCRIPT)
|
||||
$(CP) -f $(SCRIPT_DATA) tmpscript
|
||||
$(REZ) -append $(SCRIPT_R) -o tmpscript
|
||||
$(OSACOMPILE) -o tmpscript $(SCRIPT_APPLESCRIPT)
|
||||
$(CP) tmpscript/rsrc rsrc
|
||||
$(CP) tmpscript/rsrc $(SCRIPT_COMPILED_RSRC)
|
||||
$(RM) -f tmpscript
|
||||
|
||||
# Step 2 (can be done locally or remotely on MacOSX)
|
||||
|
Loading…
x
Reference in New Issue
Block a user