From: Jason Rumney Date: Thu, 15 Jan 2009 15:17:44 +0000 (+0000) Subject: ($(BLD)/addpm.exe): Link with SHELL and OLE libs. X-Git-Tag: emacs-pretest-23.0.90~435 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7207c1a9e3dcf1bccead03559d8559aabbf668ab;p=emacs.git ($(BLD)/addpm.exe): Link with SHELL and OLE libs. --- 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)