diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-12 23:58:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-13 11:43:37 +0100 |
commit | ec4c6c2b2f98b233c2c5fac66c3a6b4c20eea153 (patch) | |
tree | 43bf7f8abbd1f4f9305ef292d728bda6add71fbe /tools/Library_tl.mk | |
parent | 666e9661d4740aad282364dc7f6275c6af2894df (diff) |
remove unused GenericInformation
Diffstat (limited to 'tools/Library_tl.mk')
-rw-r--r-- | tools/Library_tl.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk index 30df5f3d98f5..da3e0276f521 100644 --- a/tools/Library_tl.mk +++ b/tools/Library_tl.mk @@ -59,7 +59,6 @@ $(eval $(call gb_Library_add_linked_libs,tl,\ $(eval $(call gb_Library_add_exception_objects,tl,\ - tools/source/communi/geninfo \ tools/source/datetime/datetime \ tools/source/datetime/tdate \ tools/source/datetime/ttime \ @@ -163,5 +162,5 @@ endif # tools/source/string/debugprint -DDEBUG -DEXCEPTIONS_OFF -DOSL_DEBUG_LEVEL=2 -DSHAREDLIB -DTOOLS_DLLIMPLEMENTATION -D_DLL_ -O0 -fno-exceptions -fpic -fvisibility=hidden -g # -DOPTIMIZE # no -DTOOLS_DLLIMPLEMENTATION on toolsdll -# -DEXCEPTIONS_OFF -fno-exceptions on geninfo datetime tdate ttime bigint color config fract gen line link poly2 svborder toolsin inetmime inetmsg inetstrm contnr mempool multisel table unqidx cachestr stream strmsys vcompat tenccvt tstring tustring testtoolloader +# -DEXCEPTIONS_OFF -fno-exceptions on datetime tdate ttime bigint color config fract gen line link poly2 svborder toolsin inetmime inetmsg inetstrm contnr mempool multisel table unqidx cachestr stream strmsys vcompat tenccvt tstring tustring testtoolloader # vim: set noet sw=4 ts=4: |