diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-17 12:12:55 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-17 12:12:55 +0200 |
commit | 052a270ff08f2f6eaf09d4589085f9be0e971cf0 (patch) | |
tree | 198a317d8422c776b3f1f42c343f6970ac40f771 /svl/AllLangResTarget_svl.mk | |
parent | c5f45ade775eca71753532ec28869533cb625b04 (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 'svl/AllLangResTarget_svl.mk')
-rw-r--r-- | svl/AllLangResTarget_svl.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svl/AllLangResTarget_svl.mk b/svl/AllLangResTarget_svl.mk index ead78ddc4139..d004cb1b24fb 100644 --- a/svl/AllLangResTarget_svl.mk +++ b/svl/AllLangResTarget_svl.mk @@ -36,14 +36,11 @@ $(eval $(call gb_SrsTarget_SrsTarget,svl/res)) $(eval $(call gb_SrsTarget_set_include,svl/res,\ $$(INCLUDE) \ -I$(WORKDIR)/inc \ - -I$(SRCDIR)/svl/source/inc \ - -I$(SRCDIR)/svl/inc/ \ - -I$(SRCDIR)/svl/inc/svl \ )) $(eval $(call gb_SrsTarget_add_files,svl/res,\ - clone/libs-gui/svl/source/misc/mediatyp.src \ - clone/libs-gui/svl/source/items/cstitem.src \ + svl/source/misc/mediatyp.src \ + svl/source/items/cstitem.src \ )) |