merged tag ooo/DEV300_m102
[LibreOffice.git] / sal / osl / w32 / MAKEFILE.MK
blob4749048847b5e7cb0eeecad9d44e8c78fa739497
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 #*************************************************************************
28 PRJ=..$/..
30 PRJNAME=sal
31 TARGET=cpposl
32 USE_LDUMP2=TRUE
34 PROJECTPCH4DLL=TRUE
35 PROJECTPCH=cont_pch
36 PROJECTPCHSOURCE=cont_pch
38 MULTITHREAD_OBJ=TRUE
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
47 # MSVC >= 7.x)
49 # CFLAGS+=/wd4668 /wd4711 /wd4201 /wd4710 /wd4619 /wd4514 /wd4820
51 # --- Files --------------------------------------------------------
52 .IF "$(CCNUMVER)" >= "001400000000"
53 CDEFS+=-D_CRT_NON_CONFORMING_SWPRINTFS
54 .ENDIF
56 .IF "$(header)" == ""
58 SLOFILES=   $(SLO)$/conditn.obj  \
59             $(SLO)$/diagnose.obj \
60             $(SLO)$/dllentry.obj \
61             $(SLO)$/semaphor.obj \
62             $(SLO)$/socket.obj   \
63             $(SLO)$/interlck.obj \
64             $(SLO)$/nlsupport.obj\
65             $(SLO)$/mutex.obj    \
66             $(SLO)$/thread.obj   \
67             $(SLO)$/module.obj   \
68             $(SLO)$/process.obj  \
69             $(SLO)$/security.obj \
70             $(SLO)$/profile.obj  \
71             $(SLO)$/time.obj     \
72             $(SLO)$/signal.obj   \
73             $(SLO)$/pipeimpl.obj \
74             $(SLO)$/pipe.obj     \
75             $(SLO)$/util.obj     \
76             $(SLO)$/file.obj\
77             $(SLO)$/file_dirvol.obj\
78             $(SLO)$/file_error.obj\
79             $(SLO)$/file_url.obj\
80             $(SLO)$/tempfile.obj\
81             $(SLO)$/path_helper.obj\
82             $(SLO)$/procimpl.obj \
83             $(SLO)$/salinit.obj
85 OBJFILES=   $(OBJ)$/conditn.obj  \
86             $(OBJ)$/diagnose.obj \
87             $(OBJ)$/libutil.obj  \
88             $(OBJ)$/semaphor.obj \
89             $(OBJ)$/socket.obj   \
90             $(OBJ)$/interlck.obj \
91             $(OBJ)$/nlsupport.obj\
92             $(OBJ)$/mutex.obj    \
93             $(OBJ)$/thread.obj   \
94             $(OBJ)$/module.obj   \
95             $(OBJ)$/process.obj  \
96             $(OBJ)$/security.obj \
97             $(OBJ)$/profile.obj  \
98             $(OBJ)$/time.obj     \
99             $(OBJ)$/signal.obj   \
100             $(OBJ)$/pipeimpl.obj \
101             $(OBJ)$/pipe.obj     \
102             $(OBJ)$/util.obj     \
103             $(OBJ)$/file.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 \
110             $(OBJ)$/salinit.obj
112 .ENDIF
114 # --- Targets ------------------------------------------------------
116 .INCLUDE :  target.mk