1 #*************************************************************************
3 # OpenOffice.org - a multi-platform office productivity suite
5 # The Contents of this file are made available subject to
6 # the terms of GNU Lesser General Public License Version 3.
9 # GNU Lesser General Public License Version 3
10 # =============================================
11 # Copyright 2005 by Sun Microsystems, Inc.
12 # 901 San Antonio Road, Palo Alto, CA 94303, USA
14 # This library is free software; you can redistribute it and/or
15 # modify it under the terms of the GNU Lesser General Public
16 # License version 2.1, as published by the Free Software Foundation.
18 # This library is distributed in the hope that it will be useful,
19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 # Lesser General Public License for more details.
23 # You should have received a copy of the GNU Lesser General Public
24 # License along with this library; if not, write to the Free Software
25 # Foundation, Inc., 59 Temple Place, Suite 330, Boston,
28 #*************************************************************************
34 # --- Settings -----------------------------------------------------
36 ENABLE_EXCEPTIONS
=TRUE
41 .INCLUDE
: settings.mk
43 .IF
"$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!=""
45 CFLAGS
+=-D_STLP_USE_STATIC_LIB
47 # --- Files --------------------------------------------------------
54 SHL1STDLIBS
= kernel32.lib\
60 SHL1LIBS
= $(SLB
)$/$(TARGET
).lib
62 SHL1TARGET
= $(TARGET
)
63 SHL1IMPLIB
= i
$(TARGET
)
65 SHL1DEF
= $(MISC
)$/$(SHL1TARGET
).def
66 SHL1DEPN
= $(SLB
)$/$(TARGET
).lib
68 DEF1NAME
=$(SHL1TARGET
)
69 DEF1EXPORTFILE
=exports.dxp
73 # --- Targets --------------------------------------------------------------
77 # -------------------------------------------------------------------------