diff examples/dsss.conf @ 148:168b3c176815

make dsss.conf use sources directly as relative paths
author Frank Benoit <benoit@tionex.de>
date Sat, 16 Aug 2008 13:22:20 +0200
parents 37fab5543b9a
children 683d3e7b184a
line wrap: on
line diff
--- a/examples/dsss.conf	Sat Aug 16 13:21:55 2008 +0200
+++ b/examples/dsss.conf	Sat Aug 16 13:22:20 2008 +0200
@@ -1,6 +1,13 @@
 [*]
 buildflags+=-g -gc
-buildflags+=-J$LIB_PREFIX/res -J../res -I..
+buildflags+=-J../res
+
+version(Windows) {
+    buildflags+=-I../../dwt-win
+}
+version(Posix) {
+    buildflags+=-I../../dwt-linux
+}
 
 version(Windows) {
     # if no console window is wanted/needed use -version=gui