1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

Add thread.c to Borland CC build.

This commit is contained in:
Bruce Momjian 2003-11-30 05:54:33 +00:00
parent 09ab9b5915
commit edfccd3d32

View File

@ -67,6 +67,7 @@ LIB32_OBJS= \
"$(INTDIR)\inet_aton.obj" \ "$(INTDIR)\inet_aton.obj" \
"$(INTDIR)\crypt.obj" \ "$(INTDIR)\crypt.obj" \
"$(INTDIR)\path.obj" \ "$(INTDIR)\path.obj" \
"$(INTDIR)\thread.obj" \
"$(INTDIR)\dllist.obj" \ "$(INTDIR)\dllist.obj" \
"$(INTDIR)\md5.obj" \ "$(INTDIR)\md5.obj" \
"$(INTDIR)\ip.obj" \ "$(INTDIR)\ip.obj" \