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 --------------------------------------------------------
52 .IF "$(CCNUMVER)" >= "001400000000"
53 CDEFS+=-D_CRT_NON_CONFORMING_SWPRINTFS
58 SLOFILES= $(SLO)$/conditn.obj \
59 $(SLO)$/diagnose.obj \
60 $(SLO)$/dllentry.obj \
61 $(SLO)$/semaphor.obj \
63 $(SLO)$/interlck.obj \
64 $(SLO)$/nlsupport.obj\
69 $(SLO)$/security.obj \
73 $(SLO)$/pipeimpl.obj \
77 $(SLO)$/file_dirvol.obj\
78 $(SLO)$/file_error.obj\
81 $(SLO)$/path_helper.obj\
82 $(SLO)$/procimpl.obj \
85 OBJFILES= $(OBJ)$/conditn.obj \
86 $(OBJ)$/diagnose.obj \
88 $(OBJ)$/semaphor.obj \
90 $(OBJ)$/interlck.obj \
91 $(OBJ)$/nlsupport.obj\
96 $(OBJ)$/security.obj \
100 $(OBJ)$/pipeimpl.obj \
104 $(OBJ)$/file_dirvol.obj\
105 $(OBJ)$/file_error.obj\
106 $(OBJ)$/file_url.obj\
107 $(OBJ)$/tempfile.obj\
108 $(OBJ)$/path_helper.obj\
109 $(OBJ)$/procimpl.obj \
114 # --- Targets ------------------------------------------------------