1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
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 #*************************************************************************
36 PROJECTPCHSOURCE
=cont_pch
40 # --- Settings -----------------------------------------------------
42 .INCLUDE
: settings.mk
44 # Uncomment the following line if you want to compile with -Wall
45 # it disables lots of unnecessary warnings comming from the Win32
46 # header files (disabling warnings via command line only works with
49 # CFLAGS+=/wd4668 /wd4711 /wd4201 /wd4710 /wd4619 /wd4514 /wd4820
51 # --- Files --------------------------------------------------------
55 SLOFILES
= $(SLO
)$/conditn.obj \
56 $(SLO
)$/diagnose.obj \
57 $(SLO
)$/dllentry.obj \
58 $(SLO
)$/semaphor.obj \
59 $(SLO
)$/interlck.obj \
60 $(SLO
)$/nlsupport.obj\
70 $(SLO
)$/security.obj \
72 $(SLO
)$/tempfile.obj \
73 $(SLO
)$/process_impl.obj\
76 $(SLO
)$/file_url.obj \
77 $(SLO
)$/file_error_transl.obj \
78 $(SLO
)$/file_path_helper.obj \
83 OBJFILES
= $(OBJ
)$/conditn.obj \
84 $(OBJ
)$/diagnose.obj \
86 $(OBJ
)$/semaphor.obj \
87 $(OBJ
)$/interlck.obj \
88 $(OBJ
)$/nlsupport.obj\
98 $(OBJ
)$/security.obj \
100 $(OBJ
)$/tempfile.obj \
101 $(OBJ
)$/process_impl.obj\
104 $(OBJ
)$/file_url.obj \
105 $(OBJ
)$/file_error_transl.obj \
106 $(OBJ
)$/file_path_helper.obj \
113 # --- Targets ------------------------------------------------------