1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

Backpatch Borland thread.c fix to 7.4.X.

This commit is contained in:
Bruce Momjian
2003-11-30 06:02:40 +00:00
parent c9fdb54998
commit 1adcaadc2f

View File

@@ -79,6 +79,7 @@ LIB32_OBJS= \
"$(INTDIR)\fe-misc.obj" \ "$(INTDIR)\fe-misc.obj" \
"$(INTDIR)\fe-print.obj" \ "$(INTDIR)\fe-print.obj" \
"$(INTDIR)\fe-secure.obj" \ "$(INTDIR)\fe-secure.obj" \
"$(INTDIR)\thread.obj" \
"$(INTDIR)\pqexpbuffer.obj" \ "$(INTDIR)\pqexpbuffer.obj" \
"$(INTDIR)\wchar.obj" \ "$(INTDIR)\wchar.obj" \
"$(INTDIR)\encnames.obj" "$(INTDIR)\encnames.obj"
@@ -116,6 +117,7 @@ CLEAN :
-@erase "$(INTDIR)\fe-misc.obj" -@erase "$(INTDIR)\fe-misc.obj"
-@erase "$(INTDIR)\fe-print.obj" -@erase "$(INTDIR)\fe-print.obj"
-@erase "$(INTDIR)\fe-secure.obj" -@erase "$(INTDIR)\fe-secure.obj"
-@erase "$(INTDIR)\thread.obj"
-@erase "$(INTDIR)\pqexpbuffer.obj" -@erase "$(INTDIR)\pqexpbuffer.obj"
-@erase "$(OUTDIR)\libpqdll.obj" -@erase "$(OUTDIR)\libpqdll.obj"
-@erase "$(OUTDIR)\win32.obj" -@erase "$(OUTDIR)\win32.obj"