]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
dns64
authorMark Andrews <marka@isc.org>
Thu, 9 Dec 2010 06:12:43 +0000 (06:12 +0000)
committerMark Andrews <marka@isc.org>
Thu, 9 Dec 2010 06:12:43 +0000 (06:12 +0000)
lib/dns/win32/libdns.dsp
lib/dns/win32/libdns.mak

index 1bfc110be5b7ea0e0504a872637079ec9973551f..7533b644c4285185cd0fe33653ad01af76850910 100644 (file)
@@ -162,6 +162,10 @@ SOURCE=..\include\dns\dlz.h
 # End Source File
 # Begin Source File
 
+SOURCE=..\include\dns\dns64.h
+# End Source File
+# Begin Source File
+
 SOURCE=..\include\dns\dnssec.h
 # End Source File
 # Begin Source File
@@ -486,6 +490,10 @@ SOURCE=.\DLLMain.c
 # End Source File
 # Begin Source File
 
+SOURCE=..\dns64.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\dnssec.c
 # End Source File
 # Begin Source File
index f26e89a9f491d2fed44ffc9b623b4cf6dfee8828..c6e1381f283b75ebd5c5b186140a9623bb9df649 100644 (file)
@@ -134,6 +134,7 @@ CLEAN :
        -@erase "$(INTDIR)\dispatch.obj"
        -@erase "$(INTDIR)\dlz.obj"
        -@erase "$(INTDIR)\DLLMain.obj"
+       -@erase "$(INTDIR)\dns64.obj"
        -@erase "$(INTDIR)\dnssec.obj"
        -@erase "$(INTDIR)\ds.obj"
        -@erase "$(INTDIR)\dst_api.obj"
@@ -266,6 +267,7 @@ LINK32_OBJS= \
        "$(INTDIR)\dispatch.obj" \
        "$(INTDIR)\dlz.obj" \
        "$(INTDIR)\DLLMain.obj" \
+       "$(INTDIR)\dns64.obj" \
        "$(INTDIR)\dnssec.obj" \
        "$(INTDIR)\ds.obj" \
        "$(INTDIR)\forward.obj" \
@@ -391,6 +393,8 @@ CLEAN :
        -@erase "$(INTDIR)\dlz.sbr"
        -@erase "$(INTDIR)\DLLMain.obj"
        -@erase "$(INTDIR)\DLLMain.sbr"
+       -@erase "$(INTDIR)\dns64.obj"
+       -@erase "$(INTDIR)\dns64.sbr"
        -@erase "$(INTDIR)\dnssec.obj"
        -@erase "$(INTDIR)\dnssec.sbr"
        -@erase "$(INTDIR)\ds.obj"
@@ -590,6 +594,7 @@ BSC32_SBRS= \
        "$(INTDIR)\dispatch.sbr" \
        "$(INTDIR)\dlz.sbr" \
        "$(INTDIR)\DLLMain.sbr" \
+       "$(INTDIR)\dns64.sbr" \
        "$(INTDIR)\dnssec.sbr" \
        "$(INTDIR)\ds.sbr" \
        "$(INTDIR)\forward.sbr" \
@@ -681,6 +686,7 @@ LINK32_OBJS= \
        "$(INTDIR)\dispatch.obj" \
        "$(INTDIR)\dlz.obj" \
        "$(INTDIR)\DLLMain.obj" \
+       "$(INTDIR)\dns64.obj" \
        "$(INTDIR)\dnssec.obj" \
        "$(INTDIR)\ds.obj" \
        "$(INTDIR)\forward.obj" \
@@ -1020,6 +1026,24 @@ SOURCE=.\DLLMain.c
 "$(INTDIR)\DLLMain.obj"        "$(INTDIR)\DLLMain.sbr" : $(SOURCE) "$(INTDIR)"
 
 
+!ENDIF 
+
+SOURCE=..\dns64.c
+
+!IF  "$(CFG)" == "libdns - Win32 Release"
+
+
+"$(INTDIR)\dns64.obj" : $(SOURCE) "$(INTDIR)"
+       $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
+!ELSEIF  "$(CFG)" == "libdns - Win32 Debug"
+
+
+"$(INTDIR)\dns64.obj"  "$(INTDIR)\dns64.sbr" : $(SOURCE) "$(INTDIR)"
+       $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
 !ENDIF 
 
 SOURCE=..\dnssec.c