makefile.mk (5b11f0d3) | makefile.mk (97d9eac0) |
---|---|
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 --- 123 unchanged lines hidden (view full) --- 132 $(SRS)$/component.srs \ 133 $(SRS)$/dialogs.srs 134 135RESLIB1NAME=xmlsec 136RESLIB1IMAGES=$(PRJ)$/res 137RESLIB1SRSFILES= $(SRSFILELIST) 138 139SHL4TARGET=$(TARGET) | 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 --- 123 unchanged lines hidden (view full) --- 132 $(SRS)$/component.srs \ 133 $(SRS)$/dialogs.srs 134 135RESLIB1NAME=xmlsec 136RESLIB1IMAGES=$(PRJ)$/res 137RESLIB1SRSFILES= $(SRSFILELIST) 138 139SHL4TARGET=$(TARGET) |
140.IF "$(GUI)"=="OS2" 141SHL4TARGET=xmlsecur 142.ENDIF |
|
140SHL4LIBS=\ 141 $(SLB)$/helper.lib \ 142 $(SLB)$/dialogs.lib \ 143 $(SLB)$/component.lib 144 145SHL4STDLIBS=\ 146 $(CPPULIB) \ 147 $(CPPUHELPERLIB) \ --- 52 unchanged lines hidden --- | 143SHL4LIBS=\ 144 $(SLB)$/helper.lib \ 145 $(SLB)$/dialogs.lib \ 146 $(SLB)$/component.lib 147 148SHL4STDLIBS=\ 149 $(CPPULIB) \ 150 $(CPPUHELPERLIB) \ --- 52 unchanged lines hidden --- |