xref: /trunk/main/sfx2/Library_sfx.mk (revision b63233d868a9af170b0457a7aa0c5809011cc2c1)
17871dc3eSAndrew Rist#**************************************************************
2cdf0e10cSrcweir#
37871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
47871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
57871dc3eSAndrew Rist#  distributed with this work for additional information
67871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
77871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
87871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
97871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir#
117871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir#
137871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
147871dc3eSAndrew Rist#  software distributed under the License is distributed on an
157871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
177871dc3eSAndrew Rist#  specific language governing permissions and limitations
187871dc3eSAndrew Rist#  under the License.
19cdf0e10cSrcweir#
207871dc3eSAndrew Rist#**************************************************************
217871dc3eSAndrew Rist
227871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir$(eval $(call gb_Library_Library,sfx))
25cdf0e10cSrcweir
26cdf0e10cSrcweir$(eval $(call gb_Library_add_package_headers,sfx,\
27cdf0e10cSrcweir    sfx2_inc \
28cdf0e10cSrcweir    sfx2_sdi \
29cdf0e10cSrcweir))
30cdf0e10cSrcweir
31cdf0e10cSrcweir$(eval $(call gb_Library_add_precompiled_header,sfx,$(SRCDIR)/sfx2/inc/pch/precompiled_sfx2))
32cdf0e10cSrcweir
33cdf0e10cSrcweir$(eval $(call gb_Library_add_sdi_headers,sfx,sfx2/sdi/sfxslots))
34cdf0e10cSrcweir
35cdf0e10cSrcweir$(eval $(call gb_Library_set_componentfile,sfx,sfx2/util/sfx))
36cdf0e10cSrcweir
37*b63233d8Sdamjan$(eval $(call gb_Library_add_api,sfx,\
38*b63233d8Sdamjan    udkapi \
39*b63233d8Sdamjan    offapi \
40*b63233d8Sdamjan))
41*b63233d8Sdamjan
42cdf0e10cSrcweir$(eval $(call gb_Library_set_include,sfx,\
43cdf0e10cSrcweir    -I$(SRCDIR)/sfx2/inc \
44cdf0e10cSrcweir    -I$(SRCDIR)/sfx2/inc/sfx2 \
45cdf0e10cSrcweir    -I$(SRCDIR)/sfx2/source/inc \
46cdf0e10cSrcweir    -I$(SRCDIR)/sfx2/inc/pch \
47cdf0e10cSrcweir    -I$(WORKDIR)/SdiTarget/sfx2/sdi \
48cdf0e10cSrcweir    -I$(WORKDIR)/inc/ \
49cdf0e10cSrcweir    $$(INCLUDE) \
50cdf0e10cSrcweir    -I$(OUTDIR)/inc \
51cdf0e10cSrcweir))
52cdf0e10cSrcweir
53*b63233d8Sdamjan$(eval $(call gb_Library_add_defs,sfx,\
54cdf0e10cSrcweir    -DSFX2_DLLIMPLEMENTATION \
55cdf0e10cSrcweir))
56cdf0e10cSrcweir
57cdf0e10cSrcweir$(eval $(call gb_Library_add_linked_libs,sfx,\
58cdf0e10cSrcweir    comphelper \
59cdf0e10cSrcweir    cppu \
60cdf0e10cSrcweir    cppuhelper \
61cdf0e10cSrcweir    fwe \
62cdf0e10cSrcweir    i18nisolang1 \
63cdf0e10cSrcweir    sal \
64cdf0e10cSrcweir    sax \
65cdf0e10cSrcweir    sb \
66cdf0e10cSrcweir    sot \
67cdf0e10cSrcweir    stl \
68cdf0e10cSrcweir    svl \
69cdf0e10cSrcweir    svt \
702e2269f7SJürgen Schmidt    ootk \
71cdf0e10cSrcweir    tl \
72cdf0e10cSrcweir    ucbhelper \
73cdf0e10cSrcweir    utl \
74cdf0e10cSrcweir    vcl \
75cdf0e10cSrcweir    vos3 \
76cdf0e10cSrcweir    $(gb_STDLIBS) \
77cdf0e10cSrcweir))
78cdf0e10cSrcweir
79*b63233d8Sdamjan$(call gb_Library_use_external,sfx,libxml2)
80*b63233d8Sdamjan
81cdf0e10cSrcweir$(eval $(call gb_Library_add_exception_objects,sfx,\
82cdf0e10cSrcweir    sfx2/source/appl/app \
83cdf0e10cSrcweir    sfx2/source/appl/appbas \
84cdf0e10cSrcweir    sfx2/source/appl/appbaslib \
85cdf0e10cSrcweir    sfx2/source/appl/appcfg \
86cdf0e10cSrcweir    sfx2/source/appl/appchild \
87cdf0e10cSrcweir    sfx2/source/appl/appdata \
88cdf0e10cSrcweir    sfx2/source/appl/appdde \
89cdf0e10cSrcweir    sfx2/source/appl/appinit \
90cdf0e10cSrcweir    sfx2/source/appl/appmain \
91cdf0e10cSrcweir    sfx2/source/appl/appmisc \
92cdf0e10cSrcweir    sfx2/source/appl/appopen \
93cdf0e10cSrcweir    sfx2/source/appl/appquit \
94cdf0e10cSrcweir    sfx2/source/appl/appreg \
95cdf0e10cSrcweir    sfx2/source/appl/appserv \
96cdf0e10cSrcweir    sfx2/source/appl/appuno \
97cdf0e10cSrcweir    sfx2/source/appl/childwin \
98cdf0e10cSrcweir    sfx2/source/appl/fileobj \
99cdf0e10cSrcweir    sfx2/source/appl/fwkhelper \
100cdf0e10cSrcweir    sfx2/source/appl/helpdispatch \
101cdf0e10cSrcweir    sfx2/source/appl/helpinterceptor \
102cdf0e10cSrcweir    sfx2/source/appl/imagemgr \
103cdf0e10cSrcweir    sfx2/source/appl/imestatuswindow \
104cdf0e10cSrcweir    sfx2/source/appl/impldde \
105cdf0e10cSrcweir    sfx2/source/appl/linkmgr2 \
106cdf0e10cSrcweir    sfx2/source/appl/linksrc \
107cdf0e10cSrcweir    sfx2/source/appl/lnkbase2 \
108cdf0e10cSrcweir    sfx2/source/appl/module \
109cdf0e10cSrcweir    sfx2/source/appl/newhelp \
110cdf0e10cSrcweir    sfx2/source/appl/opengrf \
111cdf0e10cSrcweir    sfx2/source/appl/sfxhelp \
112cdf0e10cSrcweir    sfx2/source/appl/sfxpicklist \
113cdf0e10cSrcweir    sfx2/source/appl/shutdownicon \
114cdf0e10cSrcweir    sfx2/source/appl/workwin \
115cdf0e10cSrcweir    sfx2/source/appl/xpackcreator \
116cdf0e10cSrcweir    sfx2/source/bastyp/bitset \
117cdf0e10cSrcweir    sfx2/source/bastyp/fltfnc \
118cdf0e10cSrcweir    sfx2/source/bastyp/fltlst \
119cdf0e10cSrcweir    sfx2/source/bastyp/frmhtml \
120cdf0e10cSrcweir    sfx2/source/bastyp/frmhtmlw \
121cdf0e10cSrcweir    sfx2/source/bastyp/helper \
122cdf0e10cSrcweir    sfx2/source/bastyp/mieclip \
123cdf0e10cSrcweir    sfx2/source/bastyp/minarray \
124cdf0e10cSrcweir    sfx2/source/bastyp/misc \
125cdf0e10cSrcweir    sfx2/source/bastyp/progress \
126cdf0e10cSrcweir    sfx2/source/bastyp/sfxhtml \
127cdf0e10cSrcweir    sfx2/source/bastyp/sfxresid \
128cdf0e10cSrcweir    sfx2/source/config/evntconf \
129cdf0e10cSrcweir    sfx2/source/control/bindings \
130cdf0e10cSrcweir    sfx2/source/control/ctrlitem \
131cdf0e10cSrcweir    sfx2/source/control/macro \
132cdf0e10cSrcweir    sfx2/source/control/minfitem \
133cdf0e10cSrcweir    sfx2/source/control/msg \
134cdf0e10cSrcweir    sfx2/source/control/msgpool \
135cdf0e10cSrcweir    sfx2/source/control/objface \
136cdf0e10cSrcweir    sfx2/source/control/querystatus \
137cdf0e10cSrcweir    sfx2/source/control/request \
138cdf0e10cSrcweir    sfx2/source/control/sfxstatuslistener \
139cdf0e10cSrcweir    sfx2/source/control/shell \
140cdf0e10cSrcweir    sfx2/source/control/sorgitm \
141cdf0e10cSrcweir    sfx2/source/control/statcach \
142cdf0e10cSrcweir    sfx2/source/control/unoctitm \
143cdf0e10cSrcweir    sfx2/source/dialog/alienwarn \
144cdf0e10cSrcweir    sfx2/source/dialog/basedlgs \
145cdf0e10cSrcweir    sfx2/source/dialog/dinfdlg \
146cdf0e10cSrcweir    sfx2/source/dialog/dinfedt \
147cdf0e10cSrcweir    sfx2/source/dialog/dockwin \
148cdf0e10cSrcweir    sfx2/source/dialog/filedlghelper \
149cdf0e10cSrcweir    sfx2/source/dialog/filtergrouping \
150cdf0e10cSrcweir    sfx2/source/dialog/intro \
151cdf0e10cSrcweir    sfx2/source/dialog/itemconnect \
152cdf0e10cSrcweir    sfx2/source/dialog/mailmodel \
153cdf0e10cSrcweir    sfx2/source/dialog/mgetempl \
154cdf0e10cSrcweir    sfx2/source/dialog/navigat \
155cdf0e10cSrcweir    sfx2/source/dialog/newstyle \
156cdf0e10cSrcweir    sfx2/source/dialog/partwnd \
157cdf0e10cSrcweir    sfx2/source/dialog/passwd \
158cdf0e10cSrcweir    sfx2/source/dialog/printopt \
159cdf0e10cSrcweir    sfx2/source/dialog/recfloat \
160cdf0e10cSrcweir    sfx2/source/dialog/securitypage \
161cdf0e10cSrcweir    sfx2/source/dialog/sfxdlg \
162cdf0e10cSrcweir    sfx2/source/dialog/splitwin \
163cdf0e10cSrcweir    sfx2/source/dialog/srchdlg \
164cdf0e10cSrcweir    sfx2/source/dialog/styfitem \
165cdf0e10cSrcweir    sfx2/source/dialog/styledlg \
166cdf0e10cSrcweir    sfx2/source/dialog/tabdlg \
167cdf0e10cSrcweir    sfx2/source/dialog/taskpane \
168cdf0e10cSrcweir    sfx2/source/dialog/templdlg \
169cdf0e10cSrcweir    sfx2/source/dialog/titledockwin \
170cdf0e10cSrcweir    sfx2/source/dialog/tplcitem \
171cdf0e10cSrcweir    sfx2/source/dialog/tplpitem \
172cdf0e10cSrcweir    sfx2/source/dialog/versdlg \
173cdf0e10cSrcweir    sfx2/source/doc/DocumentMetadataAccess \
174cdf0e10cSrcweir    sfx2/source/doc/Metadatable \
175cdf0e10cSrcweir    sfx2/source/doc/QuerySaveDocument \
176cdf0e10cSrcweir    sfx2/source/doc/SfxDocumentMetaData \
177cdf0e10cSrcweir    sfx2/source/doc/docfac \
178cdf0e10cSrcweir    sfx2/source/doc/docfile \
179cdf0e10cSrcweir    sfx2/source/doc/docfilt \
180cdf0e10cSrcweir    sfx2/source/doc/docinf \
181cdf0e10cSrcweir    sfx2/source/doc/docinsert \
182cdf0e10cSrcweir    sfx2/source/doc/docmacromode \
183cdf0e10cSrcweir    sfx2/source/doc/docstoragemodifylistener \
184cdf0e10cSrcweir    sfx2/source/doc/doctdlg \
185cdf0e10cSrcweir    sfx2/source/doc/doctempl \
186cdf0e10cSrcweir    sfx2/source/doc/doctemplates \
187cdf0e10cSrcweir    sfx2/source/doc/doctemplateslocal \
188cdf0e10cSrcweir    sfx2/source/doc/docvor \
189cdf0e10cSrcweir    sfx2/source/doc/frmdescr \
190cdf0e10cSrcweir    sfx2/source/doc/graphhelp \
191cdf0e10cSrcweir    sfx2/source/doc/guisaveas \
192cdf0e10cSrcweir    sfx2/source/doc/iframe \
193cdf0e10cSrcweir    sfx2/source/doc/new \
194cdf0e10cSrcweir    sfx2/source/doc/objcont \
195cdf0e10cSrcweir    sfx2/source/doc/objembed \
196cdf0e10cSrcweir    sfx2/source/doc/objitem \
197cdf0e10cSrcweir    sfx2/source/doc/objmisc \
198cdf0e10cSrcweir    sfx2/source/doc/objserv \
199cdf0e10cSrcweir    sfx2/source/doc/objstor \
200cdf0e10cSrcweir    sfx2/source/doc/objuno \
201cdf0e10cSrcweir    sfx2/source/doc/objxtor \
202cdf0e10cSrcweir    sfx2/source/doc/oleprops \
203cdf0e10cSrcweir    sfx2/source/doc/ownsubfilterservice \
204cdf0e10cSrcweir    sfx2/source/doc/plugin \
205cdf0e10cSrcweir    sfx2/source/doc/printhelper \
206cdf0e10cSrcweir    sfx2/source/doc/querytemplate \
207cdf0e10cSrcweir    sfx2/source/doc/docundomanager \
208cdf0e10cSrcweir    sfx2/source/doc/sfxbasemodel \
209cdf0e10cSrcweir    sfx2/source/doc/sfxmodelfactory \
210cdf0e10cSrcweir    sfx2/source/doc/syspath \
211cdf0e10cSrcweir    sfx2/source/explorer/nochaos \
212cdf0e10cSrcweir    sfx2/source/inet/inettbc \
213cdf0e10cSrcweir    sfx2/source/menu/mnuitem \
214cdf0e10cSrcweir    sfx2/source/menu/mnumgr \
215cdf0e10cSrcweir    sfx2/source/menu/thessubmenu \
216cdf0e10cSrcweir    sfx2/source/menu/virtmenu \
217cdf0e10cSrcweir    sfx2/source/notify/eventsupplier \
218cdf0e10cSrcweir    sfx2/source/notify/hintpost \
2193091fa8aSAndre Fischer    sfx2/source/sidebar/Sidebar \
22022de8995SAndre Fischer    sfx2/source/sidebar/SidebarChildWindow \
22122de8995SAndre Fischer    sfx2/source/sidebar/SidebarDockingWindow \
22222de8995SAndre Fischer    sfx2/source/sidebar/SidebarController \
223b9e67834SAndre Fischer    sfx2/source/sidebar/SidebarPanelBase \
224b9e67834SAndre Fischer    sfx2/source/sidebar/SidebarToolBox \
2253b2c5b9dSAndre Fischer    sfx2/source/sidebar/Accessible \
2263b2c5b9dSAndre Fischer    sfx2/source/sidebar/AccessibleTitleBar \
22795a18594SAndre Fischer    sfx2/source/sidebar/AsynchronousCall \
22845da7d5eSAndre Fischer    sfx2/source/sidebar/CommandInfoProvider \
229b9e67834SAndre Fischer    sfx2/source/sidebar/Context \
230f120fe41SAndre Fischer    sfx2/source/sidebar/ContextChangeBroadcaster \
231f120fe41SAndre Fischer    sfx2/source/sidebar/ContextList \
232ff12d537SAndre Fischer    sfx2/source/sidebar/ControlFactory \
233ae13266dSAndre Fischer    sfx2/source/sidebar/ControllerFactory \
234b9e67834SAndre Fischer    sfx2/source/sidebar/ControllerItem \
235721f296aSOliver-Rainer Wittmann    sfx2/source/sidebar/CustomImageRadioButton \
23622de8995SAndre Fischer    sfx2/source/sidebar/Deck \
237ff12d537SAndre Fischer    sfx2/source/sidebar/DeckDescriptor \
2387a32b0c8SAndre Fischer    sfx2/source/sidebar/DeckLayouter \
239ff12d537SAndre Fischer    sfx2/source/sidebar/DeckTitleBar \
240ff12d537SAndre Fischer    sfx2/source/sidebar/DrawHelper \
241b9e67834SAndre Fischer    sfx2/source/sidebar/EnumContext \
24265908a7eSAndre Fischer    sfx2/source/sidebar/FocusManager \
2436a606da0SAndre Fischer    sfx2/source/sidebar/GridLayouter \
244ff12d537SAndre Fischer    sfx2/source/sidebar/MenuButton \
2453fc59d38SAndre Fischer    sfx2/source/sidebar/IContextChangeReceiver \
2463fc59d38SAndre Fischer    sfx2/source/sidebar/ILayoutableWindow \
2476a606da0SAndre Fischer    sfx2/source/sidebar/Layouter \
248ff12d537SAndre Fischer    sfx2/source/sidebar/Paint \
24922de8995SAndre Fischer    sfx2/source/sidebar/Panel \
250ff12d537SAndre Fischer    sfx2/source/sidebar/PanelDescriptor \
251ff12d537SAndre Fischer    sfx2/source/sidebar/PanelTitleBar \
252ff12d537SAndre Fischer    sfx2/source/sidebar/ResourceManager \
25322de8995SAndre Fischer    sfx2/source/sidebar/TabBar \
254ff12d537SAndre Fischer    sfx2/source/sidebar/TabItem \
25522de8995SAndre Fischer    sfx2/source/sidebar/TitleBar \
256ff12d537SAndre Fischer    sfx2/source/sidebar/Theme \
257b9e67834SAndre Fischer    sfx2/source/sidebar/Tools \
25895a18594SAndre Fischer    sfx2/source/sidebar/ToolBoxBackground \
259cdf0e10cSrcweir    sfx2/source/statbar/stbitem \
260cdf0e10cSrcweir    sfx2/source/toolbox/imgmgr \
261cdf0e10cSrcweir    sfx2/source/toolbox/tbxitem \
262cdf0e10cSrcweir    sfx2/source/view/frame \
263cdf0e10cSrcweir    sfx2/source/view/frame2 \
264cdf0e10cSrcweir    sfx2/source/view/frmload \
265cdf0e10cSrcweir    sfx2/source/view/ipclient \
266cdf0e10cSrcweir    sfx2/source/view/orgmgr \
267cdf0e10cSrcweir    sfx2/source/view/printer \
268cdf0e10cSrcweir    sfx2/source/view/sfxbasecontroller \
269cdf0e10cSrcweir    sfx2/source/view/userinputinterception \
270cdf0e10cSrcweir    sfx2/source/view/viewfac \
271cdf0e10cSrcweir    sfx2/source/view/viewfrm \
272cdf0e10cSrcweir    sfx2/source/view/viewfrm2 \
273cdf0e10cSrcweir    sfx2/source/view/viewprn \
274cdf0e10cSrcweir    sfx2/source/view/viewsh \
275cdf0e10cSrcweir))
276cdf0e10cSrcweir
2774f10e875SMathias Bauer# i116803: crash in impress when
2784f10e875SMathias Bauer# "opening stylist, select graphic style, select modify from context menu, cancel dialog, close stylist"
2794f10e875SMathias Bauer# only on unxlngi6 and unxlngi6.pro platform
2804f10e875SMathias Bauerifeq ($(OS),LINUX)
2814f10e875SMathias Bauer$(eval $(call gb_Library_add_cxxobjects,sfx,\
2824f10e875SMathias Bauer    sfx2/source/control/dispatch \
2834f10e875SMathias Bauer    , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
2844f10e875SMathias Bauer))
2854f10e875SMathias Bauerelse
2864f10e875SMathias Bauer$(eval $(call gb_Library_add_exception_objects,sfx,\
2874f10e875SMathias Bauer    sfx2/source/control/dispatch \
2884f10e875SMathias Bauer))
2894f10e875SMathias Bauerendif
2904f10e875SMathias Bauer
291cdf0e10cSrcweir$(eval $(call gb_SdiTarget_SdiTarget,sfx2/sdi/sfxslots,sfx2/sdi/sfx))
292cdf0e10cSrcweir
293cdf0e10cSrcweir$(eval $(call gb_SdiTarget_set_include,sfx2/sdi/sfxslots,\
294cdf0e10cSrcweir    $$(INCLUDE) \
295cdf0e10cSrcweir    -I$(SRCDIR)/sfx2/inc/sfx2 \
296cdf0e10cSrcweir    -I$(SRCDIR)/sfx2/inc \
297cdf0e10cSrcweir    -I$(SRCDIR)/sfx2/sdi \
298cdf0e10cSrcweir))
299cdf0e10cSrcweir
300cdf0e10cSrcweirifeq ($(OS),$(filter WNT MACOSX,$(OS)))
301*b63233d8Sdamjan$(eval $(call gb_Library_add_defs,sfx,\
302cdf0e10cSrcweir    -DENABLE_QUICKSTART_APPLET \
303cdf0e10cSrcweir))
304cdf0e10cSrcweirendif
305cdf0e10cSrcweir
306ac203367SPedro Giffuniifeq ($(ENABLE_SYSTRAY_GTK),TRUE)
307*b63233d8Sdamjan$(eval $(call gb_Library_add_defs,sfx,\
3082ad018beSPedro Giffuni    -DENABLE_QUICKSTART_APPLET \
3092ad018beSPedro Giffuni    -DENABLE_SYSTRAY_GTK \
3102ad018beSPedro Giffuni))
3112ad018beSPedro Giffuniendif
3122ad018beSPedro Giffuni
313cdf0e10cSrcweirifeq ($(OS),OS2)
314cdf0e10cSrcweir$(eval $(call gb_Library_add_exception_objects,sfx,\
31567a1b670SPedro Giffuni    sfx2/source/appl/shutdowniconOs2 \
316cdf0e10cSrcweir))
317cdf0e10cSrcweirendif
318cdf0e10cSrcweirifeq ($(OS),MACOSX)
319cdf0e10cSrcweir$(eval $(call gb_Library_add_objcxxobjects,sfx,\
320cdf0e10cSrcweir    sfx2/source/appl/shutdowniconaqua \
321cdf0e10cSrcweir))
322cdf0e10cSrcweir$(eval $(call gb_Library_add_linked_libs,sfx,\
323cdf0e10cSrcweir    objc \
324cdf0e10cSrcweir    Cocoa \
325cdf0e10cSrcweir))
326cdf0e10cSrcweirendif
327cdf0e10cSrcweir
328cdf0e10cSrcweirifeq ($(OS),WNT)
329cdf0e10cSrcweir
330cdf0e10cSrcweir# workaround: disable PCH for these objects to avoid redeclaration
331cdf0e10cSrcweir# errors - needs to be fixed in module tools
332cdf0e10cSrcweir$(eval $(call gb_Library_add_cxxobjects,sfx,\
333cdf0e10cSrcweir    sfx2/source/appl/shutdowniconw32 \
334cdf0e10cSrcweir    sfx2/source/doc/sfxacldetect \
335cdf0e10cSrcweir    sfx2/source/doc/syspathw32 \
336cdf0e10cSrcweir    , $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILEROPTFLAGS) -nologo -UPRECOMPILED_HEADERS \
337cdf0e10cSrcweir))
338cdf0e10cSrcweir
339cdf0e10cSrcweir$(eval $(call gb_Library_add_linked_libs,sfx,\
340cdf0e10cSrcweir    gdi32 \
341cdf0e10cSrcweir    advapi32 \
342cdf0e10cSrcweir    ole32 \
343cdf0e10cSrcweir    shell32 \
344cdf0e10cSrcweir    user32 \
345cdf0e10cSrcweir    uuid \
346cdf0e10cSrcweir))
347cdf0e10cSrcweir
348cdf0e10cSrcweirelse
349cdf0e10cSrcweir
350cdf0e10cSrcweir$(eval $(call gb_Library_add_cxxobjects,sfx,\
351cdf0e10cSrcweir    sfx2/source/appl/shutdowniconw32 \
352cdf0e10cSrcweir    sfx2/source/doc/sfxacldetect \
353cdf0e10cSrcweir    , $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILEROPTFLAGS) \
354cdf0e10cSrcweir))
355cdf0e10cSrcweir
356cdf0e10cSrcweirendif
357cdf0e10cSrcweir# vim: set noet sw=4 ts=4:
358cdf0e10cSrcweir
359