]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fixed small bugs in WIN32 legacy
authorFrancis Dupont <fdupont@isc.org>
Wed, 13 Jan 2016 14:22:52 +0000 (15:22 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 13 Jan 2016 14:22:52 +0000 (15:22 +0100)
lib/isc/win32/libisc.mak.in
lib/lwres/win32/liblwres.mak.in

index 4b55d5ff33c4d26a3403c73e1bd3c8c0913385ae..709d7e8ceaf86444c76f86b3e0990f33b233b39c 100644 (file)
@@ -1234,12 +1234,14 @@ SOURCE=..\aes.c
 
 
 "$(INTDIR)\aes.obj" : $(SOURCE) "$(INTDIR)"
+       $(CPP) $(CPP_PROJ) $(SOURCE)
 
 
 !ELSEIF  "$(CFG)" == "libisc - @PLATFORM@ Debug"
 
 
 "$(INTDIR)\aes.obj"    "$(INTDIR)\aes.sbr" : $(SOURCE) "$(INTDIR)"
+       $(CPP) $(CPP_PROJ) $(SOURCE)
 
 
 !ENDIF
index 21274f58b58af167f08c4558ccf2f3aa783fd402..30ff30deef4c86ee39d27516febae78b2ba4a24a 100644 (file)
@@ -113,6 +113,7 @@ ALL : "..\..\..\Build\Release\liblwres.dll"
 
 
 CLEAN :
+       -@erase "$(INTDIR)\compat.obj"
        -@erase "$(INTDIR)\context.obj"
        -@erase "$(INTDIR)\DLLMain.obj"
        -@erase "$(INTDIR)\gai_strerror.obj"
@@ -155,6 +156,7 @@ LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib iphlpapi.lib /nologo /dll /incre
 DEF_FILE= \
        ".\liblwres.def"
 LINK32_OBJS= \
+       "$(INTDIR)\compat.obj" \
        "$(INTDIR)\context.obj" \
        "$(INTDIR)\DLLMain.obj" \
        "$(INTDIR)\gai_strerror.obj" \
@@ -196,6 +198,8 @@ ALL : "..\..\..\Build\Debug\liblwres.dll" "$(OUTDIR)\liblwres.bsc"
 
 
 CLEAN :
+       -@erase "$(INTDIR)\compat.obj"
+       -@erase "$(INTDIR)\compat.sbr"
        -@erase "$(INTDIR)\context.obj"
        -@erase "$(INTDIR)\context.sbr"
        -@erase "$(INTDIR)\DLLMain.obj"
@@ -258,6 +262,7 @@ MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32
 BSC32=bscmake.exe
 BSC32_FLAGS=/nologo /o"$(OUTDIR)\liblwres.bsc" 
 BSC32_SBRS= \
+       "$(INTDIR)\compat.sbr" \
        "$(INTDIR)\context.sbr" \
        "$(INTDIR)\DLLMain.sbr" \
        "$(INTDIR)\gai_strerror.sbr" \
@@ -291,6 +296,7 @@ LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib iphlpapi.lib /nologo /dll /incre
 DEF_FILE= \
        ".\liblwres.def"
 LINK32_OBJS= \
+       "$(INTDIR)\compat.obj" \
        "$(INTDIR)\context.obj" \
        "$(INTDIR)\DLLMain.obj" \
        "$(INTDIR)\gai_strerror.obj" \