Re: [qooxdoo-devel] absolute path in QOOXDOO_PATH

2007-07-11 Thread Siarhei Barysiuk
Thanks Sebastian! Works fine. Have to change '/cygdrive/d/' to 'file:///d:' in QOOXDOO_URI for Windows. Siarhei Sebastian Werner wrote: > For the source version you can define QOOXDOO_URI, too. Normally > QOOXDOO_URI is "../" + QOOXDOO_PATH. If you define QOOXDOO_URI > yourself this will have

Re: [qooxdoo-devel] absolute path in QOOXDOO_PATH

2007-07-11 Thread Sebastian Werner
For the source version you can define QOOXDOO_URI, too. Normally QOOXDOO_URI is "../" + QOOXDOO_PATH. If you define QOOXDOO_URI yourself this will have priority over the default value. A simple QOOXDOO_URI = $(QOOXDOO_PATH) should be enough. But as you use cygwin, please remebers that Windows

[qooxdoo-devel] absolute path in QOOXDOO_PATH

2007-07-11 Thread Siarhei Barysiuk
Hello everyone, I played around with settings of application's makefile and noticed that when I used absolute path in QOOXDOO_PATH and did 'make source' and as a result I had js script with incorrect paths. For example I use QOOXDOO_PATH = /cygdrive/d/projects/qxt/qooxdoo-0.7-sdk and in result