stx_libview.st
changeset 5825 6cfb0971a405
parent 5819 ab719232ef14
child 5861 5f063b0ec912
--- a/stx_libview.st	Tue Sep 27 18:25:50 2011 +0200
+++ b/stx_libview.st	Tue Sep 27 18:25:51 2011 +0200
@@ -81,13 +81,13 @@
 X11_LIBS=..\libbc\X11OMF.lib ..\libbc\XextOMF.lib
 !!else
 !! ifdef USEVC
-X11_LIBS=..\libvc\X11.lib ..\libvc\Xext.lib
+# X11_LIBS=..\libvc\X11.lib ..\libvc\Xext.lib
 !! else
 !! endif
 !!endif
 '
 
-    "Modified: / 27-09-2011 / 18:23:02 / cg"
+    "Modified: / 27-09-2011 / 18:25:27 / cg"
 !
 
 additionalRules_bc_dot_mak
@@ -396,9 +396,9 @@
 !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 $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.55 2011-09-27 16:25:51 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.54 2011-09-27 16:23:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.55 2011-09-27 16:25:51 cg Exp $'
 ! !