Previous update was missing the release version of telling how to build the resource file [RT #1668]

This commit is contained in:
Danny Mayer
2001-09-04 03:05:55 +00:00
parent 606e919ae3
commit dcc35bf6a4
2 changed files with 21 additions and 0 deletions

View File

@@ -99,6 +99,16 @@ SOURCE=.\bindevt.mc
!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

View File

@@ -176,6 +176,17 @@ SOURCE=.\bindevt.mc
!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