aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
36addpm: stamp_BLD $(BLD)/addpm.exe 36addpm: stamp_BLD $(BLD)/addpm.exe
37$(BLD)/addpm.exe: $(BLD)/addpm.$(O) 37$(BLD)/addpm.exe: $(BLD)/addpm.$(O)
38 $(LINK) $(LINK_OUT)$@ \ 38 $(LINK) $(LINK_OUT)$@ \
39 $(LINK_FLAGS) $(ALL_DEPS) $(BASE_LIBS) $(ADVAPI32) $(USER32) 39 $(LINK_FLAGS) $(ALL_DEPS) $(BASE_LIBS) $(ADVAPI32) \
40 $(USER32) $(OLE32) $(UUID) $(SHELL32)
40 41
41ddeclient: stamp_BLD $(BLD)/ddeclient.exe 42ddeclient: stamp_BLD $(BLD)/ddeclient.exe
42$(BLD)/ddeclient.exe: $(BLD)/ddeclient.$(O) 43$(BLD)/ddeclient.exe: $(BLD)/ddeclient.$(O)