reverted copydata config

This commit is contained in:
unknown 2015-06-09 13:23:11 +02:00
parent bdb3ea152f
commit 077f33878f

View File

@ -8,7 +8,7 @@ SUBDIRS = ircbot \
app.depends = ircbot
#copy res
copydata.commands = $(COPY_DIR) $$relative_path($$PWD/res) $$relative_path($$OUT_PWD)
copydata.commands = $(COPY_DIR) $$PWD/res $$OUT_PWD
first.depends = $(first) copydata
export(first.depends)
export(copydata.commands)