summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/remoteclient
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2009-11-05 14:21:50 +0000
committerJuergen Schmidt <jsc@openoffice.org>2009-11-05 14:21:50 +0000
commit40487924f7f7e60fdc353b0cffd9178155387831 (patch)
tree8ae8acddd4dc945c1b65958b96d1ecf4d42d29b1 /odk/examples/cpp/remoteclient
parentb7f5132b041b7e66d1403b04e12c5f9d34f318d1 (diff)
#i106627# extend and adapt env for VC9, building manifest, change macro
Diffstat (limited to 'odk/examples/cpp/remoteclient')
-rw-r--r--odk/examples/cpp/remoteclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/remoteclient/Makefile b/odk/examples/cpp/remoteclient/Makefile
index 4486a5ac9f0a..e19d9c1c59a9 100644
--- a/odk/examples/cpp/remoteclient/Makefile
+++ b/odk/examples/cpp/remoteclient/Makefile
@@ -97,7 +97,7 @@ $(SHAREDLIB_OUT)/%.$(SHAREDLIB_EXT) : $(SLOFILES)
$(LINK) $(COMP_LINK_FLAGS) /OUT:$@ \
/MAP:$(OUT_COMP_GEN)/$(subst $(SHAREDLIB_EXT),map,$(@F)) $(SLOFILES) \
$(CPPUHELPERLIB) $(CPPULIB) $(SALLIB) $(STLPORTLIB) msvcrt.lib kernel32.lib
- $(LINK_MANIFEST_VC8_ONLY)
+ $(LINK_MANIFEST)
else
$(SHAREDLIB_OUT)/%.$(SHAREDLIB_EXT) : $(SLOFILES) $(COMP_MAPFILE)
-$(MKDIR) $(subst /,$(PS),$(@D))