summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 08:27:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 08:27:10 +0000
commit47fd4ec356f04144f9b87aa34a3b19836dbc51be (patch)
tree3b9a10c514694fa18bbda583dc6e74a18996d69c /extensions
parent3e421709db367ce9d7d804566e469b53c3d18095 (diff)
INTEGRATION: CWS obo02 (1.1.130); FILE MERGED
2003/05/20 13:15:42 obo 1.1.130.1: #i14319# ALT_INCLUDE + types.rdb
Diffstat (limited to 'extensions')
-rw-r--r--extensions/test/ole/cppToUno/makefile.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/extensions/test/ole/cppToUno/makefile.mk b/extensions/test/ole/cppToUno/makefile.mk
index 0dad95a546c8..fc6e5edfc012 100644
--- a/extensions/test/ole/cppToUno/makefile.mk
+++ b/extensions/test/ole/cppToUno/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: jl $ $Date: 2000-10-24 09:34:05 $
+# last change: $Author: vg $ $Date: 2003-05-22 09:27:10 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -80,17 +80,17 @@ BOOTSTRAP_SERVICE=FALSE
# --- Files ---
-UNOUCRDEP= $(SOLARBINDIR)$/applicat.rdb
-UNOUCRRDB= $(SOLARBINDIR)$/applicat.rdb
+UNOUCRDEP= $(SOLARBINDIR)$/types.rdb
+UNOUCRRDB= $(SOLARBINDIR)$/types.rdb
UNOUCROUT= $(OUT)$/inc
-INCPRE+= $(OUT)$/inc -I$(SOLARINCDIR)$/external$/atl
+INCPRE+= $(OUT)$/inc -I$(ATL_INCLUDE)
UNOTYPES= com.sun.star.lang.XMultiServiceFactory \
com.sun.star.script.XInvocation \
- oletest.XCallback
+ oletest.XCallback
@@ -99,10 +99,10 @@ UNOTYPES= com.sun.star.lang.XMultiServiceFactory \
.ENDIF # depend
APP1TARGET= $(TARGET)
-APP1OBJS= $(OBJ)$/testcppuno.obj
+APP1OBJS= $(OBJ)$/testcppuno.obj
LIBCMT=msvcrtd.lib
-
+
APP1STDLIBS= \
$(SALLIB) \