makefile.mk (0b544e7e) | makefile.mk (168c4287) |
---|---|
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 --- 165 unchanged lines hidden (view full) --- 174 xmlfd \ 175 xmx \ 176 xsltdlg \ 177 xstor 178 179.IF "$(OS)" == "MACOSX" 180my_components += component/vcl/vcl.macosx 181.ELSE | 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 --- 165 unchanged lines hidden (view full) --- 174 xmlfd \ 175 xmx \ 176 xsltdlg \ 177 xstor 178 179.IF "$(OS)" == "MACOSX" 180my_components += component/vcl/vcl.macosx 181.ELSE |
182.IF "$(OS)" == "WNT" | 182.IF "$(OS)" == "WNT" || "$(OS)" == "OS2" |
183my_components += component/vcl/vcl.windows 184.ELSE 185my_components += component/vcl/vcl.unx 186.ENDIF 187.ENDIF 188 189.IF "$(ENABLE_ONLINE_UPDATE)"=="YES" 190my_components += updchk.uno --- 120 unchanged lines hidden (view full) --- 311 fps \ 312 ftransl \ 313 java_uno_accessbridge \ 314 smplmail \ 315 sysdtrans \ 316 wininetbe1 317.END 318 | 183my_components += component/vcl/vcl.windows 184.ELSE 185my_components += component/vcl/vcl.unx 186.ENDIF 187.ENDIF 188 189.IF "$(ENABLE_ONLINE_UPDATE)"=="YES" 190my_components += updchk.uno --- 120 unchanged lines hidden (view full) --- 311 fps \ 312 ftransl \ 313 java_uno_accessbridge \ 314 smplmail \ 315 sysdtrans \ 316 wininetbe1 317.END 318 |
319.IF "$(OS)" == "OS2" 320my_components += \ 321 dtrans \ 322 sysdtrans 323.END 324 |
|
319.IF "$(OS)" == "WNT" && "$(DISABLE_ATL)" == "" 320my_components += \ 321 emser \ 322 oleautobridge 323.END 324 325.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != "" 326my_components += \ --- 76 unchanged lines hidden --- | 325.IF "$(OS)" == "WNT" && "$(DISABLE_ATL)" == "" 326my_components += \ 327 emser \ 328 oleautobridge 329.END 330 331.IF "$(OS)" == "WNT" && "$(ENABLE_DIRECTX)" != "" 332my_components += \ --- 76 unchanged lines hidden --- |