comparison src/makefile.w32-in @ 83644:0ece58f6e0aa

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 803-813) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 51-58) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 233-236) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-25
author Miles Bader <miles@gnu.org>
date Sun, 15 Jul 2007 02:05:20 +0000
parents 04dfcb287775 1f50b1fcfba3
children fd5b4a865d1d
comparison
equal deleted inserted replaced
83643:70b38dec13a1 83644:0ece58f6e0aa
137 137
138 LIBS = $(TLIB0) \ 138 LIBS = $(TLIB0) \
139 $(TLIB1) \ 139 $(TLIB1) \
140 $(TLIBW32) \ 140 $(TLIBW32) \
141 $(TLASTLIB) \ 141 $(TLASTLIB) \
142 $(WINMM) \ 142 $(WINMM) \
143 $(ADVAPI32) \ 143 $(ADVAPI32) \
144 $(GDI32) \ 144 $(GDI32) \
145 $(COMDLG32) \ 145 $(COMDLG32) \
146 $(USER32) \ 146 $(USER32) \
147 $(MPR) \ 147 $(MPR) \
148 $(SHELL32) \ 148 $(SHELL32) \
149 $(WINSPOOL) \ 149 $(WINSPOOL) \
150 $(OLE32) \
150 $(libc) 151 $(libc)
151 152
152 # 153 #
153 # Build the executable and dump it. 154 # Build the executable and dump it.
154 # 155 #