summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/workbench/makefile.mk
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-07-26 10:20:56 +0000
committerTino Rachui <tra@openoffice.org>2001-07-26 10:20:56 +0000
commitc9c9ef1ef405dec5f0c3db69178d3188a35b8355 (patch)
tree7989e3e86ceed64452ab765ba73768b2e9508685 /dtrans/source/win32/workbench/makefile.mk
parent79ade901bb768aeb42354ab34b20349efccfc309 (diff)
*** empty log message ***
Diffstat (limited to 'dtrans/source/win32/workbench/makefile.mk')
-rw-r--r--dtrans/source/win32/workbench/makefile.mk16
1 files changed, 9 insertions, 7 deletions
diff --git a/dtrans/source/win32/workbench/makefile.mk b/dtrans/source/win32/workbench/makefile.mk
index b587c6bf7ae0..b5dd7ed37bad 100644
--- a/dtrans/source/win32/workbench/makefile.mk
+++ b/dtrans/source/win32/workbench/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: tra $ $Date: 2001-03-14 14:54:51 $
+# last change: $Author: tra $ $Date: 2001-07-26 11:20:56 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -84,7 +84,7 @@ stoponerror=tr
.INCLUDE : ..$/..$/cppumaker.mk
-CFLAGS+=/D_WIN32_DCOM /EHsc
+CFLAGS+=/D_WIN32_DCOM /EHsc /Ob0
# --- Files --------------------------------------------------------
@@ -109,15 +109,17 @@ APP1NOSAL= TRUE
.IF "$(TESTCB)"==""
+CFLAGS+=/D_WIN32_DCOM /EHsc /Ob0
+
OBJFILES= $(OBJ)$/testmarshal.obj
APP1TARGET= $(TARGET1)
-APP1OBJS= $(OBJ)$/testmarshal.obj\
- $(OBJ)$/XTDo.obj\
- $(OBJ)$/DTransHelper.obj
+APP1OBJS= $(OBJ)$/testmarshal.obj
APP1STDLIBS= $(SALLIB)\
user32.lib\
- ole32.lib
+ ole32.lib\
+ comsupp.lib\
+ oleaut32.lib
APP1LIBS=