forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitea9e06a
committed
Clean up MinGW def file generation
There were some leftovers from ancient ad-hoc ways to build onWindows, prior to the standardization on MSVC and MinGW. We don'tneed to build a lib$(NAME)ddll.def (debug build, as opposed tolib$(NAME)dll.def) for MinGW, since nothing uses that. We also don'tneed to build the regular .def file during distprep, since the MinGWbuild environment is perfectly capable of creating that normally atbuild time.Discussion:https://www.postgresql.org/message-id/flat/0f9db9f8-47b8-a48b-6ccc-15b22b412316%402ndquadrant.com1 parent5d3587d commitea9e06a
File tree
5 files changed
+13
-35
lines changed- src
- interfaces
- ecpg
- compatlib
- ecpglib
- pgtypeslib
- libpq
5 files changed
+13
-35
lines changedLines changed: 9 additions & 31 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
53 | 52 |
| |
54 | 53 |
| |
55 | 54 |
| |
| |||
374 | 373 |
| |
375 | 374 |
| |
376 | 375 |
| |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
377 | 383 |
| |
378 | 384 |
| |
379 | 385 |
| |
| |||
397 | 403 |
| |
398 | 404 |
| |
399 | 405 |
| |
400 |
| - | |
401 |
| - | |
402 |
| - | |
403 |
| - | |
404 |
| - | |
405 |
| - | |
406 |
| - | |
407 |
| - | |
408 |
| - | |
409 |
| - | |
410 |
| - | |
411 |
| - | |
412 |
| - | |
413 |
| - | |
414 |
| - | |
415 |
| - | |
416 |
| - | |
417 |
| - | |
418 |
| - | |
419 |
| - | |
420 |
| - | |
421 |
| - | |
422 |
| - | |
423 |
| - | |
424 |
| - | |
425 |
| - | |
426 | 406 |
| |
427 | 407 |
| |
428 | 408 |
| |
| |||
505 | 485 |
| |
506 | 486 |
| |
507 | 487 |
| |
508 |
| - | |
509 |
| - | |
510 |
| - | |
511 |
| - | |
| 488 | + | |
| 489 | + | |
512 | 490 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
|
0 commit comments
Comments
(0)