extras/gui/GuiConfigData: Support for static build
authorJerome St-Louis <jerome@ecere.com>
Fri, 22 May 2015 20:55:31 +0000 (16:55 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 15 Oct 2015 00:19:45 +0000 (20:19 -0400)
extras/gui/GuiConfigData.ec

index 3e22df4..ced0421 100644 (file)
@@ -1,4 +1,8 @@
-import "ecere"
+#ifdef ECERE_STATIC
+public import static "ecere"
+#else
+public import "ecere"
+#endif
 
 // source file line number printf (sflnprintf)