Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0927d99

Browse files
committed
Add MD5 to win32.mak
1 parent 46d7ae7 commit 0927d99

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/interfaces/libpq/win32.mak

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ ALL : "$(OUTDIR)\libpq.lib" "$(OUTDIR)\libpq.dll"
5555

5656
CLEAN :
5757
-@erase "$(INTDIR)\dllist.obj"
58+
-@erase "$(INTDIR)\md5.obj"
5859
-@erase "$(INTDIR)\fe-auth.obj"
5960
-@erase "$(INTDIR)\fe-connect.obj"
6061
-@erase "$(INTDIR)\fe-exec.obj"
@@ -95,6 +96,7 @@ LIB32=link.exe -lib
9596
LIB32_FLAGS=/nologo /out:"$(OUTDIR)\libpq.lib"
9697
LIB32_OBJS= \
9798
"$(INTDIR)\dllist.obj" \
99+
"$(INTDIR)\md5.obj" \
98100
"$(INTDIR)\fe-auth.obj" \
99101
"$(INTDIR)\fe-connect.obj" \
100102
"$(INTDIR)\fe-exec.obj" \
@@ -142,6 +144,12 @@ LINK32_OBJS= \
142144
<<
143145

144146

147+
"$(OUTDIR)\md5.obj" : ..\..\backend\libpq\md5.c
148+
$(CPP) @<<
149+
$(CPP_PROJ) ..\..\backend\libpq\md5.c
150+
<<
151+
152+
145153
!IFDEF MULTIBYTE
146154
"$(INTDIR)\wchar.obj" : ..\..\backend\utils\mb\wchar.c
147155
$(CPP) @<<

0 commit comments

Comments
 (0)