makefile.mk (7871dc3e) makefile.mk (d631dd4a)
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

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

53SLOFILES=\
54 $(SLO)$/myucp_services.obj \
55 $(SLO)$/myucp_provider.obj \
56 $(SLO)$/myucp_content.obj \
57 $(SLO)$/myucp_contentcaps.obj \
58 $(SLO)$/myucp_resultset.obj \
59 $(SLO)$/myucp_datasupplier.obj
60
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

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

53SLOFILES=\
54 $(SLO)$/myucp_services.obj \
55 $(SLO)$/myucp_provider.obj \
56 $(SLO)$/myucp_content.obj \
57 $(SLO)$/myucp_contentcaps.obj \
58 $(SLO)$/myucp_resultset.obj \
59 $(SLO)$/myucp_datasupplier.obj
60
61.IF "$(GUI)" != "OS2"
61LIB1TARGET=$(SLB)$/_$(TARGET).lib
62LIB1OBJFILES=$(SLOFILES)
62LIB1TARGET=$(SLB)$/_$(TARGET).lib
63LIB1OBJFILES=$(SLOFILES)
64.ENDIF
63
64# --- Shared-Library ---------------------------------------------------
65
65
66# --- Shared-Library ---------------------------------------------------
67
68.IF "$(GUI)" == "OS2"
69SHL1OBJS=$(SLOFILES)
70.ENDIF
66SHL1TARGET=$(TARGET)
67SHL1IMPLIB=i$(TARGET)
68SHL1VERSIONMAP=$(SOLARENV)/src/component.map
69
70# @@@ Add additional libs here.
71SHL1STDLIBS=\
72 $(CPPUHELPERLIB) \
73 $(CPPULIB) \

--- 13 unchanged lines hidden ---
71SHL1TARGET=$(TARGET)
72SHL1IMPLIB=i$(TARGET)
73SHL1VERSIONMAP=$(SOLARENV)/src/component.map
74
75# @@@ Add additional libs here.
76SHL1STDLIBS=\
77 $(CPPUHELPERLIB) \
78 $(CPPULIB) \

--- 13 unchanged lines hidden ---