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

Commit b1eeeb2

Browse files
committed
Update standalong libpq makefiles for msvc and bcc to work with the new
libpq events code. Hiroshi Saito
1 parent 5163b94 commit b1eeeb2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/interfaces/libpq/bcc32.mak

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ CLEAN :
9191
-@erase "$(INTDIR)\fe-misc.obj"
9292
-@erase "$(INTDIR)\fe-print.obj"
9393
-@erase "$(INTDIR)\fe-secure.obj"
94+
-@erase "$(INTDIR)\libpq-events.obj"
9495
-@erase "$(INTDIR)\pqexpbuffer.obj"
9596
-@erase "$(INTDIR)\pqsignal.obj"
9697
-@erase "$(INTDIR)\win32.obj"
@@ -133,6 +134,7 @@ LIB32_OBJS= \
133134
"$(INTDIR)\fe-misc.obj" \
134135
"$(INTDIR)\fe-print.obj" \
135136
"$(INTDIR)\fe-secure.obj" \
137+
"$(INTDIR)\libpq-events.obj" \
136138
"$(INTDIR)\pqexpbuffer.obj" \
137139
"$(INTDIR)\pqsignal.obj" \
138140
"$(INTDIR)\wchar.obj" \

src/interfaces/libpq/win32.mak

+2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ CLEAN :
9898
-@erase "$(INTDIR)\fe-misc.obj"
9999
-@erase "$(INTDIR)\fe-print.obj"
100100
-@erase "$(INTDIR)\fe-secure.obj"
101+
-@erase "$(INTDIR)\libpq-events.obj"
101102
-@erase "$(INTDIR)\pqexpbuffer.obj"
102103
-@erase "$(INTDIR)\pqsignal.obj"
103104
-@erase "$(INTDIR)\win32.obj"
@@ -142,6 +143,7 @@ LIB32_OBJS= \
142143
"$(INTDIR)\fe-misc.obj" \
143144
"$(INTDIR)\fe-print.obj" \
144145
"$(INTDIR)\fe-secure.obj" \
146+
"$(INTDIR)\libpq-events.obj" \
145147
"$(INTDIR)\pqexpbuffer.obj" \
146148
"$(INTDIR)\pqsignal.obj" \
147149
"$(INTDIR)\wchar.obj" \

0 commit comments

Comments
 (0)