diff options
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
#
|