diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-03-09 11:47:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-03-09 11:47:53 +0000 |
commit | f67c28dad78ebda7bcddddf26fa65ff6f1f41844 (patch) | |
tree | 81531ea2dddb819a1797363088d9ee4f439bd16b /svx/source/gengal | |
parent | 58ee7ef4c937ddde88ba92e3bd4045a06c74e0cd (diff) |
#i10000# librarys missing
Diffstat (limited to 'svx/source/gengal')
-rw-r--r-- | svx/source/gengal/makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/svx/source/gengal/makefile.mk b/svx/source/gengal/makefile.mk index 0a86d1debf63..1c8284a19eee 100644 --- a/svx/source/gengal/makefile.mk +++ b/svx/source/gengal/makefile.mk @@ -71,6 +71,11 @@ APP1STDLIBS=$(TOOLSLIB) \ $(SOTLIB) \ $(VCLLIB) \ $(UCBHELPERLIB) \ + $(BASEGFXLIB) $(I18NISOLANGLIB) $(TKLIB) $(UNOTOOLSLIB) $(I18NUTILLIB) \ + $(ICUUCLIB) $(JVMFWKLIB) $(SALHELPERLIB) $(FWELIB) $(BASICLIB) \ + $(XMLSCRIPTLIB) $(SJLIB) $(ICUDATALIB) $(ICULELIB) $(JVMACCESSLIB) \ + $(AVMEDIALIB) $(XMLOFFLIB) $(SAXLIB) $(FWILIB) $(DRAWINGLAYERLIB) $(LNGLIB) \ + $(CPPCANVASLIB) $(CANVASTOOLSLIB) $(AGGLIB) \ $(SVXLIB) #.IF "$(COM)"=="GCC" |