update dev300-m58
[ooovba.git] / migrationanalysis / src / msokill / makefile.mk
blob349a1a59c395537544e3795a6adaeb325a56e129
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 # This file is part of OpenOffice.org.
13 # OpenOffice.org is free software: you can redistribute it and/or modify
14 # it under the terms of the GNU Lesser General Public License version 3
15 # only, as published by the Free Software Foundation.
17 # OpenOffice.org is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU Lesser General Public License version 3 for more details
21 # (a copy is included in the LICENSE file that accompanied this code).
23 # You should have received a copy of the GNU Lesser General Public License
24 # version 3 along with OpenOffice.org. If not, see
25 # <http://www.openoffice.org/license.html>
26 # for a copy of the LGPLv3 License.
28 #*************************************************************************
30 PRJ=..$/..
32 PRJNAME = migrationanalysis
33 TARGET = msokill
34 LIBTARGET = NO
35 TARGETTYPE = CUI
37 ENABLE_EXCEPTIONS = TRUE
39 # --- Settings ------------------------------------------------------------
41 .INCLUDE : settings.mk
43 # --- Allgemein -----------------------------------------------------------
45 OBJFILES= $(OBJ)$/msokill.obj \
46 $(OBJ)$/StdAfx.obj
48 # --- Targets ------------------------------------------------------
50 UWINAPILIB=
51 LIBSALCPPRT=
53 APP1NOSAL= TRUE
54 APP1TARGET= msokill
56 #APP1STDLIB
57 STDLIB1=msi.lib\
58 shell32.lib\
59 oleaut32.lib\
60 gdi32.lib\
61 comdlg32.lib\
62 advapi32.lib\
63 comctl32.lib\
64 shlwapi.lib\
65 oledlg.lib\
66 ole32.lib\
67 uuid.lib\
68 oleacc.lib\
69 winspool.lib\
71 APP1OBJS= $(OBJFILES)
73 PAW_RES_DIR:=$(BIN)$/ProAnalysisWizard$/Resources
74 PAW_RES_EXE:=$(PAW_RES_DIR)$/$(APP1TARGET).exe
76 # --- setup --------------------------------------------------------------
78 .INCLUDE : target.mk
80 ALLTAR : $(PAW_RES_EXE)
82 $(PAW_RES_EXE) : $(BIN)$/$$(@:f)
83 -$(MKDIRHIER) $(@:d)
84 $(COPY) $(BIN)$/$(@:f) $@