summaryrefslogtreecommitdiff
path: root/dtrans/test/win32
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-05-24 13:35:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-05-24 13:35:17 +0000
commit1d6904ef443f7be6c4317b392b144dd23673157e (patch)
tree32bd0dd333d9c30b76951ba2798c5b1b9ddfff2d /dtrans/test/win32
parentabf53ebe03c44b08d300b73a696dfe9c9039319f (diff)
INTEGRATION: CWS ause043 (1.12.6); FILE MERGED
2005/10/31 17:18:24 hjs 1.12.6.1: #i56702# remove overrides for default uno header generation
Diffstat (limited to 'dtrans/test/win32')
-rw-r--r--dtrans/test/win32/dnd/makefile.mk40
1 files changed, 9 insertions, 31 deletions
diff --git a/dtrans/test/win32/dnd/makefile.mk b/dtrans/test/win32/dnd/makefile.mk
index 9872bc5e2484..8b778dee1e3e 100644
--- a/dtrans/test/win32/dnd/makefile.mk
+++ b/dtrans/test/win32/dnd/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 18:31:53 $
+# last change: $Author: vg $ $Date: 2006-05-24 14:35:17 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -41,51 +41,29 @@ TARGETTYPE=CUI
LIBTARGET=NO
#USE_DEFFILE= TRUE
-NO_BSYMBOLIC= TRUE
ENABLE_EXCEPTIONS=TRUE
-BOOTSTRAP_SERVICE=FALSE
# --- Settings ---
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# --- Files ---
# CFLAGS+=-GR -DUNICODE -D_UNICODE
CFLAGS+= -D_WIN32_DCOM
-.IF "$(BOOTSTRAP_SERVICE)" == "TRUE"
-UNOUCROUT= $(OUT)$/inc$/comprehensive
-INCPRE+= $(OUT)$/inc$/comprehensive
-CPPUMAKERFLAGS += -C
-.ELSE
-UNOUCROUT= $(OUT)$/inc
-INCPRE+= $(OUT)$/inc -I$(ATL_INCLUDE)
-.ENDIF
-
-UNOTYPES= com.sun.star.lang.XInitialization \
- com.sun.star.lang.XComponent \
- com.sun.star.datatransfer.dnd.XDropTarget \
- com.sun.star.datatransfer.dnd.XDropTargetListener \
- com.sun.star.datatransfer.dnd.DNDConstants \
- com.sun.star.datatransfer.dnd.XDragSource
-
-
-
-.IF "$(depend)" != ""
-
-.ENDIF # depend
+INCPRE+= -I$(ATL_INCLUDE)
-APP1NOSAL=TRUE
-
-APP1TARGET= $(TARGET)
-APP1OBJS= $(OBJ)$/dndTest.obj \
+OBJFILES= $(OBJ)$/dndTest.obj \
$(OBJ)$/atlwindow.obj \
$(OBJ)$/targetlistener.obj \
$(OBJ)$/sourcelistener.obj \
$(OBJ)$/dataobject.obj
+
+APP1NOSAL=TRUE
+
+APP1TARGET= $(TARGET)
+APP1OBJS=$(OBJFILES)
LIBCIMT=msvcrtd.lib