diff examples/dsss.conf @ 78:4a04b6759f98

Clean up directory names
author John Reimer <terminal.node@gmail.com>
date Sat, 10 May 2008 13:32:45 -0700
parents
children 37fab5543b9a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/dsss.conf	Sat May 10 13:32:45 2008 -0700
@@ -0,0 +1,27 @@
+[*]
+buildflags+=-g -gc
+buildflags+=-J$LIB_PREFIX/res -J../res -I..
+
+version(Windows) {
+    # 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
+}
+
+[simple.d]
+
+[addressbook/AddressBook.d]
+[clipboard/ClipboardExample.d]
+[controlexample/ControlExample.d]
+[controlexample/CustomControlExample.d]
+[helloworld/HelloWorld1.d]
+[helloworld/HelloWorld2.d]
+[helloworld/HelloWorld3.d]
+[helloworld/HelloWorld4.d]
+[helloworld/HelloWorld5.d]
+[texteditor/TextEditor.d]
+