stx_libview.st
changeset 5819 ab719232ef14
parent 5813 2a77189ba821
child 5825 6cfb0971a405
--- a/stx_libview.st	Tue Sep 27 18:23:26 2011 +0200
+++ b/stx_libview.st	Tue Sep 27 18:23:27 2011 +0200
@@ -82,11 +82,12 @@
 !!else
 !! ifdef USEVC
 X11_LIBS=..\libvc\X11.lib ..\libvc\Xext.lib
-!!else
+!! else
+!! endif
 !!endif
 '
 
-    "Modified: / 27-09-2011 / 18:11:08 / cg"
+    "Modified: / 27-09-2011 / 18:23:02 / cg"
 !
 
 additionalRules_bc_dot_mak
@@ -394,6 +395,10 @@
 
 !stx_libview class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.54 2011-09-27 16:23:27 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.53 2011-09-27 16:21:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.54 2011-09-27 16:23:27 cg Exp $'
 ! !