diff examples/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 eb84f9418bbf
children
line wrap: on
line diff
--- a/examples/dsss.conf	Sat Sep 13 14:10:29 2008 +0200
+++ b/examples/dsss.conf	Sun Oct 19 02:00:57 2008 +0200
@@ -4,9 +4,11 @@
 
 version(Windows) {
     buildflags+=-I../../dwt-win
+    buildflags+=-J../../dwt-win/res
 }
 version(Posix) {
     buildflags+=-I../../dwt-linux
+    buildflags+=-J../../dwt-linux/res
 }
 
 version(Windows) {