Update ooo320-m1
[ooovba.git] / vcl / win / source / src / MAKEFILE.MK
blob975b1a20330e248b200b9660ce8c8ae80f4f660a
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.10 $
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 #*************************************************************************
33 PRJ=..$/..$/..
35 PRJNAME=vcl
36 TARGET=salsrc
38 # --- Settings -----------------------------------------------------
40 .INCLUDE :      settings.mk
41 .INCLUDE :  $(PRJ)$/util$/makefile2.pmk
43 # --- #105371#
44 CFLAGS += -DWINVER=0x0400
46 # --- Files --------------------------------------------------------
48 RCDEPN=         nullptr.cur             \
49             help.cur                    \
50             hsize.cur                   \
51             vsize.cur                   \
52             neswsize.cur                \
53             nwsesize.cur                \
54             cross.cur                   \
55             move.cur                    \
56             hsplit.cur                  \
57             vsplit.cur                  \
58             hsizebar.cur                \
59             vsizebar.cur                \
60             hand.cur                    \
61             refhand.cur                 \
62             pen.cur                     \
63             magnify.cur                 \
64             fill.cur                    \
65             rotate.cur                  \
66             hshear.cur                  \
67             vshear.cur                  \
68             mirror.cur                  \
69             crook.cur                   \
70             crop.cur                    \
71             movept.cur                  \
72             movebw.cur                  \
73             movedata.cur                \
74             copydata.cur                \
75             linkdata.cur                \
76             movedlnk.cur                \
77             copydlnk.cur                \
78             movef.cur                   \
79             copyf.cur                   \
80             linkf.cur                   \
81             moveflnk.cur                \
82             copyflnk.cur                \
83             movef2.cur                  \
84             copyf2.cur                  \
85             notallow.cur                \
86             dline.cur                   \
87             drect.cur                   \
88             dpolygon.cur                \
89             dbezier.cur                 \
90             darc.cur                    \
91             dpie.cur                    \
92             dcirccut.cur                \
93             dellipse.cur                \
94             dfree.cur                   \
95             dconnect.cur                \
96             dtext.cur                   \
97             dcapt.cur                   \
98             chart.cur                   \
99             detectiv.cur                \
100             pivotcol.cur                \
101             pivotrow.cur                \
102             pivotfld.cur                \
103             pivotdel.cur                \
104             chain.cur                   \
105             chainnot.cur                \
106             timemove.cur                \
107             timesize.cur                \
108             asn.cur                     \
109             ass.cur                     \
110             asw.cur                     \
111             ase.cur                     \
112             asnw.cur                    \
113             asne.cur                    \
114             assw.cur                    \
115             asse.cur                    \
116             asns.cur                    \
117             aswe.cur                    \
118             asnswe.cur                  \
119             airbrush.cur                \
120             vtext.cur                   \
121                         tblsels.cur                     \
122                         tblsele.cur                     \
123                         tblselse.cur                     \
124                         tblselw.cur                     \
125                         tblselsw.cur                     \
126                         pntbrsh.cur                  \
127                         50.bmp                          \
128             sd.ico
130 RCFILES=        salsrc.rc
132 # --- Targets ------------------------------------------------------
134 .INCLUDE :      target.mk