stx_libview.st
changeset 6889 9411fa81fbc2
parent 6879 ffb55919ed0c
child 6893 4dcc30e514ea
child 6945 ead5a294eb81
--- a/stx_libview.st	Thu Jul 23 21:11:02 2015 +0200
+++ b/stx_libview.st	Thu Jul 23 21:17:14 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -319,6 +317,10 @@
     ^ '$(XINCLUDE) $(XDEFS) $(CC_3D_FLAGS)'
 !
 
+localIncludes
+    ^ '$(OPTIONAL_SUPPORT_XLIB_INCLUDE)'
+!
+
 stcOptimizationOptions
     ^ '+optinline +optinline2'
 !