diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-03-08 21:58:23 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-03-08 21:58:23 +0000 |
commit | ac35bd78efce32c988671c4879a224b3c1efe4b1 (patch) | |
tree | 1bc8bff64019e5b70bd7cc3880ec69c7788783b3 | |
parent | ddf9824d4451ca6012442781bdbf4f52a422b8db (diff) |
some hacks to make draw run with a tweaked setup_osl.insintegration/dev300_m98
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index 3ca8a15..d730a51 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -130,9 +130,6 @@ my_components = \ rptxml \ sax \ sb \ - sc \ - scd \ - scn \ scriptframe \ sd \ sdbc2 \ @@ -145,7 +142,6 @@ my_components = \ solver \ sot \ spell \ - spl \ srtrs1 \ stringresource \ svgfilter \ @@ -171,7 +167,6 @@ my_components = \ updchk.uno \ utl \ uui \ - vbaobj \ vcl \ vclcanvas \ wpft \ @@ -232,10 +227,6 @@ my_components += ogltrans my_components += productregistration.jar .END -.IF "$(ENABLE_VBA)" == "YES" -my_components += vbaevents -.END - .IF "$(SOLAR_JAVA)" == "TRUE" my_components += \ LuceneHelpWrapper \ @@ -348,10 +339,6 @@ my_components += cmdmail my_components += evoab .END -.IF "$(OS)" != "WNT" && "$(ENABLE_GSTREAMER)" != "" -my_components += avmediagst -.END - .IF "$(OS)" != "WNT" && "$(SOLAR_JAVA)" == "TRUE" my_components += avmedia.jar .END |