forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita7f8ae3
committed
Put libpgport into OBJS instead of LIBS, so that it gets included
into .def and .exp files automatically on Windows, AIX, and the like.An additional benefit is that changes in libpgport files correctlypropagate to force rebuild of the backend executable. This is myreworking of Rocco Altier's idea, and if it breaks anything it'sdefinitely my fault.1 parent06e1d62 commita7f8ae3
1 file changed
+10
-8
lines changedLines changed: 10 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 |
| |
22 | 27 |
| |
23 | 28 |
| |
24 | 29 |
| |
25 | 30 |
| |
26 | 31 |
| |
27 |
| - | |
| 32 | + | |
28 | 33 |
| |
29 | 34 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 | 35 |
| |
34 | 36 |
| |
35 | 37 |
| |
| |||
69 | 71 |
| |
70 | 72 |
| |
71 | 73 |
| |
72 |
| - | |
| 74 | + | |
73 | 75 |
| |
74 | 76 |
| |
75 | 77 |
| |
| |||
98 | 100 |
| |
99 | 101 |
| |
100 | 102 |
| |
101 |
| - | |
| 103 | + | |
102 | 104 |
| |
103 | 105 |
| |
104 | 106 |
| |
|
0 commit comments
Comments
(0)