forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5f6d735
Neil Conway
Attached patch fixes two problems:
1) gendef works from inside visual studio - use a tempfile instead ofredirection, because for some reason you can't redirect dumpbin frominside (patch from Joachim Wieland)2) gendef must process only *.obj, or you get weird errors in some buildscenarios when it tries to process a logfileMagnus Hagander1 parent840df51 commit5f6d735
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments
Comments
(0)