diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2009-11-12 11:47:29 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2009-11-12 11:47:29 +0000 |
commit | 82ae264574ac580a3b64ee8bb0cfbacf0e414cd4 (patch) | |
tree | 63ff8e6157f3ebcd283891777f211dc1a6c37bc5 /odk/examples/DevelopersGuide | |
parent | 1fa1808fc6fb7e4a430564f5617af10c24eb8d9b (diff) |
#i106627# adapt macro name
Diffstat (limited to 'odk/examples/DevelopersGuide')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/Makefile b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/Makefile index 19342ae673fb..8b5c2a9ed67f 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/Makefile +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/Makefile @@ -75,7 +75,7 @@ $(SHAREDLIB_OUT)/$(SHAREDLIB_PRE)$(SHL_NAME).$(SHAREDLIB_EXT) : $(SLOFILES) $(SH $(LINK) $(LIBRARY_LINK_FLAGS) /DEF:$(SHL_NAME).def /OUT:$@ \ /MAP:$(OUT_SHL_MISC)/$(SHL_NAME).map $(LINK_JAVA_LIBS) \ $(SLOFILES) jawt.lib msvcrt.lib kernel32.lib user32.lib - $(LINK_MANIFEST_VC8_ONLY) + $(LINK_MANIFEST) .PHONY: clean clean : |