diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-24 12:59:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-04-24 12:59:47 +0200 |
commit | 067ed7401c8b4822debcea3b097a622e739a9b2b (patch) | |
tree | b7ac98ab76f00a6f54ddb42aaf3d337e7f195f97 | |
parent | bab43b23d5bf70279adbd767f982519d2144e953 (diff) |
canvas: remove obsolete include paths
Change-Id: I3d72be674526f4221de452ad4efc1e857bb25dc6
-rw-r--r-- | canvas/Library_directx9canvas.mk | 5 | ||||
-rw-r--r-- | canvas/Library_gdipluscanvas.mk | 5 | ||||
-rw-r--r-- | canvas/StaticLibrary_directxcanvas.mk | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/canvas/Library_directx9canvas.mk b/canvas/Library_directx9canvas.mk index 6c29dcf80168..f3cea09921d7 100644 --- a/canvas/Library_directx9canvas.mk +++ b/canvas/Library_directx9canvas.mk @@ -30,11 +30,6 @@ $(eval $(call gb_Library_Library,directx9canvas)) $(eval $(call gb_Library_set_componentfile,directx9canvas,canvas/source/directx/directx9canvas)) -$(eval $(call gb_Library_set_include,directx9canvas,\ - $$(INCLUDE) \ - -I$(SRCDIR)/canvas/inc \ -)) - $(eval $(call gb_Library_use_sdk_api,directx9canvas)) # clear NOMINMAX because GdiplusTypes.h uses those macros :( diff --git a/canvas/Library_gdipluscanvas.mk b/canvas/Library_gdipluscanvas.mk index 92b1754d5e90..857bfa12ad95 100644 --- a/canvas/Library_gdipluscanvas.mk +++ b/canvas/Library_gdipluscanvas.mk @@ -30,11 +30,6 @@ $(eval $(call gb_Library_Library,gdipluscanvas)) $(eval $(call gb_Library_set_componentfile,gdipluscanvas,canvas/source/directx/gdipluscanvas)) -$(eval $(call gb_Library_set_include,gdipluscanvas,\ - $$(INCLUDE) \ - -I$(SRCDIR)/canvas/inc \ -)) - $(eval $(call gb_Library_use_external,gdipluscanvas,boost_headers)) $(eval $(call gb_Library_use_sdk_api,gdipluscanvas)) diff --git a/canvas/StaticLibrary_directxcanvas.mk b/canvas/StaticLibrary_directxcanvas.mk index 34f836da4906..7258ec231850 100644 --- a/canvas/StaticLibrary_directxcanvas.mk +++ b/canvas/StaticLibrary_directxcanvas.mk @@ -10,11 +10,6 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,directxcanvas)) -$(eval $(call gb_StaticLibrary_set_include,directxcanvas,\ - $$(INCLUDE) \ - -I$(SRCDIR)/canvas/inc \ -)) - $(eval $(call gb_StaticLibrary_use_external,directxcanvas,boost_headers)) $(eval $(call gb_StaticLibrary_use_api,directxcanvas,\ |