- Notifications
You must be signed in to change notification settings - Fork5
Commitc261706
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 parent7c29764 commitc261706
2 files changed
+8
-2
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
65 | 70 |
| |
66 | 71 |
| |
| 72 | + | |
67 | 73 |
| |
68 | 74 |
| |
69 | 75 |
| |
70 | 76 |
| |
71 | 77 |
| |
72 |
| - | |
| 78 | + | |
73 | 79 |
|
Lines changed: 1 addition & 1 deletion
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)