makefile.mk (7871dc3e) | makefile.mk (73c96003) |
---|---|
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 --- 51 unchanged lines hidden (view full) --- 60 $(SLO)$/download.obj \ 61 $(SLO)$/updatecheck.obj \ 62 $(SLO)$/updatecheckjob.obj \ 63 $(SLO)$/updatecheckconfig.obj \ 64 $(SLO)$/updateprotocol.obj \ 65 $(SLO)$/updatehdl.obj 66 67SHL1NOCHECK=TRUE | 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 --- 51 unchanged lines hidden (view full) --- 60 $(SLO)$/download.obj \ 61 $(SLO)$/updatecheck.obj \ 62 $(SLO)$/updatecheckjob.obj \ 63 $(SLO)$/updatecheckconfig.obj \ 64 $(SLO)$/updateprotocol.obj \ 65 $(SLO)$/updatehdl.obj 66 67SHL1NOCHECK=TRUE |
68.IF "$(GUI)" == "OS2" 69SHL1TARGET=updchkun 70.ELSE |
|
68SHL1TARGET=$(TARGET).uno | 71SHL1TARGET=$(TARGET).uno |
72.ENDIF |
|
69SHL1OBJS=$(SLOFILES) 70SHL1DEF=$(MISC)$/$(SHL1TARGET).def 71 72SHL1IMPLIB=i$(SHL1TARGET) 73SHL1STDLIBS= \ 74 $(CPPUHELPERLIB) \ 75 $(CPPULIB) \ 76 $(CURLLIB) \ --- 62 unchanged lines hidden --- | 73SHL1OBJS=$(SLOFILES) 74SHL1DEF=$(MISC)$/$(SHL1TARGET).def 75 76SHL1IMPLIB=i$(SHL1TARGET) 77SHL1STDLIBS= \ 78 $(CPPUHELPERLIB) \ 79 $(CPPULIB) \ 80 $(CURLLIB) \ --- 62 unchanged lines hidden --- |