stx_libtool.st
changeset 12464 44f6220bf894
parent 12446 3f87b6db4d99
child 12477 77bfa0112329
--- a/stx_libtool.st	Wed Mar 13 15:23:16 2013 +0100
+++ b/stx_libtool.st	Wed Mar 13 17:04:54 2013 +0100
@@ -522,13 +522,6 @@
     "Modified: / 18-07-2012 / 19:11:53 / cg"
 !
 
-productInstallDirBaseName
-    "Returns a default installDir which will appear in <app>.nsi.
-     This is usually not the one you want to keep"
-
-    ^ (self package asCollectionOfSubstringsSeparatedByAny:':/') last
-!
-
 productName
     "Return a product name which will appear in <lib>.rc"
 
@@ -555,10 +548,10 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.88 2013-03-08 23:52:23 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.89 2013-03-13 16:04:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.88 2013-03-08 23:52:23 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.89 2013-03-13 16:04:54 cg Exp $'
 ! !