diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-07-11 14:41:22 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-07-11 14:41:22 +0000 |
commit | a71f59c1fafa38f9eb0137c88ea879fb3718bdc1 (patch) | |
tree | 9d5d75ac91cc5e64f641fe2bedab55da75001324 /nt/nmake.defs | |
parent | 10b84c37fe38d1dac913081493ca090fc3f84320 (diff) | |
download | emacs-a71f59c1fafa38f9eb0137c88ea879fb3718bdc1.tar.gz |
(OLE32): New library to link.
Diffstat (limited to 'nt/nmake.defs')
-rw-r--r-- | nt/nmake.defs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nt/nmake.defs b/nt/nmake.defs index 5f52bc18c62..03ae2f851fa 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs @@ -123,8 +123,9 @@ MPR = mpr.lib SHELL32 = shell32.lib
USER32 = user32.lib
WSOCK32 = wsock32.lib
-WINMM = winmm.lib
+WINMM = winmm.lib
WINSPOOL = winspool.lib
+OLE32 = ole32.lib
!ifdef NOOPT
DEBUG_CFLAGS = -DEMACSDEBUG
|