changeset 205:6d1762e7ebb7

Make dwt-win a sourcelibrary and make the import libs autoinstall
author Frank Benoit <benoit@tionex.de>
date Wed, 16 Apr 2008 20:36:33 +0200
parents 108ba7ff5a0b
children cca980503056
files dsss.conf
diffstat 1 files changed, 11 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/dsss.conf	Mon Apr 14 03:06:38 2008 +0200
+++ b/dsss.conf	Wed Apr 16 20:36:33 2008 +0200
@@ -1,11 +1,16 @@
 
-[*]
-debugflags+=-g -gc -debug
+version (Windows) {
+version (DigitalMars) {
+[+libs]
+prebuild = \
+    curl http://downloads.dsource.org/projects/dwt/dwt-win-importlibs.zip -O libs.zip; \
+    bsdtar -xf libs.zip
+preinstall = \
+    installdir libs $LIB_PREFIX
+}
+}
 
 [dwt]
-type=library
-
-[simple.d]
-noinstall
+type=sourcelibrary