aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-07-11 14:41:44 +0000
committerJason Rumney2007-07-11 14:41:44 +0000
commitc1c5c06dc3dec634ff0dbda889f357f9e5b582e7 (patch)
tree4832bc851d5e0d7340cd70c40f0354d5cb690c47 /src
parenta71f59c1fafa38f9eb0137c88ea879fb3718bdc1 (diff)
downloademacs-c1c5c06dc3dec634ff0dbda889f357f9e5b582e7.tar.gz
emacs-c1c5c06dc3dec634ff0dbda889f357f9e5b582e7.zip
(LIBS): Include OLE32.
Diffstat (limited to 'src')
-rw-r--r--src/makefile.w32-in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 4dad03f4c0c..ccb0dcf9f5f 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -138,7 +138,7 @@ LIBS = $(TLIB0) \
138 $(TLIB1) \ 138 $(TLIB1) \
139 $(TLIBW32) \ 139 $(TLIBW32) \
140 $(TLASTLIB) \ 140 $(TLASTLIB) \
141 $(WINMM) \ 141 $(WINMM) \
142 $(ADVAPI32) \ 142 $(ADVAPI32) \
143 $(GDI32) \ 143 $(GDI32) \
144 $(COMDLG32) \ 144 $(COMDLG32) \
@@ -146,6 +146,7 @@ LIBS = $(TLIB0) \
146 $(MPR) \ 146 $(MPR) \
147 $(SHELL32) \ 147 $(SHELL32) \
148 $(WINSPOOL) \ 148 $(WINSPOOL) \
149 $(OLE32) \
149 $(libc) 150 $(libc)
150 151
151# 152#