mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 19:22:09 -04:00
Previous update was missing the release version of telling how to build the resource file [RT #1668]
This commit is contained in:
parent
606e919ae3
commit
dcc35bf6a4
2 changed files with 21 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue