update dev300-m58
[ooovba.git] / svx / source / unodialogs / textconversiondlgs / makefile.mk
blob26d975e00cb0d8a65e508601acedb0a834c9d123
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.11 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
31 PRJ=..$/..$/..
33 PRJNAME=svx
34 TARGET=textconversiondlgs
35 ENABLE_EXCEPTIONS=TRUE
36 USE_DEFFILE=TRUE
38 LOCALIZE_ME=chinese_direction_tmpl.hrc
40 # --- Settings -----------------------------------------------------
42 .INCLUDE : settings.mk
44 # --- Files --------------------------------------------------------
46 SLOFILES= \
47 $(SLO)$/services.obj\
48 $(SLO)$/resid.obj\
49 $(SLO)$/chinese_dictionarydialog.obj\
50 $(SLO)$/chinese_translationdialog.obj\
51 $(SLO)$/chinese_translation_unodialog.obj
53 SRS1NAME=$(TARGET)
54 SRC1FILES= \
55 chinese_translationdialog.src\
56 chinese_dictionarydialog.src
58 RESLIB1NAME=$(TARGET)
59 RESLIB1SRSFILES= $(SRS)$/$(TARGET).srs
61 .IF "$(GUI)" == "OS2"
62 SHL1TARGET= txcnvdlg
63 .ELSE
64 SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
65 .ENDIF
66 SHL1VERSIONMAP= export.map
68 SHL1STDLIBS= \
69 $(CPPULIB) \
70 $(SALLIB) \
71 $(CPPUHELPERLIB) \
72 $(UNOTOOLSLIB) \
73 $(COMPHELPERLIB) \
74 $(TOOLSLIB) \
75 $(TKLIB) \
76 $(SVTOOLLIB) \
77 $(SVLLIB) \
78 $(VCLLIB)
80 SHL1LIBS= $(SLB)$/$(TARGET).lib
81 SHL1IMPLIB= i$(TARGET)
82 SHL1DEPN= $(SHL1LIBS)
83 SHL1DEF= $(MISC)$/$(SHL1TARGET).def
85 DEF1NAME= $(SHL1TARGET)
88 # --- Targets ------------------------------------------------------
89 .INCLUDE : target.mk
91 $(SRS)$/$(TARGET).srs: $(INCCOM)$/chinese_direction.hrc
92 $(SLO)$/chinese_dictionarydialog.obj: $(INCCOM)$/chinese_direction.hrc
93 $(SLO)$/chinese_translationdialog.obj: $(INCCOM)$/chinese_direction.hrc