diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-05-07 20:16:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-05-07 20:16:49 +0000 |
commit | d8aaa83cde9b5133f50edda2add7a8ccf433efa0 (patch) | |
tree | 07875fbb60d00dcb1afc557d25020e10f59dceed /nt | |
parent | 86ecc3fc3e35b07f2658e85b9c209532b507a64d (diff) | |
download | emacs-d8aaa83cde9b5133f50edda2add7a8ccf433efa0.tar.gz |
(CVTRES): Defined.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/makefile.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nt/makefile.def b/nt/makefile.def index 57277b0ba61..f83143bf6a9 100644 --- a/nt/makefile.def +++ b/nt/makefile.def @@ -45,6 +45,8 @@ LINK = link32.exe # If you are using VC 2.0, define COMPAT_LIB (only tested on i386)
#COMPAT_LIB = $(SYS_LIB_DIR)\oldnames.lib
+CVTRES = cvtres.exe
+
#
# END CONFIGURATION
#
|