summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-17 12:12:55 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-17 12:12:55 +0200
commit052a270ff08f2f6eaf09d4589085f9be0e971cf0 (patch)
tree198a317d8422c776b3f1f42c343f6970ac40f771 /toolkit
parentc5f45ade775eca71753532ec28869533cb625b04 (diff)
Cygwin fixes and cleanups
With realpath now called in AllLangResTarget.mk, we can revert the explicit expansion of the symlinks to clone/libs-gui/toolkit in the makefiles for the resources. Also remove unnecessary -I switches that apparently have just been copy-pasted blindly. Add realpath calls for -I switches to the makefiles for the executables.
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/AllLangResTarget_tk.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkit/AllLangResTarget_tk.mk b/toolkit/AllLangResTarget_tk.mk
index a9c8a2fa279e..1879f436c84b 100644
--- a/toolkit/AllLangResTarget_tk.mk
+++ b/toolkit/AllLangResTarget_tk.mk
@@ -37,9 +37,8 @@ $(eval $(call gb_SrsTarget_SrsTarget,toolkit/awt))
$(eval $(call gb_SrsTarget_set_include,toolkit/awt,\
$$(INCLUDE) \
- -I$(SRCDIR)/toolkit/source/awt \
))
$(eval $(call gb_SrsTarget_add_files,toolkit/awt,\
- clone/libs-gui/toolkit/source/awt/xthrobber.src \
+ toolkit/source/awt/xthrobber.src \
))