stx_libview.st
branchjv
changeset 6893 4dcc30e514ea
parent 6883 1e0c7cae7070
parent 6889 9411fa81fbc2
child 7034 3205470acdb8
--- a/stx_libview.st	Sat Jul 04 16:17:13 2015 +0100
+++ b/stx_libview.st	Fri Jul 24 06:59:47 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -372,6 +370,10 @@
     ^ '$(XINCLUDE) $(XDEFS) $(CC_3D_FLAGS)'
 !
 
+localIncludes
+    ^ '$(OPTIONAL_SUPPORT_XLIB_INCLUDE)'
+!
+
 stcOptimizationOptions
     ^ '+optinline +optinline2'
 !