aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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#