diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-25 01:29:00 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-25 12:45:37 +0200 |
commit | 54a06c6820e13cae1401302c031cd15bd961eb7a (patch) | |
tree | 9b47d2aa1ca9d9f8fb45db480d58d42a115577ad /basebmp | |
parent | 3f750f8e7b4e79282202aa2d2027922bd1fe3bdd (diff) |
vigra: convert to gbuild
Change-Id: Ie5f050bf5f672a35d9629dcfb039d9fff7470cab
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/Library_basebmp.mk | 2 | ||||
-rw-r--r-- | basebmp/prj/build.lst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk index 756840bbc2d1..95230ba646a5 100644 --- a/basebmp/Library_basebmp.mk +++ b/basebmp/Library_basebmp.mk @@ -13,6 +13,8 @@ $(eval $(call gb_Library_use_package,basebmp,basebmp_inc)) $(eval $(call gb_Library_use_sdk_api,basebmp)) +$(eval $(call gb_Library_use_external,basebmp,vigra_headers)) + $(eval $(call gb_Library_use_libraries,basebmp,\ basegfx \ sal \ diff --git a/basebmp/prj/build.lst b/basebmp/prj/build.lst index 2b0fa1e0f72a..6da46bb739fc 100644 --- a/basebmp/prj/build.lst +++ b/basebmp/prj/build.lst @@ -1,2 +1,2 @@ -bx basebmp : sal VIGRA:vigra basegfx BOOST:boost NULL +bx basebmp : sal vigra basegfx BOOST:boost NULL bx basebmp\prj nmake - all bx_prj NULL |