summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Database
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-12-20 11:24:29 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-12-20 11:24:29 +0000
commitb38cda588a0f2899669f81d18a6ef54684ce5264 (patch)
tree4239e3505684ee7c832a23768b7ec8ffcebb6c6c /odk/examples/DevelopersGuide/Database
parentabc64e01f5466810d7a11c8ddf92a9a1106b4c3c (diff)
INTEGRATION: CWS jsc15 (1.7.118); FILE MERGED
2006/11/24 12:54:06 jsc 1.7.118.1: #i68136# insert manifest linking for VC8
Diffstat (limited to 'odk/examples/DevelopersGuide/Database')
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/Makefile b/odk/examples/DevelopersGuide/Database/DriverSkeleton/Makefile
index 8fca98b6f5b4..1508f33b8b8e 100644
--- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/Makefile
+++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: kz $ $Date: 2005-03-01 12:08:41 $
+# last change: $Author: ihi $ $Date: 2006-12-20 12:24:29 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -103,6 +103,7 @@ $(SHAREDLIB_OUT)/%.$(SHAREDLIB_EXT) : $(SLOFILES)
$(LINK) $(COMP_LINK_FLAGS) /OUT:$@ \
/MAP:$(OUT_COMP_MISC)/$(COMPONENT_NAME).map $(SLOFILES) \
$(CPPUHELPERLIB) $(CPPULIB) $(SALLIB) $(STLPORTLIB) msvcrt.lib kernel32.lib
+ $(LINK_MANIFEST_VC8_ONLY)
else
$(SHAREDLIB_OUT)/%.$(SHAREDLIB_EXT) : $(SLOFILES)
-$(MKDIR) $(subst /,$(PS),$(@D))