forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2fcedad
committed
Link $(WIN32RES) into single-file modules only when PGFILEDESC is set.
Commit0ffc201 included this objectunconditionally. Being unprepared for that, most external, single-filemodules failed to build. This better aligns the GNU make build systemwith the heuristic in the MSVC build's Project::AddDirResourceFile().In-tree, installed modules set PGFILEDESC, so they will see no change.Also, under PGXS, omit the nonfunctioning rule to build win32ver.rc.Back-patch to 9.5, where the aforementioned commit first appeared.1 parent94a8b45 commit2fcedad
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
71 | 76 | | |
72 | 77 | | |
| 78 | + | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
78 | | - | |
| 84 | + | |
79 | 85 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
0 commit comments
Comments
(0)