Previous update was missing the release version of telling how to build the
resource file [RT #1668]
!IF "$(CFG)" == "bindevt - Win32 Release"
+# Begin Custom Build
+TargetName=bindevt
+InputPath=.\bindevt.mc
+InputName=bindevt
+
+"$(TargetName).rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ mc $(InputName).mc
+
+# End Custom Build
+
!ELSEIF "$(CFG)" == "bindevt - Win32 Debug"
# Begin Custom Build
!IF "$(CFG)" == "bindevt - Win32 Release"
+TargetName=bindevt
+InputPath=.\bindevt.mc
+InputName=bindevt
+
+".\bindevt.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ <<tempfile.bat
+ @echo off
+ mc $(InputName).mc
+<<
+
+
!ELSEIF "$(CFG)" == "bindevt - Win32 Debug"
TargetName=bindevt