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

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

43SHL1DEF= $(MISC)$/$(SHL1TARGET).def
44DEF1NAME= $(SHL1TARGET)
45
46SHL1LIBS= \
47 $(SLB)$/options.lib \
48 $(SLB)$/customize.lib \
49 $(SLB)$/dialogs.lib \
50 $(SLB)$/tabpages.lib \
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

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

43SHL1DEF= $(MISC)$/$(SHL1TARGET).def
44DEF1NAME= $(SHL1TARGET)
45
46SHL1LIBS= \
47 $(SLB)$/options.lib \
48 $(SLB)$/customize.lib \
49 $(SLB)$/dialogs.lib \
50 $(SLB)$/tabpages.lib \
51 $(SLB)$/factory.lib
51 $(SLB)$/factory.lib \
52 $(SLB)$/services.lib
52
53
54SHL1STDLIBS= \
53
54
55SHL1STDLIBS= \
56 $(SAXLIB) \
57 $(SOTLIB) \
55 $(EDITENGLIB) \
56 $(SVXCORELIB) \
57 $(SVXLIB) \
58 $(AVMEDIALIB) \
59 $(SFX2LIB) \
60 $(BASEGFXLIB) \
61 $(BASICLIB) \
62 $(LNGLIB) \

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

93
94
95RESLIB1NAME=cui
96RESLIB1IMAGES=$(SOLARSRC)/$(RSCDEFIMG)/svx/res
97RESLIB1SRSFILES= $(SRSFILELIST)
98
99# --- Targets -------------------------------------------------------
100
58 $(EDITENGLIB) \
59 $(SVXCORELIB) \
60 $(SVXLIB) \
61 $(AVMEDIALIB) \
62 $(SFX2LIB) \
63 $(BASEGFXLIB) \
64 $(BASICLIB) \
65 $(LNGLIB) \

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

96
97
98RESLIB1NAME=cui
99RESLIB1IMAGES=$(SOLARSRC)/$(RSCDEFIMG)/svx/res
100RESLIB1SRSFILES= $(SRSFILELIST)
101
102# --- Targets -------------------------------------------------------
103
104ALLTAR : $(MISC)/cui.component
105
106$(MISC)/cui.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
107 cui.component
108 $(XSLTPROC) --nonet --stringparam uri \
109 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
110 $(SOLARENV)/bin/createcomponent.xslt cui.component
111
101.INCLUDE : target.mk
102
112.INCLUDE : target.mk
113