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

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

35
36.INCLUDE : settings.mk
37.INCLUDE : $(PRJ)$/source$/deployment$/inc$/dp_misc.mk
38
39INCPRE += inc
40
41DLLPRE =
42
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

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

35
36.INCLUDE : settings.mk
37.INCLUDE : $(PRJ)$/source$/deployment$/inc$/dp_misc.mk
38
39INCPRE += inc
40
41DLLPRE =
42
43.IF "$(GUI)"=="OS2"
44SHL1TARGET = $(TARGET)$(DLLPOSTFIX)
45.ELSE
43SHL1TARGET = $(TARGET)$(DLLPOSTFIX).uno
46SHL1TARGET = $(TARGET)$(DLLPOSTFIX).uno
47.ENDIF
44SHL1VERSIONMAP = $(SOLARENV)/src/component.map
45
46SHL1LIBS = \
47 $(SLB)$/deployment_manager.lib \
48 $(SLB)$/deployment_registry.lib \
49 $(SLB)$/deployment_registry_executable.lib \
50 $(SLB)$/deployment_registry_component.lib \
51 $(SLB)$/deployment_registry_configuration.lib \

--- 61 unchanged lines hidden ---
48SHL1VERSIONMAP = $(SOLARENV)/src/component.map
49
50SHL1LIBS = \
51 $(SLB)$/deployment_manager.lib \
52 $(SLB)$/deployment_registry.lib \
53 $(SLB)$/deployment_registry_executable.lib \
54 $(SLB)$/deployment_registry_component.lib \
55 $(SLB)$/deployment_registry_configuration.lib \

--- 61 unchanged lines hidden ---