stx_libcomp.st
changeset 1968 b6b05dcbafff
parent 1927 f9573866b4f3
child 2023 b657520e61db
--- a/stx_libcomp.st	Thu Jan 11 18:09:13 2007 +0100
+++ b/stx_libcomp.st	Thu Jan 11 19:07:09 2007 +0100
@@ -59,9 +59,9 @@
 
 !stx_libcomp class methodsFor:'description - compilation'!
 
-additionalDefinitions_nt_dot_mak
+additionalDefinitions_bc_dot_mak
     ^ '
-# see stdHeader_nt for LIBCOMP_BASE
+# see stdHeader_bc for LIBCOMP_BASE
 # LIBCOMP_BASE   =0x61000000
 LIB_BASE_LD_ARG=-b:$(LIBCOMP_BASE)
 '
@@ -157,5 +157,5 @@
 !stx_libcomp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.15 2006-10-10 21:28:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.16 2007-01-11 18:07:09 stefan Exp $'
 ! !