summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2009-01-15 15:17:44 +0000
committerJason Rumney <jasonr@gnu.org>2009-01-15 15:17:44 +0000
commit7207c1a9e3dcf1bccead03559d8559aabbf668ab (patch)
tree7b7a52b37fa2d7741383857377869335f0f588ef /nt
parentfa9d0f3824ca79b4e9fc529af664d379f979f940 (diff)
($(BLD)/addpm.exe): Link with SHELL and OLE libs.
Diffstat (limited to 'nt')
-rw-r--r--nt/makefile.w32-in3
1 files changed, 2 insertions, 1 deletions
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index be6a9ffca7b..d566a44e4b7 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -36,7 +36,8 @@ ALL = addpm ddeclient runemacs cmdproxy addsection preprep
addpm: stamp_BLD $(BLD)/addpm.exe
$(BLD)/addpm.exe: $(BLD)/addpm.$(O)
$(LINK) $(LINK_OUT)$@ \
- $(LINK_FLAGS) $(ALL_DEPS) $(BASE_LIBS) $(ADVAPI32) $(USER32)
+ $(LINK_FLAGS) $(ALL_DEPS) $(BASE_LIBS) $(ADVAPI32) \
+ $(USER32) $(OLE32) $(UUID) $(SHELL32)
ddeclient: stamp_BLD $(BLD)/ddeclient.exe
$(BLD)/ddeclient.exe: $(BLD)/ddeclient.$(O)