aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-09-27 22:09:21 +0000
committerJason Rumney2007-09-27 22:09:21 +0000
commitcbcb463b3cb74fd06ddbfac949fa6329e5d0d082 (patch)
treefaa37a1be6c0ad6b83ea7ad9940ef1099b2bb7fc /src
parentdbf60b0750ca6df0558bf7e678f20109be29397d (diff)
downloademacs-cbcb463b3cb74fd06ddbfac949fa6329e5d0d082.tar.gz
emacs-cbcb463b3cb74fd06ddbfac949fa6329e5d0d082.zip
(LIBS): Add COMCTL32.
Diffstat (limited to 'src')
-rw-r--r--src/makefile.w32-in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 6611efbe3b2..488aadf8a29 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -147,6 +147,7 @@ LIBS = $(TLIB0) \
147 $(SHELL32) \ 147 $(SHELL32) \
148 $(WINSPOOL) \ 148 $(WINSPOOL) \
149 $(OLE32) \ 149 $(OLE32) \
150 $(COMCTL32) \
150 $(libc) 151 $(libc)
151 152
152# 153#