diff novocode/dsss.conf @ 174:c58389a70da3

Added novocode internal shell example, thanks WasserDragoon
author Frank Benoit <benoit@tionex.de>
date Sun, 26 Oct 2008 14:53:47 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/novocode/dsss.conf	Sun Oct 26 14:53:47 2008 +0100
@@ -0,0 +1,26 @@
+# DWT dwt-samples/jface directory
+
+[*]
+debugflags+=-g -gc
+buildflags+=-J../res
+buildflags+=-I../../dwt-addons
+buildflags+=-J../../dwt-addons/res
+
+version(Windows) {
+    buildflags+=-I../../dwt-win
+    buildflags+=-J../../dwt-win/res
+
+    # if no console window is wanted/needed use -version=gui
+    version(gui) {
+        buildflags+= -L/SUBSYSTEM:windows:5
+    } else {
+        buildflags+= -L/SUBSYSTEM:console:5
+    }
+    buildflags+= -L/rc:..\dwt
+}
+version(Posix) {
+    buildflags+=-I../../dwt-linux
+    buildflags+=-J../../dwt-linux/res
+}
+
+[InternalShellExample.d]