diff dsss.conf @ 11:b940f267419e

Options class created & changes to mergetag exception messages. Options class created (barebones). Loading/saving from Init. Init no longer runs cleanup functions after initialisation failure. Improved mergetag exception messages & error reporting. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 21 Feb 2008 09:05:33 +0000
parents 4c3575400769
children 0047b364b6d9
line wrap: on
line diff
--- a/dsss.conf	Mon Feb 18 11:54:56 2008 +0000
+++ b/dsss.conf	Thu Feb 21 09:05:33 2008 +0000
@@ -8,19 +8,14 @@
 }
 
 [mde/mde.d]
-version (Posix) {
-    target=bin/mde
-} else version (Windows) {
-    target=bin/mde.exe
-}
+target=bin/mde
 
 [test/mdeTest.d]
+buildflags=-debug -debug=mdeUnitTest -unittest
+target=bin/mdeTest
+noinstall
 version (Posix) {
-    buildflags=-L-ldl -debug=mdeUnitTest -unittest
-    target=bin/mdeTest
-} else version (Windows) {
-    warn Extra linking probably needed!
-    buildflags=-debug=mdeUnitTest -unittest
-    target=bin/mdeTest.exe
+    buildflags+=-L-ldl
+} else {
+    warn Only posix builds have been tested; elsewhere other libraries will probably need to be linked.
 }
-noinstall
\ No newline at end of file