Skip to content

Commit 3888737

Browse files
committed
Reorder win32/bcc makefile mentions of thread.c for sanity.
1 parent edfccd3 commit 3888737

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/interfaces/libpq/bcc32.mak

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ LIB32_FLAGS=
6464
LIB32_OBJS= \
6565
"$(OUTDIR)\win32.obj" \
6666
"$(INTDIR)\getaddrinfo.obj" \
67+
"$(INTDIR)\thread.obj" \
6768
"$(INTDIR)\inet_aton.obj" \
6869
"$(INTDIR)\crypt.obj" \
6970
"$(INTDIR)\path.obj" \
70-
"$(INTDIR)\thread.obj" \
7171
"$(INTDIR)\dllist.obj" \
7272
"$(INTDIR)\md5.obj" \
7373
"$(INTDIR)\ip.obj" \
@@ -102,6 +102,7 @@ ALL: "$(OUTDIR)" "$(OUTDIR)\blibpq.dll" "$(OUTDIR)\blibpq.lib"
102102

103103
CLEAN :
104104
-@erase "$(INTDIR)\getaddrinfo.obj"
105+
-@erase "$(INTDIR)\thread.obj"
105106
-@erase "$(INTDIR)\inet_aton.obj"
106107
-@erase "$(INTDIR)\crypt.obj"
107108
-@erase "$(INTDIR)\path.obj"

src/interfaces/libpq/win32.mak

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ ALL : "$(OUTDIR)\libpq.lib" "$(OUTDIR)\libpq.dll"
4343

4444
CLEAN :
4545
-@erase "$(INTDIR)\getaddrinfo.obj"
46+
-@erase "$(INTDIR)\thread.obj"
4647
-@erase "$(INTDIR)\inet_aton.obj"
47-
-@erase "$(INTDIR)\crypt.obj"
48+
-@erase "$(INTDIR)\crypt.obj"
4849
-@erase "$(INTDIR)\path.obj"
4950
-@erase "$(INTDIR)\dllist.obj"
5051
-@erase "$(INTDIR)\md5.obj"
@@ -90,6 +91,7 @@ LIB32_FLAGS=$(LOPT) /nologo /out:"$(OUTDIR)\libpq.lib"
9091
LIB32_OBJS= \
9192
"$(INTDIR)\win32.obj" \
9293
"$(INTDIR)\getaddrinfo.obj" \
94+
"$(INTDIR)\thread.obj" \
9395
"$(INTDIR)\inet_aton.obj" \
9496
"$(INTDIR)\crypt.obj" \
9597
"$(INTDIR)\path.obj" \
@@ -104,7 +106,6 @@ LIB32_OBJS= \
104106
"$(INTDIR)\fe-lobj.obj" \
105107
"$(INTDIR)\fe-misc.obj" \
106108
"$(INTDIR)\fe-print.obj" \
107-
"$(INTDIR)\thread.obj" \
108109
"$(INTDIR)\fe-secure.obj" \
109110
"$(INTDIR)\pqexpbuffer.obj" \
110111
"$(INTDIR)\wchar.obj" \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy