diff options
| author | Richard M. Stallman | 1998-05-01 04:52:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-01 04:52:54 +0000 |
| commit | bba07c181d4c821f3c127838ecd37107e25589b2 (patch) | |
| tree | 8df66beb963da9d08f967db78a6865abc3816122 /src/makefile.nt | |
| parent | 523812cdf373eb68bd1dc3cdfabca8de965ce569 (diff) | |
| download | emacs-bba07c181d4c821f3c127838ecd37107e25589b2.tar.gz emacs-bba07c181d4c821f3c127838ecd37107e25589b2.zip | |
(LIBS): Link in shell32.lib.
Diffstat (limited to 'src/makefile.nt')
| -rw-r--r-- | src/makefile.nt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index 5efaf8c9f9a..7ecb6474f77 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -159,6 +159,7 @@ LIBS = $(TLIB0) \ | |||
| 159 | $(ADVAPI32) \ | 159 | $(ADVAPI32) \ |
| 160 | user32.lib \ | 160 | user32.lib \ |
| 161 | mpr.lib \ | 161 | mpr.lib \ |
| 162 | shell32.lib \ | ||
| 162 | setargv.obj | 163 | setargv.obj |
| 163 | 164 | ||
| 164 | # | 165 | # |