Previous update was missing the release version of telling how to build the resource file [RT #1668]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user