makefile.mk (0021cf80) makefile.mk (66d4592e)
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

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

63DEF1NAME = $(SHL1TARGET)
64DEF1EXPORTFILE = xsec_fw.dxp
65
66#
67# The 2nd shared library
68#
69
70SHL2NAME=xsec_xmlsec
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

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

63DEF1NAME = $(SHL1TARGET)
64DEF1EXPORTFILE = xsec_fw.dxp
65
66#
67# The 2nd shared library
68#
69
70SHL2NAME=xsec_xmlsec
71.IF "$(GUI)"=="OS2"
72SHL2NAME=xsec_xs
73.ENDIF
71SHL2TARGET= $(SHL2NAME)
72
73
74SHL2LIBS= \
75 $(SLB)$/xs_comm.lib
76
77.IF "$(CRYPTO_ENGINE)" == "mscrypto"
78SHL2LIBS += \

--- 118 unchanged lines hidden ---
74SHL2TARGET= $(SHL2NAME)
75
76
77SHL2LIBS= \
78 $(SLB)$/xs_comm.lib
79
80.IF "$(CRYPTO_ENGINE)" == "mscrypto"
81SHL2LIBS += \

--- 118 unchanged lines hidden ---