makefile.mk (1e1ac450) | makefile.mk (6a653daf) |
---|---|
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 --- 197 unchanged lines hidden (view full) --- 206my_components += component/vcl/vcl.unx 207.ENDIF 208.ENDIF 209 210.IF "$(ENABLE_ONLINE_UPDATE)"=="YES" 211my_components += updchk.uno 212.END 213 | 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 --- 197 unchanged lines hidden (view full) --- 206my_components += component/vcl/vcl.unx 207.ENDIF 208.ENDIF 209 210.IF "$(ENABLE_ONLINE_UPDATE)"=="YES" 211my_components += updchk.uno 212.END 213 |
214.IF "$(OS)" != "WNT" && "$(OS)" != "OS2" 215my_components += mozbootstrap 216.END 217 |
|
214.IF "$(ENABLE_OOOIMPROVEMENT)" != "" 215my_components += oooimprovement 216.END 217 218.IF "$(ENABLE_COINMP)"=="YES" 219my_components += solver 220.END 221 --- 197 unchanged lines hidden --- | 218.IF "$(ENABLE_OOOIMPROVEMENT)" != "" 219my_components += oooimprovement 220.END 221 222.IF "$(ENABLE_COINMP)"=="YES" 223my_components += solver 224.END 225 --- 197 unchanged lines hidden --- |