Update ooo320-m1
[ooovba.git] / dtrans / test / win32 / dnd / makefile.mk
bloba761561441916bf287639befce0a9901774db311
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.mk,v $
11 # $Revision: 1.16 $
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=dtrans
35 TARGET=dndTest
36 TARGETTYPE=CUI
37 LIBTARGET=NO
39 #USE_DEFFILE= TRUE
40 ENABLE_EXCEPTIONS=TRUE
42 # --- Settings ---
44 .INCLUDE : settings.mk
46 # --- Files ---
48 # CFLAGS+=-GR -DUNICODE -D_UNICODE
49 CFLAGS+= -D_WIN32_DCOM
51 INCPRE+= -I$(ATL_INCLUDE)
53 OBJFILES= $(OBJ)$/dndTest.obj \
54 $(OBJ)$/atlwindow.obj \
55 $(OBJ)$/targetlistener.obj \
56 $(OBJ)$/sourcelistener.obj \
57 $(OBJ)$/dataobject.obj
59 APP1NOSAL=TRUE
61 APP1TARGET= $(TARGET)
62 APP1OBJS=$(OBJFILES)
64 APP1STDLIBS= \
65 $(SALLIB) \
66 $(CPPUHELPERLIB) \
67 $(CPPULIB) \
68 $(UWINAPILIB) \
69 $(USER32LIB) \
70 $(OLE32LIB) \
71 comsupp.lib \
72 $(OLEAUT32LIB) \
73 $(GDI32LIB) \
74 $(UUIDLIB)
76 APP1LIBS= \
77 $(SLB)$/dtobjfact.lib \
78 $(SLB)$/dtutils.lib
80 # $(SOLARLIBDIR)$/imtaolecb.lib\
82 APP1DEF= $(MISC)\$(APP1TARGET).def
84 # --- Targets ---
86 .INCLUDE : target.mk