diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-04-20 15:55:51 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-04-20 15:55:51 +0200 |
commit | 9d6f8f1d8f2906da494fac07778428cc44bf0cb1 (patch) | |
tree | 9d2c8d6fde185a7c2e2bbb3f59c9cd13d2a953bb /svtools/prj | |
parent | c2c78301270fb56b405f31b215c4acbb44669f10 (diff) |
CWS gnumake2: move all delivered headers in svx to inc/svx; remove unused or useless headers
Diffstat (limited to 'svtools/prj')
-rw-r--r-- | svtools/prj/target_res_productregistration.mk | 2 | ||||
-rw-r--r-- | svtools/prj/target_res_svt.mk | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/svtools/prj/target_res_productregistration.mk b/svtools/prj/target_res_productregistration.mk index c9c4c42e194f..af510d338c6e 100644 --- a/svtools/prj/target_res_productregistration.mk +++ b/svtools/prj/target_res_productregistration.mk @@ -27,6 +27,8 @@ $(eval $(call gb_AllLangResTarget_AllLangResTarget,productregistration)) +$(eval $(call gb_AllLangResTarget_set_reslocation,productregistration,svtools)) + $(eval $(call gb_AllLangResTarget_add_srs,productregistration,\ svt/productregistration \ )) diff --git a/svtools/prj/target_res_svt.mk b/svtools/prj/target_res_svt.mk index 8a4bdaa30e07..40f908c04793 100644 --- a/svtools/prj/target_res_svt.mk +++ b/svtools/prj/target_res_svt.mk @@ -27,6 +27,8 @@ $(eval $(call gb_AllLangResTarget_AllLangResTarget,svt)) +$(eval $(call gb_AllLangResTarget_set_reslocation,svt,svtools)) + $(eval $(call gb_AllLangResTarget_add_srs,svt,\ svt/res \ )) |