makefile.mk (deb7b1c2) makefile.mk (5d297950)
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

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

321 macab1 \
322 macbe1 \
323 MacOSXSpell
324.END
325
326.IF "$(OS)" == "WNT"
327my_components += \
328 ado \
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

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

321 macab1 \
322 macbe1 \
323 MacOSXSpell
324.END
325
326.IF "$(OS)" == "WNT"
327my_components += \
328 ado \
329 component/avmedia/source/win/avmediawin \
329 component/dtrans/source/generic/dtrans \
330 component/dtrans/util/dnd \
331 component/dtrans/util/ftransl \
332 component/dtrans/util/sysdtrans \
333 fop \
334 fps \
335 java_uno_accessbridge \
336 sysmail \

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

347.IF "$(OS)" == "WNT" && "$(DISABLE_ATL)" == ""
348my_components += \
349 emser \
350 oleautobridge
351.END
352
353.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != ""
354my_components += \
330 component/dtrans/source/generic/dtrans \
331 component/dtrans/util/dnd \
332 component/dtrans/util/ftransl \
333 component/dtrans/util/sysdtrans \
334 fop \
335 fps \
336 java_uno_accessbridge \
337 sysmail \

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

348.IF "$(OS)" == "WNT" && "$(DISABLE_ATL)" == ""
349my_components += \
350 emser \
351 oleautobridge
352.END
353
354.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != ""
355my_components += \
355 component/avmedia/source/win/avmediawin \
356 component/canvas/source/directx/directx9canvas \
357 component/canvas/source/directx/gdipluscanvas
358.END
359
360.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != "" && "$(USE_DIRECTX5)" != ""
361my_components += component/canvas/source/directx/directx5canvas
362.END
363

--- 59 unchanged lines hidden ---
356 component/canvas/source/directx/directx9canvas \
357 component/canvas/source/directx/gdipluscanvas
358.END
359
360.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != "" && "$(USE_DIRECTX5)" != ""
361my_components += component/canvas/source/directx/directx5canvas
362.END
363

--- 59 unchanged lines hidden ---