Make.proto
changeset 101 99574807f4fd
parent 94 5d3e35026d1b
child 111 89eed459b879
--- a/Make.proto	Thu Apr 11 12:02:28 1996 +0200
+++ b/Make.proto	Tue Apr 16 10:26:36 1996 +0200
@@ -142,6 +142,11 @@
 	    @echo "making shared library linked smalltalk ..."
 	    @$(MAKE) linkIt LIBOBJS="$(LIBOBJS)" EXTRA_OBJ="$(EXTRA_OBJ)" LIBLIST="$(LIBLIST)"
 
+forceStatic:
+	    (cd $(LIBBASICDIR) ; make libbasicInit.o)
+	    -rm $(LIBBASICDIR)/libbasic.o
+	    $(MAKE) linkIt LIBRUN="$(LIBRUNDIR)/*.o" LIBBASIC="$(LIBBASICDIR)/*.o"
+
 #
 # a "smaller" smalltalk (does not include development classes)
 #