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
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
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