forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit15f16ec
committed
Don't duplicate references and libraries in MSVC scripts
In order not to duplicate references and libraries in the Visual Studioproject files produced by the MSVC build scripts, have them check if aparticular reference or library already exists before adding the same oneagain.Reviewed-by: Álvaro Herrera, Andrew Dunstan, Dagfinn Ilmari MannsåkerDiscussion:https://postgr.es/m/CAApHDvpo6g5csCTjc_0C7DMvgFPomVb0Rh-AcW5afd=Ya=LRuw@mail.gmail.com1 parent33d74c5 commit15f16ec
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
128 | 131 |
| |
129 | 132 |
| |
130 | 133 |
| |
| |||
141 | 144 |
| |
142 | 145 |
| |
143 | 146 |
| |
144 |
| - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
145 | 152 |
| |
146 | 153 |
| |
147 | 154 |
| |
|
0 commit comments
Comments
(0)