merge the formfield patch from ooo-build
[ooovba.git] / vcl / os2 / source / window / makefile
blob8fcf3e11eafb21cf7f121560cb131486ec4c54cf
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,v $
11 # $Revision: 1.4 $
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 #*************************************************************************
32 PRJ=..\..\..
34 PRJNAME=SV
35 TARGET=salwin
37 # --- Settings -----------------------------------------------------
39 !INCLUDE <svpre.mak>
40 !INCLUDE <settings.mak>
41 !INCLUDE <sv.mak>
43 !IF "$(COM)"=="ICC"
44 ENVCFLAGS=$(ENVCFLAGS) -D_STD_NO_NAMESPACE -D_VOS_NO_NAMESPACE -D_UNO_NO_NAMESPACE
45 !ENDIF
47 # --- Files --------------------------------------------------------
49 CXXFILES= salframe.cxx \
50 salobj.cxx
52 SLOFILES= $(SLO)\salframe.obj \
53 $(SLO)\salobj.obj
55 # --- Targets ------------------------------------------------------
57 !INCLUDE <target.mak>