]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Tue, 4 Sep 2001 22:54:59 +0000 (22:54 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 4 Sep 2001 22:54:59 +0000 (22:54 +0000)
Previous update was missing the release version of telling how to build the
resource file [RT #1668]

lib/win32/bindevt/bindevt.dsp
lib/win32/bindevt/bindevt.mak

index 520e6661462d47ecc26e9125d4d1f131dc038f91..4c9dc6b6aa804a90339caec1b613bc76f658d71e 100644 (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
index da87681fbb031bebe956d4031837ef71515cc538..f639922761f55bbb8d42cac3dc18ca0d893d2d64 100644 (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