Launcher.st
changeset 233 73a7f0118258
parent 232 926e657541c9
child 238 523cc1f36b1d
--- a/Launcher.st	Tue Dec 05 11:29:51 1995 +0100
+++ b/Launcher.st	Tue Dec 05 14:28:58 1995 +0100
@@ -715,7 +715,9 @@
 	Compiler stcCompilationIncludes:stcIncludes value.
 	Compiler stcCompilationDefines:stcDefines value.
 	Compiler stcCompilationOptions:stcOptions value.
-	ObjectFileLoader searchedLibraries:(stcLibraries value asCollectionOfWords).
+        ObjectFileLoader notNil ifTrue:[
+	    ObjectFileLoader searchedLibraries:(stcLibraries value asCollectionOfWords).
+	]
     ]
 
     "Modified: 10.9.1995 / 19:19:18 / claus"
@@ -1910,5 +1912,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.58 1995-12-05 10:29:51 chrisy Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.59 1995-12-05 13:28:58 cg Exp $'
 ! !