diff user/dsss.conf @ 167:d97169edcd8c

Added res directory for SWT ports
author Frank Benoit <benoit@tionex.de>
date Sun, 19 Oct 2008 02:00:57 +0200
parents 37fab5543b9a
children 5057d1475aee
line wrap: on
line diff
--- a/user/dsss.conf	Sat Sep 13 14:10:29 2008 +0200
+++ b/user/dsss.conf	Sun Oct 19 02:00:57 2008 +0200
@@ -12,6 +12,12 @@
         buildflags+= -L/SUBSYSTEM:console:5
     }
     buildflags+= -L/rc:..\dwt
+    buildflags+=-I../../dwt-win
+    buildflags+=-J../../dwt-win/res
+}
+version(linux){
+    buildflags+=-I../../dwt-linux
+    buildflags+=-J../../dwt-linux/res
 }