aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorRichard M. Stallman1995-05-07 20:16:49 +0000
committerRichard M. Stallman1995-05-07 20:16:49 +0000
commit0369684e2e689472cefc91c1a76892485ea69d79 (patch)
tree8f13c55b1b3a34f2e228000e232738da744974f3 /nt
parent6598027d333caa8c396bf3f310a8bcd8bcfc6586 (diff)
downloademacs-0369684e2e689472cefc91c1a76892485ea69d79.tar.gz
emacs-0369684e2e689472cefc91c1a76892485ea69d79.zip
(CVTRES): Defined.
Diffstat (limited to 'nt')
-rw-r--r--nt/makefile.def2
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
45# If you are using VC 2.0, define COMPAT_LIB (only tested on i386) 45# If you are using VC 2.0, define COMPAT_LIB (only tested on i386)
46#COMPAT_LIB = $(SYS_LIB_DIR)\oldnames.lib 46#COMPAT_LIB = $(SYS_LIB_DIR)\oldnames.lib
47 47
48CVTRES = cvtres.exe
49
48# 50#
49# END CONFIGURATION 51# END CONFIGURATION
50# 52#