diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-12 20:03:14 -0400 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-03-14 08:56:55 +0000 |
commit | 357ace566d4090b85c7c7b5d775c8b9eaaa76e5f (patch) | |
tree | 8dd7056f974f5843272d24c2e424ef5947798eff /Repository.mk | |
parent | 77cc0cb72f88806ee13682ac868b9e468a070400 (diff) |
add gcc-wrapper
Change-Id: I961bd23d1ec382d247a489cda42194ce9f4fe1da
Reviewed-on: https://gerrit.libreoffice.org/2715
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index ffcf18c129d8..6c7e9714ec51 100644 --- a/Repository.mk +++ b/Repository.mk @@ -110,6 +110,8 @@ ifeq ($(OS),WNT) $(eval $(call gb_Helper_register_executables,OOO,\ crashrep_com \ gengal \ + gcc-wrapper \ + g++-wrapper \ guiloader \ guistdio \ langsupport \ @@ -138,6 +140,7 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ directxcanvas \ winextendloaderenv \ winlauncher \ + wrapper \ )) else |