summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-03-12 06:34:51 +0000
committerRüdiger Timm <rt@openoffice.org>2008-03-12 06:34:51 +0000
commit4d4579c44ce3665c24172a29c191d2bb5bb60aac (patch)
tree6dbafb56f2c2ef3a91f280519ee573acae164a9d /fpicker/source
parentb5891930b004afbf01f0f6d26c27a33e7984c145 (diff)
INTEGRATION: CWS hro34 (1.13.148); FILE MERGED
2008/03/07 10:38:15 hro 1.13.148.1: #i78851# #i72556# Implemented Vista style File Dialog
Diffstat (limited to 'fpicker/source')
-rw-r--r--fpicker/source/win32/filepicker/makefile.mk18
1 files changed, 14 insertions, 4 deletions
diff --git a/fpicker/source/win32/filepicker/makefile.mk b/fpicker/source/win32/filepicker/makefile.mk
index ee4c8a1d5235..2692317f1f0b 100644
--- a/fpicker/source/win32/filepicker/makefile.mk
+++ b/fpicker/source/win32/filepicker/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: vg $ $Date: 2006-09-25 12:52:28 $
+# last change: $Author: rt $ $Date: 2008-03-12 07:34:51 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -47,7 +47,13 @@ COMP1TYPELIST=$(TARGET)
# ------------------------------------------------------------------
-CDEFS+=-D_WIN32_WINNT=0x0500 -D_UNICODE -DUNICODE
+CDEFS+=-D_UNICODE
+CDEFS+=-DUNICODE
+#CDEFS+=-DWIN32_LEAN_AND_MEAN
+#CDEFS+=-DWIN32
+
+CDEFS+=-Ic:\progra~1\micros~3\windows\v6.0\include
+CDEFS+=-If:\lu\n\msvc8p\atlmfc\include
# --- Resources ----------------------------------------------------
@@ -75,7 +81,11 @@ SLOFILES=$(SLO)$/FileOpenDlg.obj\
$(SLO)$/customcontrol.obj\
$(SLO)$/customcontrolcontainer.obj\
$(SLO)$/customcontrolfactory.obj\
- $(SLO)$/dialogcustomcontrols.obj
+ $(SLO)$/dialogcustomcontrols.obj\
+ $(SLO)$/asyncrequests.obj\
+ $(SLO)$/VistaFilePickerEventHandler.obj\
+ $(SLO)$/VistaFilePickerImpl.obj\
+ $(SLO)$/VistaFilePicker.obj
# --- Targets ------------------------------------------------------