changeset 152:dd312a353df6

Add relative source paths
author Frank Benoit <benoit@tionex.de>
date Thu, 21 Aug 2008 17:49:17 +0200
parents 47a861d0d0f2
children 8907b6374258
files dsss.conf snippets/dsss.conf
diffstat 2 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dsss.conf	Wed Aug 20 19:56:12 2008 +0200
+++ b/dsss.conf	Thu Aug 21 17:49:17 2008 +0200
@@ -5,6 +5,13 @@
 buildflags+=-J$LIB_PREFIX/res -Jres
 
 version(Windows) {
+    buildflags+=-I../dwt-win
+}
+version(Posix) {
+    buildflags+=-I../dwt-linux
+}
+
+version(Windows) {
     # if no console window is wanted/needed use -version=gui
     version(gui) {
         buildflags+= -L/SUBSYSTEM:windows:5
@@ -14,9 +21,8 @@
     buildflags+= -L/rc:dwt
 }
 
-[client.d]
-[server.d]
 [test.d]
+
 [examples]
 type=subdir
 
--- a/snippets/dsss.conf	Wed Aug 20 19:56:12 2008 +0200
+++ b/snippets/dsss.conf	Thu Aug 21 17:49:17 2008 +0200
@@ -5,6 +5,12 @@
 buildflags+=-J$LIB_PREFIX/res -J../res -I..
 
 version(Windows) {
+    buildflags+=-I../../dwt-win
+}
+version(Posix) {
+    buildflags+=-I../../dwt-linux
+}
+version(Windows) {
     # if no console window is wanted/needed use -version=gui
     version(gui) {
         buildflags+= -L/SUBSYSTEM:windows:5