makefile.mk (508394c9) makefile.mk (ff9306fe)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 226 unchanged lines hidden (view full) ---

235my_components += spell
236.END
237
238.IF "$(SYSTEM_LIBWPD)" == "YES"
239my_components += wpft
240.END
241
242.IF "$(OS)" == "WNT"
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 226 unchanged lines hidden (view full) ---

235my_components += spell
236.END
237
238.IF "$(SYSTEM_LIBWPD)" == "YES"
239my_components += wpft
240.END
241
242.IF "$(OS)" == "WNT"
243my_components += emboleobj.windows
243my_components += component/embeddedobj/source/msole/emboleobj.windows
244.ELSE
244.ELSE
245my_components += emboleobj
245my_components += component/embeddedobj/source/msole/emboleobj
246.END
247
248.IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE"
249my_components += component/canvas/source/cairo/cairocanvas
250.END
251
252.IF "$(ENABLE_GCONF)" != ""
253my_components += gconfbe1

--- 169 unchanged lines hidden ---
246.END
247
248.IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE"
249my_components += component/canvas/source/cairo/cairocanvas
250.END
251
252.IF "$(ENABLE_GCONF)" != ""
253my_components += gconfbe1

--- 169 unchanged lines hidden ---