merged tag ooo/DEV300_m102
[LibreOffice.git] / vcl / win / source / src / MAKEFILE.MK
blob7addba363481869143a17d126c880e3fcb526a56
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5 # Copyright 2000, 2010 Oracle and/or its affiliates.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # This file is part of OpenOffice.org.
11 # OpenOffice.org is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU Lesser General Public License version 3
13 # only, as published by the Free Software Foundation.
15 # OpenOffice.org is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 # GNU Lesser General Public License version 3 for more details
19 # (a copy is included in the LICENSE file that accompanied this code).
21 # You should have received a copy of the GNU Lesser General Public License
22 # version 3 along with OpenOffice.org.  If not, see
23 # <http://www.openoffice.org/license.html>
24 # for a copy of the LGPLv3 License.
26 #*************************************************************************
29 PRJ=..$/..$/..
31 PRJNAME=vcl
32 TARGET=salsrc
34 # --- Settings -----------------------------------------------------
36 .INCLUDE :      settings.mk
37 .INCLUDE :  $(PRJ)$/util$/makefile2.pmk
39 # --- #105371#
40 CFLAGS += -DWINVER=0x0400
42 # --- Files --------------------------------------------------------
44 RCDEPN=         nullptr.cur             \
45             help.cur                    \
46             hsize.cur                   \
47             vsize.cur                   \
48             neswsize.cur                \
49             nwsesize.cur                \
50             cross.cur                   \
51             move.cur                    \
52             hsplit.cur                  \
53             vsplit.cur                  \
54             hsizebar.cur                \
55             vsizebar.cur                \
56             hand.cur                    \
57             refhand.cur                 \
58             pen.cur                     \
59             magnify.cur                 \
60             fill.cur                    \
61             rotate.cur                  \
62             hshear.cur                  \
63             vshear.cur                  \
64             mirror.cur                  \
65             crook.cur                   \
66             crop.cur                    \
67             movept.cur                  \
68             movebw.cur                  \
69             movedata.cur                \
70             copydata.cur                \
71             linkdata.cur                \
72             movedlnk.cur                \
73             copydlnk.cur                \
74             movef.cur                   \
75             copyf.cur                   \
76             linkf.cur                   \
77             moveflnk.cur                \
78             copyflnk.cur                \
79             movef2.cur                  \
80             copyf2.cur                  \
81             notallow.cur                \
82             dline.cur                   \
83             drect.cur                   \
84             dpolygon.cur                \
85             dbezier.cur                 \
86             darc.cur                    \
87             dpie.cur                    \
88             dcirccut.cur                \
89             dellipse.cur                \
90             dfree.cur                   \
91             dconnect.cur                \
92             dtext.cur                   \
93             dcapt.cur                   \
94             chart.cur                   \
95             detectiv.cur                \
96             pivotcol.cur                \
97             pivotrow.cur                \
98             pivotfld.cur                \
99             pivotdel.cur                \
100             chain.cur                   \
101             chainnot.cur                \
102             timemove.cur                \
103             timesize.cur                \
104             asn.cur                     \
105             ass.cur                     \
106             asw.cur                     \
107             ase.cur                     \
108             asnw.cur                    \
109             asne.cur                    \
110             assw.cur                    \
111             asse.cur                    \
112             asns.cur                    \
113             aswe.cur                    \
114             asnswe.cur                  \
115             airbrush.cur                \
116             vtext.cur                   \
117                         tblsels.cur                     \
118                         tblsele.cur                     \
119                         tblselse.cur                     \
120                         tblselw.cur                     \
121                         tblselsw.cur                     \
122                         pntbrsh.cur                  \
123                         50.bmp                          \
124             sd.ico
126 RCFILES=        salsrc.rc
128 # --- Targets ------------------------------------------------------
130 .INCLUDE :      target.mk