Make.proto
changeset 71 d928da24eaec
parent 67 734370f8d967
child 77 3ec9d8e38918
--- a/Make.proto	Sat Jan 06 12:53:22 1996 +0100
+++ b/Make.proto	Sat Jan 06 16:02:03 1996 +0100
@@ -9,6 +9,8 @@
 RCSSOURCES=*.rc patches Make.proto
 LINKSOURCES=*.rc patches Make.proto
 
+DELIVERBINARIES=smalltalk
+
 #
 # other definitions to use for things compiled here
 #
@@ -94,7 +96,7 @@
 # create symbolic links to sources, resources etc.
 # normally (on an end-user system) these should go into usr/local/lib/smalltalk
 #
-symlinks:   resources styles newSource bitmaps binary includeLink misc
+symlinks:   resources styles newSource bitmaps bitmapLink binary binaryLink includeLink misc
 
 #
 # the standard smalltalk executable:
@@ -301,6 +303,9 @@
 	    -rm -f smalltalk minitalk tinytalk st.img
 	    -rm -f main.o
 
+postDeliverFull::
+	    (cd $(DELIVERDIR)/$(RELDIR) ; make symlinks)
+
 #
 # make a new resources subdirectory
 #