1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# 9# This file is part of OpenOffice.org. 10# 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. 14# 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). 20# 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. 25# 26#************************************************************************* 27 28PRJ=..$/..$/.. 29 30PRJNAME=fpicker 31TARGET=fps 32#LIBTARGET=NO 33ENABLE_EXCEPTIONS=TRUE 34COMP1TYPELIST=$(TARGET) 35 36# --- Settings ----------------------------------------------------- 37 38.INCLUDE : settings.mk 39 40# ------------------------------------------------------------------ 41 42CDEFS+=-D_UNICODE 43CDEFS+=-DUNICODE 44#CDEFS+=-DWIN32_LEAN_AND_MEAN 45#CDEFS+=-DWIN32 46CDEFS+=-U_WIN32_WINNT -D_WIN32_WINNT=0x0600 47 48 49# --- Resources ---------------------------------------------------- 50 51.IF "$(GUI)" == "WNT" 52RCFILES=fps.rc 53.ENDIF 54 55# --- Files -------------------------------------------------------- 56 57SLOFILES=$(SLO)$/FileOpenDlg.obj\ 58 $(SLO)$/FPentry.obj\ 59 $(SLO)$/FilePicker.obj\ 60 $(SLO)$/WinFileOpenImpl.obj\ 61 $(SLO)$/FilterContainer.obj\ 62 $(SLO)$/controlaccess.obj\ 63 $(SLO)$/dibpreview.obj\ 64 $(SLO)$/helppopupwindow.obj\ 65 $(SLO)$/controlcommand.obj\ 66 $(SLO)$/filepickerstate.obj\ 67 $(SLO)$/getfilenamewrapper.obj\ 68 $(SLO)$/asynceventnotifier.obj\ 69 $(SLO)$/previewadapter.obj\ 70 $(SLO)$/previewbase.obj\ 71 $(SLO)$/filepickereventnotification.obj\ 72 $(SLO)$/customcontrol.obj\ 73 $(SLO)$/customcontrolcontainer.obj\ 74 $(SLO)$/customcontrolfactory.obj\ 75 $(SLO)$/dialogcustomcontrols.obj\ 76 $(SLO)$/asyncrequests.obj\ 77 $(SLO)$/VistaFilePickerEventHandler.obj\ 78 $(SLO)$/VistaFilePickerImpl.obj\ 79 $(SLO)$/VistaFilePicker.obj\ 80 $(SLO)$/SolarMutex.obj 81 82# --- Targets ------------------------------------------------------ 83 84.INCLUDE : target.mk 85