makefile.mk (7871dc3e) makefile.mk (da7ca839)
1#**************************************************************
1#**************************************************************
2#
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
9# with the License. You may obtain a copy of the License at
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
9# with the License. You may obtain a copy of the License at
10#
10#
11# http://www.apache.org/licenses/LICENSE-2.0
11# http://www.apache.org/licenses/LICENSE-2.0
12#
12#
13# Unless required by applicable law or agreed to in writing,
14# software distributed under the License is distributed on an
15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16# KIND, either express or implied. See the License for the
17# specific language governing permissions and limitations
18# under the License.
13# Unless required by applicable law or agreed to in writing,
14# software distributed under the License is distributed on an
15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16# KIND, either express or implied. See the License for the
17# specific language governing permissions and limitations
18# under the License.
19#
19#
20#**************************************************************
21
20#**************************************************************
21
22
23
24PRJ=..$/..$/..
25
26PRJNAME=xmlsecurity
27TARGET=xmlsecurity-cxsfit
28ENABLE_EXCEPTIONS=TRUE
29NO_BSYMBOLIC=TRUE
30TARGETTYPE=CUI
31LIBTARGET=NO

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

54
55SHARE_LIBS = \
56 $(CPPULIB) \
57 $(CPPUHELPERLIB) \
58 $(SALHELPERLIB) \
59 $(SALLIB)
60
61.IF "$(GUI)"=="WNT"
22PRJ=..$/..$/..
23
24PRJNAME=xmlsecurity
25TARGET=xmlsecurity-cxsfit
26ENABLE_EXCEPTIONS=TRUE
27NO_BSYMBOLIC=TRUE
28TARGETTYPE=CUI
29LIBTARGET=NO

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

52
53SHARE_LIBS = \
54 $(CPPULIB) \
55 $(CPPUHELPERLIB) \
56 $(SALHELPERLIB) \
57 $(SALLIB)
58
59.IF "$(GUI)"=="WNT"
62SHARE_LIBS+= "ixml2.lib" "nss3.lib" "nspr4.lib" "libxmlsec.lib" "libxmlsec-nss.lib" "xsec_xmlsec.lib"
60SHARE_LIBS+= "ixml2.lib" "nss3.lib" "libnspr4.lib" "libxmlsec.lib" "libxmlsec-nss.lib" "xsec_xmlsec.lib"
63.ELSE
64SHARE_LIBS+= "-lxml2" "-lnss3" "-lnspr4" "-lxmlsec1" "-lxmlsec1-nss" "-lxsec_xmlsec"
65.ENDIF
66
67SHARE_OBJS = \
68 $(OBJ)$/helper.obj
69
70#

--- 81 unchanged lines hidden ---
61.ELSE
62SHARE_LIBS+= "-lxml2" "-lnss3" "-lnspr4" "-lxmlsec1" "-lxmlsec1-nss" "-lxsec_xmlsec"
63.ENDIF
64
65SHARE_OBJS = \
66 $(OBJ)$/helper.obj
67
68#

--- 81 unchanged lines hidden ---