xref: /AOO41X/main/python/python-2.7.18-msvs9-win64.patch (revision df26b2344d5dde90a7be84c4b8029bbf6a73a2f1)
1*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/_bsddb.vcproj misc/build/Python-2.7.18/PC/VS9.0/_bsddb.vcproj
2*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/_bsddb.vcproj	2017-09-16 12:38:35.000000000 -0500
3*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/_bsddb.vcproj	2017-10-21 17:56:40.218589000 -0500
4*df26b234SDonLewisFreeBSD@@ -56,6 +56,7 @@
5*df26b234SDonLewisFreeBSD 			/>
6*df26b234SDonLewisFreeBSD 			<Tool
7*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
8*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
9*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(bsddbDepLibs)"
10*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
11*df26b234SDonLewisFreeBSD 			/>
12*df26b234SDonLewisFreeBSD@@ -120,6 +121,7 @@
13*df26b234SDonLewisFreeBSD 			/>
14*df26b234SDonLewisFreeBSD 			<Tool
15*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
16*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
17*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(bsddbDepLibs)"
18*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
19*df26b234SDonLewisFreeBSD 			/>
20*df26b234SDonLewisFreeBSD@@ -183,6 +185,7 @@
21*df26b234SDonLewisFreeBSD 			/>
22*df26b234SDonLewisFreeBSD 			<Tool
23*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
24*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
25*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(bsddbDepLibs)"
26*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
27*df26b234SDonLewisFreeBSD 			/>
28*df26b234SDonLewisFreeBSD@@ -248,6 +251,7 @@
29*df26b234SDonLewisFreeBSD 			/>
30*df26b234SDonLewisFreeBSD 			<Tool
31*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
32*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
33*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(bsddbDepLibs)"
34*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
35*df26b234SDonLewisFreeBSD 			/>
36*df26b234SDonLewisFreeBSD@@ -311,6 +315,7 @@
37*df26b234SDonLewisFreeBSD 			/>
38*df26b234SDonLewisFreeBSD 			<Tool
39*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
40*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
41*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(bsddbDepLibs)"
42*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
43*df26b234SDonLewisFreeBSD 			/>
44*df26b234SDonLewisFreeBSD@@ -375,6 +380,7 @@
45*df26b234SDonLewisFreeBSD 			/>
46*df26b234SDonLewisFreeBSD 			<Tool
47*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
48*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
49*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(bsddbDepLibs)"
50*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
51*df26b234SDonLewisFreeBSD 				TargetMachine="17"
52*df26b234SDonLewisFreeBSD@@ -439,6 +445,7 @@
53*df26b234SDonLewisFreeBSD 			/>
54*df26b234SDonLewisFreeBSD 			<Tool
55*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
56*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
57*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(bsddbDepLibs)"
58*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
59*df26b234SDonLewisFreeBSD 			/>
60*df26b234SDonLewisFreeBSD@@ -503,6 +510,7 @@
61*df26b234SDonLewisFreeBSD 			/>
62*df26b234SDonLewisFreeBSD 			<Tool
63*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
64*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
65*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(bsddbDepLibs)"
66*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
67*df26b234SDonLewisFreeBSD 				TargetMachine="17"
68*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes.vcproj misc/build/Python-2.7.18/PC/VS9.0/_ctypes.vcproj
69*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/_ctypes.vcproj	2017-09-16 12:38:35.000000000 -0500
70*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/_ctypes.vcproj	2017-10-21 17:56:40.219465000 -0500
71*df26b234SDonLewisFreeBSD@@ -177,7 +177,7 @@
72*df26b234SDonLewisFreeBSD 			/>
73*df26b234SDonLewisFreeBSD 			<Tool
74*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
75*df26b234SDonLewisFreeBSD-				AdditionalOptions="/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
76*df26b234SDonLewisFreeBSD+				AdditionalOptions="/DYNAMICBASE /NXCOMPAT /EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
77*df26b234SDonLewisFreeBSD 				SubSystem="0"
78*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D1A0000"
79*df26b234SDonLewisFreeBSD 			/>
80*df26b234SDonLewisFreeBSD@@ -241,7 +241,7 @@
81*df26b234SDonLewisFreeBSD 			/>
82*df26b234SDonLewisFreeBSD 			<Tool
83*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
84*df26b234SDonLewisFreeBSD-				AdditionalOptions="/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
85*df26b234SDonLewisFreeBSD+				AdditionalOptions="/DYNAMICBASE /NXCOMPAT /EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
86*df26b234SDonLewisFreeBSD 				SubSystem="0"
87*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D1A0000"
88*df26b234SDonLewisFreeBSD 			/>
89*df26b234SDonLewisFreeBSD@@ -304,7 +304,7 @@
90*df26b234SDonLewisFreeBSD 			/>
91*df26b234SDonLewisFreeBSD 			<Tool
92*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
93*df26b234SDonLewisFreeBSD-				AdditionalOptions="/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
94*df26b234SDonLewisFreeBSD+				AdditionalOptions="/DYNAMICBASE /NXCOMPAT /EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
95*df26b234SDonLewisFreeBSD 				SubSystem="0"
96*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D1A0000"
97*df26b234SDonLewisFreeBSD 			/>
98*df26b234SDonLewisFreeBSD@@ -368,7 +368,7 @@
99*df26b234SDonLewisFreeBSD 			/>
100*df26b234SDonLewisFreeBSD 			<Tool
101*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
102*df26b234SDonLewisFreeBSD-				AdditionalOptions="/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
103*df26b234SDonLewisFreeBSD+				AdditionalOptions="/DYNAMICBASE /NXCOMPAT /EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
104*df26b234SDonLewisFreeBSD 				SubSystem="0"
105*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D1A0000"
106*df26b234SDonLewisFreeBSD 				TargetMachine="17"
107*df26b234SDonLewisFreeBSD@@ -432,7 +432,7 @@
108*df26b234SDonLewisFreeBSD 			/>
109*df26b234SDonLewisFreeBSD 			<Tool
110*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
111*df26b234SDonLewisFreeBSD-				AdditionalOptions="/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
112*df26b234SDonLewisFreeBSD+				AdditionalOptions="/DYNAMICBASE /NXCOMPAT /EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
113*df26b234SDonLewisFreeBSD 				SubSystem="0"
114*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D1A0000"
115*df26b234SDonLewisFreeBSD 			/>
116*df26b234SDonLewisFreeBSD@@ -496,7 +496,7 @@
117*df26b234SDonLewisFreeBSD 			/>
118*df26b234SDonLewisFreeBSD 			<Tool
119*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
120*df26b234SDonLewisFreeBSD-				AdditionalOptions="/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
121*df26b234SDonLewisFreeBSD+				AdditionalOptions="/DYNAMICBASE /NXCOMPAT /EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
122*df26b234SDonLewisFreeBSD 				SubSystem="0"
123*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D1A0000"
124*df26b234SDonLewisFreeBSD 				TargetMachine="17"
125*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj misc/build/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj
126*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj	2017-09-16 12:38:35.000000000 -0500
127*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj	2017-10-21 17:56:40.220226000 -0500
128*df26b234SDonLewisFreeBSD@@ -54,6 +54,7 @@
129*df26b234SDonLewisFreeBSD 			/>
130*df26b234SDonLewisFreeBSD 			<Tool
131*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
132*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
133*df26b234SDonLewisFreeBSD 			/>
134*df26b234SDonLewisFreeBSD 			<Tool
135*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
136*df26b234SDonLewisFreeBSD@@ -113,6 +114,7 @@
137*df26b234SDonLewisFreeBSD 			/>
138*df26b234SDonLewisFreeBSD 			<Tool
139*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
140*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
141*df26b234SDonLewisFreeBSD 			/>
142*df26b234SDonLewisFreeBSD 			<Tool
143*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
144*df26b234SDonLewisFreeBSD@@ -172,6 +174,7 @@
145*df26b234SDonLewisFreeBSD 			/>
146*df26b234SDonLewisFreeBSD 			<Tool
147*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
148*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
149*df26b234SDonLewisFreeBSD 			/>
150*df26b234SDonLewisFreeBSD 			<Tool
151*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
152*df26b234SDonLewisFreeBSD@@ -232,6 +235,7 @@
153*df26b234SDonLewisFreeBSD 			/>
154*df26b234SDonLewisFreeBSD 			<Tool
155*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
156*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
157*df26b234SDonLewisFreeBSD 			/>
158*df26b234SDonLewisFreeBSD 			<Tool
159*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
160*df26b234SDonLewisFreeBSD@@ -291,6 +295,7 @@
161*df26b234SDonLewisFreeBSD 			/>
162*df26b234SDonLewisFreeBSD 			<Tool
163*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
164*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
165*df26b234SDonLewisFreeBSD 			/>
166*df26b234SDonLewisFreeBSD 			<Tool
167*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
168*df26b234SDonLewisFreeBSD@@ -352,6 +357,7 @@
169*df26b234SDonLewisFreeBSD 			<Tool
170*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
171*df26b234SDonLewisFreeBSD 				TargetMachine="17"
172*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
173*df26b234SDonLewisFreeBSD 			/>
174*df26b234SDonLewisFreeBSD 			<Tool
175*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
176*df26b234SDonLewisFreeBSD@@ -411,6 +417,7 @@
177*df26b234SDonLewisFreeBSD 			/>
178*df26b234SDonLewisFreeBSD 			<Tool
179*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
180*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
181*df26b234SDonLewisFreeBSD 			/>
182*df26b234SDonLewisFreeBSD 			<Tool
183*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
184*df26b234SDonLewisFreeBSD@@ -472,6 +479,7 @@
185*df26b234SDonLewisFreeBSD 			<Tool
186*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
187*df26b234SDonLewisFreeBSD 				TargetMachine="17"
188*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
189*df26b234SDonLewisFreeBSD 			/>
190*df26b234SDonLewisFreeBSD 			<Tool
191*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
192*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/_elementtree.vcproj misc/build/Python-2.7.18/PC/VS9.0/_elementtree.vcproj
193*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/_elementtree.vcproj	2017-09-16 12:38:35.000000000 -0500
194*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/_elementtree.vcproj	2017-10-21 17:56:40.221003000 -0500
195*df26b234SDonLewisFreeBSD@@ -57,6 +57,7 @@
196*df26b234SDonLewisFreeBSD 			<Tool
197*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
198*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D100000"
199*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
200*df26b234SDonLewisFreeBSD 			/>
201*df26b234SDonLewisFreeBSD 			<Tool
202*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
203*df26b234SDonLewisFreeBSD@@ -119,6 +120,7 @@
204*df26b234SDonLewisFreeBSD 			<Tool
205*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
206*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D100000"
207*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
208*df26b234SDonLewisFreeBSD 			/>
209*df26b234SDonLewisFreeBSD 			<Tool
210*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
211*df26b234SDonLewisFreeBSD@@ -181,6 +183,7 @@
212*df26b234SDonLewisFreeBSD 			<Tool
213*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
214*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D100000"
215*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
216*df26b234SDonLewisFreeBSD 			/>
217*df26b234SDonLewisFreeBSD 			<Tool
218*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
219*df26b234SDonLewisFreeBSD@@ -244,6 +247,7 @@
220*df26b234SDonLewisFreeBSD 			<Tool
221*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
222*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D100000"
223*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
224*df26b234SDonLewisFreeBSD 			/>
225*df26b234SDonLewisFreeBSD 			<Tool
226*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
227*df26b234SDonLewisFreeBSD@@ -306,6 +310,7 @@
228*df26b234SDonLewisFreeBSD 			<Tool
229*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
230*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D100000"
231*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
232*df26b234SDonLewisFreeBSD 			/>
233*df26b234SDonLewisFreeBSD 			<Tool
234*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
235*df26b234SDonLewisFreeBSD@@ -370,6 +375,7 @@
236*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
237*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D100000"
238*df26b234SDonLewisFreeBSD 				TargetMachine="17"
239*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
240*df26b234SDonLewisFreeBSD 			/>
241*df26b234SDonLewisFreeBSD 			<Tool
242*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
243*df26b234SDonLewisFreeBSD@@ -432,6 +438,7 @@
244*df26b234SDonLewisFreeBSD 			<Tool
245*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
246*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D100000"
247*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
248*df26b234SDonLewisFreeBSD 			/>
249*df26b234SDonLewisFreeBSD 			<Tool
250*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
251*df26b234SDonLewisFreeBSD@@ -496,6 +503,7 @@
252*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
253*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D100000"
254*df26b234SDonLewisFreeBSD 				TargetMachine="17"
255*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
256*df26b234SDonLewisFreeBSD 			/>
257*df26b234SDonLewisFreeBSD 			<Tool
258*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
259*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/_hashlib.vcproj misc/build/Python-2.7.18/PC/VS9.0/_hashlib.vcproj
260*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/_hashlib.vcproj	2017-09-16 12:38:35.000000000 -0500
261*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/_hashlib.vcproj	2017-10-21 17:56:40.222221000 -0500
262*df26b234SDonLewisFreeBSD@@ -58,6 +58,7 @@
263*df26b234SDonLewisFreeBSD 			<Tool
264*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
265*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib $(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
266*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
267*df26b234SDonLewisFreeBSD 			/>
268*df26b234SDonLewisFreeBSD 			<Tool
269*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
270*df26b234SDonLewisFreeBSD@@ -121,6 +122,7 @@
271*df26b234SDonLewisFreeBSD 			<Tool
272*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
273*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib $(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
274*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
275*df26b234SDonLewisFreeBSD 			/>
276*df26b234SDonLewisFreeBSD 			<Tool
277*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
278*df26b234SDonLewisFreeBSD@@ -184,6 +186,7 @@
279*df26b234SDonLewisFreeBSD 			<Tool
280*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
281*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib $(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
282*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
283*df26b234SDonLewisFreeBSD 			/>
284*df26b234SDonLewisFreeBSD 			<Tool
285*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
286*df26b234SDonLewisFreeBSD@@ -248,6 +251,7 @@
287*df26b234SDonLewisFreeBSD 			<Tool
288*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
289*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib $(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
290*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
291*df26b234SDonLewisFreeBSD 			/>
292*df26b234SDonLewisFreeBSD 			<Tool
293*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
294*df26b234SDonLewisFreeBSD@@ -311,6 +315,7 @@
295*df26b234SDonLewisFreeBSD 			<Tool
296*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
297*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib $(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
298*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
299*df26b234SDonLewisFreeBSD 			/>
300*df26b234SDonLewisFreeBSD 			<Tool
301*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
302*df26b234SDonLewisFreeBSD@@ -376,6 +381,7 @@
303*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
304*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib $(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
305*df26b234SDonLewisFreeBSD 				TargetMachine="17"
306*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
307*df26b234SDonLewisFreeBSD 			/>
308*df26b234SDonLewisFreeBSD 			<Tool
309*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
310*df26b234SDonLewisFreeBSD@@ -439,6 +445,7 @@
311*df26b234SDonLewisFreeBSD 			<Tool
312*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
313*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib $(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
314*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
315*df26b234SDonLewisFreeBSD 			/>
316*df26b234SDonLewisFreeBSD 			<Tool
317*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
318*df26b234SDonLewisFreeBSD@@ -504,6 +511,7 @@
319*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
320*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib $(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
321*df26b234SDonLewisFreeBSD 				TargetMachine="17"
322*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
323*df26b234SDonLewisFreeBSD 			/>
324*df26b234SDonLewisFreeBSD 			<Tool
325*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
326*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/_msi.vcproj misc/build/Python-2.7.18/PC/VS9.0/_msi.vcproj
327*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/_msi.vcproj	2017-09-16 12:38:35.000000000 -0500
328*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/_msi.vcproj	2017-10-21 17:56:40.223291000 -0500
329*df26b234SDonLewisFreeBSD@@ -56,6 +56,7 @@
330*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
331*df26b234SDonLewisFreeBSD 				AdditionalDependencies="fci.lib msi.lib rpcrt4.lib"
332*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D160000"
333*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
334*df26b234SDonLewisFreeBSD 			/>
335*df26b234SDonLewisFreeBSD 			<Tool
336*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
337*df26b234SDonLewisFreeBSD@@ -117,6 +118,7 @@
338*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
339*df26b234SDonLewisFreeBSD 				AdditionalDependencies="fci.lib msi.lib rpcrt4.lib"
340*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D160000"
341*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
342*df26b234SDonLewisFreeBSD 			/>
343*df26b234SDonLewisFreeBSD 			<Tool
344*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
345*df26b234SDonLewisFreeBSD@@ -178,6 +180,7 @@
346*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
347*df26b234SDonLewisFreeBSD 				AdditionalDependencies="fci.lib msi.lib rpcrt4.lib"
348*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D160000"
349*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
350*df26b234SDonLewisFreeBSD 			/>
351*df26b234SDonLewisFreeBSD 			<Tool
352*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
353*df26b234SDonLewisFreeBSD@@ -240,6 +243,7 @@
354*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
355*df26b234SDonLewisFreeBSD 				AdditionalDependencies="fci.lib msi.lib rpcrt4.lib"
356*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D160000"
357*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
358*df26b234SDonLewisFreeBSD 			/>
359*df26b234SDonLewisFreeBSD 			<Tool
360*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
361*df26b234SDonLewisFreeBSD@@ -301,6 +305,7 @@
362*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
363*df26b234SDonLewisFreeBSD 				AdditionalDependencies="fci.lib msi.lib rpcrt4.lib"
364*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D160000"
365*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
366*df26b234SDonLewisFreeBSD 			/>
367*df26b234SDonLewisFreeBSD 			<Tool
368*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
369*df26b234SDonLewisFreeBSD@@ -364,6 +369,7 @@
370*df26b234SDonLewisFreeBSD 				AdditionalDependencies="fci.lib msi.lib rpcrt4.lib"
371*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D160000"
372*df26b234SDonLewisFreeBSD 				TargetMachine="17"
373*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
374*df26b234SDonLewisFreeBSD 			/>
375*df26b234SDonLewisFreeBSD 			<Tool
376*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
377*df26b234SDonLewisFreeBSD@@ -425,6 +431,7 @@
378*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
379*df26b234SDonLewisFreeBSD 				AdditionalDependencies="fci.lib msi.lib rpcrt4.lib"
380*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D160000"
381*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
382*df26b234SDonLewisFreeBSD 			/>
383*df26b234SDonLewisFreeBSD 			<Tool
384*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
385*df26b234SDonLewisFreeBSD@@ -488,6 +495,7 @@
386*df26b234SDonLewisFreeBSD 				AdditionalDependencies="fci.lib msi.lib rpcrt4.lib"
387*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D160000"
388*df26b234SDonLewisFreeBSD 				TargetMachine="17"
389*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
390*df26b234SDonLewisFreeBSD 			/>
391*df26b234SDonLewisFreeBSD 			<Tool
392*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
393*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj misc/build/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj
394*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj	2017-09-16 12:38:35.000000000 -0500
395*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj	2017-10-21 17:56:40.224316000 -0500
396*df26b234SDonLewisFreeBSD@@ -56,6 +56,7 @@
397*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
398*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
399*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
400*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
401*df26b234SDonLewisFreeBSD 			/>
402*df26b234SDonLewisFreeBSD 			<Tool
403*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
404*df26b234SDonLewisFreeBSD@@ -117,6 +118,7 @@
405*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
406*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
407*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
408*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
409*df26b234SDonLewisFreeBSD 			/>
410*df26b234SDonLewisFreeBSD 			<Tool
411*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
412*df26b234SDonLewisFreeBSD@@ -178,6 +180,7 @@
413*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
414*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
415*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
416*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
417*df26b234SDonLewisFreeBSD 			/>
418*df26b234SDonLewisFreeBSD 			<Tool
419*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
420*df26b234SDonLewisFreeBSD@@ -240,6 +243,7 @@
421*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
422*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
423*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
424*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
425*df26b234SDonLewisFreeBSD 			/>
426*df26b234SDonLewisFreeBSD 			<Tool
427*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
428*df26b234SDonLewisFreeBSD@@ -301,6 +305,7 @@
429*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
430*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
431*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
432*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
433*df26b234SDonLewisFreeBSD 			/>
434*df26b234SDonLewisFreeBSD 			<Tool
435*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
436*df26b234SDonLewisFreeBSD@@ -364,6 +369,7 @@
437*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
438*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
439*df26b234SDonLewisFreeBSD 				TargetMachine="17"
440*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
441*df26b234SDonLewisFreeBSD 			/>
442*df26b234SDonLewisFreeBSD 			<Tool
443*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
444*df26b234SDonLewisFreeBSD@@ -425,6 +431,7 @@
445*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
446*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
447*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
448*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
449*df26b234SDonLewisFreeBSD 			/>
450*df26b234SDonLewisFreeBSD 			<Tool
451*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
452*df26b234SDonLewisFreeBSD@@ -488,6 +495,7 @@
453*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
454*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
455*df26b234SDonLewisFreeBSD 				TargetMachine="17"
456*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
457*df26b234SDonLewisFreeBSD 			/>
458*df26b234SDonLewisFreeBSD 			<Tool
459*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
460*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/_socket.vcproj misc/build/Python-2.7.18/PC/VS9.0/_socket.vcproj
461*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/_socket.vcproj	2017-09-16 12:38:35.000000000 -0500
462*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/_socket.vcproj	2017-10-21 17:56:40.225407000 -0500
463*df26b234SDonLewisFreeBSD@@ -56,6 +56,7 @@
464*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
465*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
466*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
467*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
468*df26b234SDonLewisFreeBSD 			/>
469*df26b234SDonLewisFreeBSD 			<Tool
470*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
471*df26b234SDonLewisFreeBSD@@ -117,6 +118,7 @@
472*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
473*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
474*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
475*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
476*df26b234SDonLewisFreeBSD 			/>
477*df26b234SDonLewisFreeBSD 			<Tool
478*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
479*df26b234SDonLewisFreeBSD@@ -178,6 +180,7 @@
480*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
481*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
482*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
483*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
484*df26b234SDonLewisFreeBSD 			/>
485*df26b234SDonLewisFreeBSD 			<Tool
486*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
487*df26b234SDonLewisFreeBSD@@ -240,6 +243,7 @@
488*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
489*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
490*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
491*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
492*df26b234SDonLewisFreeBSD 			/>
493*df26b234SDonLewisFreeBSD 			<Tool
494*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
495*df26b234SDonLewisFreeBSD@@ -301,6 +305,7 @@
496*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
497*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
498*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
499*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
500*df26b234SDonLewisFreeBSD 			/>
501*df26b234SDonLewisFreeBSD 			<Tool
502*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
503*df26b234SDonLewisFreeBSD@@ -364,6 +369,7 @@
504*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
505*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
506*df26b234SDonLewisFreeBSD 				TargetMachine="17"
507*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
508*df26b234SDonLewisFreeBSD 			/>
509*df26b234SDonLewisFreeBSD 			<Tool
510*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
511*df26b234SDonLewisFreeBSD@@ -425,6 +431,7 @@
512*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
513*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
514*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
515*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
516*df26b234SDonLewisFreeBSD 			/>
517*df26b234SDonLewisFreeBSD 			<Tool
518*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
519*df26b234SDonLewisFreeBSD@@ -488,6 +495,7 @@
520*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
521*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1D0000"
522*df26b234SDonLewisFreeBSD 				TargetMachine="17"
523*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
524*df26b234SDonLewisFreeBSD 			/>
525*df26b234SDonLewisFreeBSD 			<Tool
526*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
527*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj misc/build/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj
528*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj	2017-09-16 12:38:35.000000000 -0500
529*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj	2017-10-21 17:56:40.226403000 -0500
530*df26b234SDonLewisFreeBSD@@ -57,6 +57,7 @@
531*df26b234SDonLewisFreeBSD 			<Tool
532*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
533*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
534*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
535*df26b234SDonLewisFreeBSD 			/>
536*df26b234SDonLewisFreeBSD 			<Tool
537*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
538*df26b234SDonLewisFreeBSD@@ -119,6 +120,7 @@
539*df26b234SDonLewisFreeBSD 			<Tool
540*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
541*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
542*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
543*df26b234SDonLewisFreeBSD 			/>
544*df26b234SDonLewisFreeBSD 			<Tool
545*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
546*df26b234SDonLewisFreeBSD@@ -181,6 +183,7 @@
547*df26b234SDonLewisFreeBSD 			<Tool
548*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
549*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
550*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
551*df26b234SDonLewisFreeBSD 			/>
552*df26b234SDonLewisFreeBSD 			<Tool
553*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
554*df26b234SDonLewisFreeBSD@@ -244,6 +247,7 @@
555*df26b234SDonLewisFreeBSD 			<Tool
556*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
557*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
558*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
559*df26b234SDonLewisFreeBSD 			/>
560*df26b234SDonLewisFreeBSD 			<Tool
561*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
562*df26b234SDonLewisFreeBSD@@ -306,6 +310,7 @@
563*df26b234SDonLewisFreeBSD 			<Tool
564*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
565*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
566*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
567*df26b234SDonLewisFreeBSD 			/>
568*df26b234SDonLewisFreeBSD 			<Tool
569*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
570*df26b234SDonLewisFreeBSD@@ -370,6 +375,7 @@
571*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
572*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
573*df26b234SDonLewisFreeBSD 				TargetMachine="17"
574*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
575*df26b234SDonLewisFreeBSD 			/>
576*df26b234SDonLewisFreeBSD 			<Tool
577*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
578*df26b234SDonLewisFreeBSD@@ -432,6 +438,7 @@
579*df26b234SDonLewisFreeBSD 			<Tool
580*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
581*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
582*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
583*df26b234SDonLewisFreeBSD 			/>
584*df26b234SDonLewisFreeBSD 			<Tool
585*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
586*df26b234SDonLewisFreeBSD@@ -496,6 +503,7 @@
587*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
588*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e180000"
589*df26b234SDonLewisFreeBSD 				TargetMachine="17"
590*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
591*df26b234SDonLewisFreeBSD 			/>
592*df26b234SDonLewisFreeBSD 			<Tool
593*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
594*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/_ssl.vcproj misc/build/Python-2.7.18/PC/VS9.0/_ssl.vcproj
595*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/_ssl.vcproj	2017-09-16 12:38:35.000000000 -0500
596*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/_ssl.vcproj	2017-10-21 17:56:40.227504000 -0500
597*df26b234SDonLewisFreeBSD@@ -43,7 +43,7 @@
598*df26b234SDonLewisFreeBSD 			/>
599*df26b234SDonLewisFreeBSD 			<Tool
600*df26b234SDonLewisFreeBSD 				Name="VCCLCompilerTool"
601*df26b234SDonLewisFreeBSD-				AdditionalIncludeDirectories="$(opensslDir)\include32"
602*df26b234SDonLewisFreeBSD+				AdditionalIncludeDirectories="$(SOLARVERSION)\$(INPATH)\inc$(UPDMINOREXT)\external"
603*df26b234SDonLewisFreeBSD 			/>
604*df26b234SDonLewisFreeBSD 			<Tool
605*df26b234SDonLewisFreeBSD 				Name="VCManagedResourceCompilerTool"
606*df26b234SDonLewisFreeBSD@@ -57,7 +57,8 @@
607*df26b234SDonLewisFreeBSD 			/>
608*df26b234SDonLewisFreeBSD 			<Tool
609*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
610*df26b234SDonLewisFreeBSD-				AdditionalDependencies="ws2_32.lib crypt32.lib $(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
611*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
612*df26b234SDonLewisFreeBSD+				AdditionalDependencies="ws2_32.lib crypt32.lib $(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libeay32.lib"
613*df26b234SDonLewisFreeBSD 			/>
614*df26b234SDonLewisFreeBSD 			<Tool
615*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
616*df26b234SDonLewisFreeBSD@@ -106,7 +107,7 @@
617*df26b234SDonLewisFreeBSD 			/>
618*df26b234SDonLewisFreeBSD 			<Tool
619*df26b234SDonLewisFreeBSD 				Name="VCCLCompilerTool"
620*df26b234SDonLewisFreeBSD-				AdditionalIncludeDirectories="$(opensslDir)\include64"
621*df26b234SDonLewisFreeBSD+				AdditionalIncludeDirectories="$(SOLARVERSION)\$(INPATH)\inc$(UPDMINOREXT)\external"
622*df26b234SDonLewisFreeBSD 			/>
623*df26b234SDonLewisFreeBSD 			<Tool
624*df26b234SDonLewisFreeBSD 				Name="VCManagedResourceCompilerTool"
625*df26b234SDonLewisFreeBSD@@ -120,7 +121,8 @@
626*df26b234SDonLewisFreeBSD 			/>
627*df26b234SDonLewisFreeBSD 			<Tool
628*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
629*df26b234SDonLewisFreeBSD-				AdditionalDependencies="ws2_32.lib crypt32.lib $(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
630*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
631*df26b234SDonLewisFreeBSD+				AdditionalDependencies="ws2_32.lib crypt32.lib $(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libeay32.lib"
632*df26b234SDonLewisFreeBSD 			/>
633*df26b234SDonLewisFreeBSD 			<Tool
634*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
635*df26b234SDonLewisFreeBSD@@ -169,7 +171,7 @@
636*df26b234SDonLewisFreeBSD 			/>
637*df26b234SDonLewisFreeBSD 			<Tool
638*df26b234SDonLewisFreeBSD 				Name="VCCLCompilerTool"
639*df26b234SDonLewisFreeBSD-				AdditionalIncludeDirectories="$(opensslDir)\include32"
640*df26b234SDonLewisFreeBSD+				AdditionalIncludeDirectories="$(SOLARVERSION)\$(INPATH)\inc$(UPDMINOREXT)\external"
641*df26b234SDonLewisFreeBSD 			/>
642*df26b234SDonLewisFreeBSD 			<Tool
643*df26b234SDonLewisFreeBSD 				Name="VCManagedResourceCompilerTool"
644*df26b234SDonLewisFreeBSD@@ -183,7 +185,8 @@
645*df26b234SDonLewisFreeBSD 			/>
646*df26b234SDonLewisFreeBSD 			<Tool
647*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
648*df26b234SDonLewisFreeBSD-				AdditionalDependencies="ws2_32.lib crypt32.lib $(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
649*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
650*df26b234SDonLewisFreeBSD+				AdditionalDependencies="ws2_32.lib crypt32.lib $(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libeay32.lib $(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\ssleay32.lib"
651*df26b234SDonLewisFreeBSD 			/>
652*df26b234SDonLewisFreeBSD 			<Tool
653*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
654*df26b234SDonLewisFreeBSD@@ -233,7 +236,7 @@
655*df26b234SDonLewisFreeBSD 			/>
656*df26b234SDonLewisFreeBSD 			<Tool
657*df26b234SDonLewisFreeBSD 				Name="VCCLCompilerTool"
658*df26b234SDonLewisFreeBSD-				AdditionalIncludeDirectories="$(opensslDir)\include64"
659*df26b234SDonLewisFreeBSD+				AdditionalIncludeDirectories="$(SOLARVERSION)\$(INPATH)\inc$(UPDMINOREXT)\external"
660*df26b234SDonLewisFreeBSD 			/>
661*df26b234SDonLewisFreeBSD 			<Tool
662*df26b234SDonLewisFreeBSD 				Name="VCManagedResourceCompilerTool"
663*df26b234SDonLewisFreeBSD@@ -247,7 +250,8 @@
664*df26b234SDonLewisFreeBSD 			/>
665*df26b234SDonLewisFreeBSD 			<Tool
666*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
667*df26b234SDonLewisFreeBSD-				AdditionalDependencies="ws2_32.lib crypt32.lib $(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
668*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
669*df26b234SDonLewisFreeBSD
670*df26b234SDonLewisFreeBSD+				AdditionalDependencies="ws2_32.lib crypt32.lib $(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libeay32.lib $(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\ssleay32.lib"
671*df26b234SDonLewisFreeBSD 			/>
672*df26b234SDonLewisFreeBSD 			<Tool
673*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
674*df26b234SDonLewisFreeBSD@@ -296,7 +300,7 @@
675*df26b234SDonLewisFreeBSD 			/>
676*df26b234SDonLewisFreeBSD 			<Tool
677*df26b234SDonLewisFreeBSD 				Name="VCCLCompilerTool"
678*df26b234SDonLewisFreeBSD-				AdditionalIncludeDirectories="$(opensslDir)\include32"
679*df26b234SDonLewisFreeBSD+				AdditionalIncludeDirectories="$(SOLARVERSION)\$(INPATH)\inc$(UPDMINOREXT)\external"
680*df26b234SDonLewisFreeBSD 			/>
681*df26b234SDonLewisFreeBSD 			<Tool
682*df26b234SDonLewisFreeBSD 				Name="VCManagedResourceCompilerTool"
683*df26b234SDonLewisFreeBSD@@ -310,7 +314,8 @@
684*df26b234SDonLewisFreeBSD 			/>
685*df26b234SDonLewisFreeBSD 			<Tool
686*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
687*df26b234SDonLewisFreeBSD-				AdditionalDependencies="ws2_32.lib crypt32.lib $(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
688*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
689*df26b234SDonLewisFreeBSD+				AdditionalDependencies="ws2_32.lib crypt32.lib $(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libeay32.lib"
690*df26b234SDonLewisFreeBSD 			/>
691*df26b234SDonLewisFreeBSD 			<Tool
692*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
693*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/_testcapi.vcproj misc/build/Python-2.7.18/PC/VS9.0/_testcapi.vcproj
694*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/_testcapi.vcproj	2017-09-16 12:38:35.000000000 -0500
695*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/_testcapi.vcproj	2017-10-21 17:56:40.228516000 -0500
696*df26b234SDonLewisFreeBSD@@ -55,6 +55,7 @@
697*df26b234SDonLewisFreeBSD 			<Tool
698*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
699*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1F0000"
700*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
701*df26b234SDonLewisFreeBSD 			/>
702*df26b234SDonLewisFreeBSD 			<Tool
703*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
704*df26b234SDonLewisFreeBSD@@ -115,6 +116,7 @@
705*df26b234SDonLewisFreeBSD 			<Tool
706*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
707*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1F0000"
708*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
709*df26b234SDonLewisFreeBSD 			/>
710*df26b234SDonLewisFreeBSD 			<Tool
711*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
712*df26b234SDonLewisFreeBSD@@ -175,6 +177,7 @@
713*df26b234SDonLewisFreeBSD 			<Tool
714*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
715*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1F0000"
716*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
717*df26b234SDonLewisFreeBSD 			/>
718*df26b234SDonLewisFreeBSD 			<Tool
719*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
720*df26b234SDonLewisFreeBSD@@ -236,6 +239,7 @@
721*df26b234SDonLewisFreeBSD 			<Tool
722*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
723*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1F0000"
724*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
725*df26b234SDonLewisFreeBSD 			/>
726*df26b234SDonLewisFreeBSD 			<Tool
727*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
728*df26b234SDonLewisFreeBSD@@ -296,6 +300,7 @@
729*df26b234SDonLewisFreeBSD 			<Tool
730*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
731*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1F0000"
732*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
733*df26b234SDonLewisFreeBSD 			/>
734*df26b234SDonLewisFreeBSD 			<Tool
735*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
736*df26b234SDonLewisFreeBSD@@ -358,6 +363,7 @@
737*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
738*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1F0000"
739*df26b234SDonLewisFreeBSD 				TargetMachine="17"
740*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
741*df26b234SDonLewisFreeBSD 			/>
742*df26b234SDonLewisFreeBSD 			<Tool
743*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
744*df26b234SDonLewisFreeBSD@@ -418,6 +424,7 @@
745*df26b234SDonLewisFreeBSD 			<Tool
746*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
747*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1F0000"
748*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
749*df26b234SDonLewisFreeBSD 			/>
750*df26b234SDonLewisFreeBSD 			<Tool
751*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
752*df26b234SDonLewisFreeBSD@@ -480,6 +487,7 @@
753*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
754*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e1F0000"
755*df26b234SDonLewisFreeBSD 				TargetMachine="17"
756*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
757*df26b234SDonLewisFreeBSD 			/>
758*df26b234SDonLewisFreeBSD 			<Tool
759*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
760*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/_tkinter.vcproj misc/build/Python-2.7.18/PC/VS9.0/_tkinter.vcproj
761*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/_tkinter.vcproj	2017-09-16 12:38:35.000000000 -0500
762*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/_tkinter.vcproj	2017-10-21 17:56:40.229664000 -0500
763*df26b234SDonLewisFreeBSD@@ -57,6 +57,7 @@
764*df26b234SDonLewisFreeBSD 			<Tool
765*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
766*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(tcltkLibDebug)"
767*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
768*df26b234SDonLewisFreeBSD 			/>
769*df26b234SDonLewisFreeBSD 			<Tool
770*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
771*df26b234SDonLewisFreeBSD@@ -119,6 +120,7 @@
772*df26b234SDonLewisFreeBSD 			<Tool
773*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
774*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(tcltk64LibDebug)"
775*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
776*df26b234SDonLewisFreeBSD 			/>
777*df26b234SDonLewisFreeBSD 			<Tool
778*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
779*df26b234SDonLewisFreeBSD@@ -181,6 +183,7 @@
780*df26b234SDonLewisFreeBSD 			<Tool
781*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
782*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(tcltkLib)"
783*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
784*df26b234SDonLewisFreeBSD 			/>
785*df26b234SDonLewisFreeBSD 			<Tool
786*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
787*df26b234SDonLewisFreeBSD@@ -244,6 +247,7 @@
788*df26b234SDonLewisFreeBSD 			<Tool
789*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
790*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(tcltk64Lib)"
791*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
792*df26b234SDonLewisFreeBSD 			/>
793*df26b234SDonLewisFreeBSD 			<Tool
794*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
795*df26b234SDonLewisFreeBSD@@ -306,6 +310,7 @@
796*df26b234SDonLewisFreeBSD 			<Tool
797*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
798*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(tcltkLib)"
799*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
800*df26b234SDonLewisFreeBSD 			/>
801*df26b234SDonLewisFreeBSD 			<Tool
802*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
803*df26b234SDonLewisFreeBSD@@ -370,6 +375,7 @@
804*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
805*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(tcltk64Lib)"
806*df26b234SDonLewisFreeBSD 				TargetMachine="17"
807*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
808*df26b234SDonLewisFreeBSD 			/>
809*df26b234SDonLewisFreeBSD 			<Tool
810*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
811*df26b234SDonLewisFreeBSD@@ -432,6 +438,7 @@
812*df26b234SDonLewisFreeBSD 			<Tool
813*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
814*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(tcltkLib)"
815*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
816*df26b234SDonLewisFreeBSD 			/>
817*df26b234SDonLewisFreeBSD 			<Tool
818*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
819*df26b234SDonLewisFreeBSD@@ -496,6 +503,7 @@
820*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
821*df26b234SDonLewisFreeBSD 				AdditionalDependencies="$(tcltk64Lib)"
822*df26b234SDonLewisFreeBSD 				TargetMachine="17"
823*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
824*df26b234SDonLewisFreeBSD 			/>
825*df26b234SDonLewisFreeBSD 			<Tool
826*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
827*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/bdist_wininst.vcproj misc/build/Python-2.7.18/PC/VS9.0/bdist_wininst.vcproj
828*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/bdist_wininst.vcproj	2017-09-16 12:38:35.000000000 -0500
829*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/bdist_wininst.vcproj	2017-10-21 17:56:40.230806000 -0500
830*df26b234SDonLewisFreeBSD@@ -81,8 +81,7 @@
831*df26b234SDonLewisFreeBSD 				IgnoreDefaultLibraryNames="LIBC"
832*df26b234SDonLewisFreeBSD 				ProgramDatabaseFile="..\..\lib\distutils\command\wininst-9.0.pdb"
833*df26b234SDonLewisFreeBSD 				SubSystem="2"
834*df26b234SDonLewisFreeBSD-				RandomizedBaseAddress="1"
835*df26b234SDonLewisFreeBSD-				DataExecutionPrevention="0"
836*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
837*df26b234SDonLewisFreeBSD 				TargetMachine="1"
838*df26b234SDonLewisFreeBSD 			/>
839*df26b234SDonLewisFreeBSD 			<Tool
840*df26b234SDonLewisFreeBSD@@ -171,8 +170,7 @@
841*df26b234SDonLewisFreeBSD 				IgnoreDefaultLibraryNames="LIBC"
842*df26b234SDonLewisFreeBSD 				ProgramDatabaseFile="..\..\lib\distutils\command\wininst-9.0-amd64.pdb"
843*df26b234SDonLewisFreeBSD 				SubSystem="2"
844*df26b234SDonLewisFreeBSD-				RandomizedBaseAddress="1"
845*df26b234SDonLewisFreeBSD-				DataExecutionPrevention="0"
846*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
847*df26b234SDonLewisFreeBSD 				TargetMachine="17"
848*df26b234SDonLewisFreeBSD 			/>
849*df26b234SDonLewisFreeBSD 			<Tool
850*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/bz2.vcproj misc/build/Python-2.7.18/PC/VS9.0/bz2.vcproj
851*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/bz2.vcproj	2017-09-16 12:38:35.000000000 -0500
852*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/bz2.vcproj	2017-10-21 17:56:40.232092000 -0500
853*df26b234SDonLewisFreeBSD@@ -57,6 +57,7 @@
854*df26b234SDonLewisFreeBSD 			<Tool
855*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
856*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D170000"
857*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
858*df26b234SDonLewisFreeBSD 			/>
859*df26b234SDonLewisFreeBSD 			<Tool
860*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
861*df26b234SDonLewisFreeBSD@@ -119,6 +120,7 @@
862*df26b234SDonLewisFreeBSD 			<Tool
863*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
864*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D170000"
865*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
866*df26b234SDonLewisFreeBSD 			/>
867*df26b234SDonLewisFreeBSD 			<Tool
868*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
869*df26b234SDonLewisFreeBSD@@ -181,6 +183,7 @@
870*df26b234SDonLewisFreeBSD 			<Tool
871*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
872*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D170000"
873*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
874*df26b234SDonLewisFreeBSD 			/>
875*df26b234SDonLewisFreeBSD 			<Tool
876*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
877*df26b234SDonLewisFreeBSD@@ -244,6 +247,7 @@
878*df26b234SDonLewisFreeBSD 			<Tool
879*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
880*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D170000"
881*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
882*df26b234SDonLewisFreeBSD 			/>
883*df26b234SDonLewisFreeBSD 			<Tool
884*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
885*df26b234SDonLewisFreeBSD@@ -306,6 +310,7 @@
886*df26b234SDonLewisFreeBSD 			<Tool
887*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
888*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D170000"
889*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
890*df26b234SDonLewisFreeBSD 			/>
891*df26b234SDonLewisFreeBSD 			<Tool
892*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
893*df26b234SDonLewisFreeBSD@@ -370,6 +375,7 @@
894*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
895*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D170000"
896*df26b234SDonLewisFreeBSD 				TargetMachine="17"
897*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
898*df26b234SDonLewisFreeBSD 			/>
899*df26b234SDonLewisFreeBSD 			<Tool
900*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
901*df26b234SDonLewisFreeBSD@@ -432,6 +438,7 @@
902*df26b234SDonLewisFreeBSD 			<Tool
903*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
904*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D170000"
905*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
906*df26b234SDonLewisFreeBSD 			/>
907*df26b234SDonLewisFreeBSD 			<Tool
908*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
909*df26b234SDonLewisFreeBSD@@ -496,6 +503,7 @@
910*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
911*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D170000"
912*df26b234SDonLewisFreeBSD 				TargetMachine="17"
913*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
914*df26b234SDonLewisFreeBSD 			/>
915*df26b234SDonLewisFreeBSD 			<Tool
916*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
917*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/kill_python.vcproj misc/build/Python-2.7.18/PC/VS9.0/kill_python.vcproj
918*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/kill_python.vcproj	2017-09-16 12:38:35.000000000 -0500
919*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/kill_python.vcproj	2017-10-21 17:56:40.233109000 -0500
920*df26b234SDonLewisFreeBSD@@ -56,6 +56,7 @@
921*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
922*df26b234SDonLewisFreeBSD 				OutputFile="$(OutDir)\$(ProjectName)_d.exe"
923*df26b234SDonLewisFreeBSD 				SubSystem="1"
924*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
925*df26b234SDonLewisFreeBSD 			/>
926*df26b234SDonLewisFreeBSD 			<Tool
927*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
928*df26b234SDonLewisFreeBSD@@ -117,6 +118,7 @@
929*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
930*df26b234SDonLewisFreeBSD 				OutputFile="$(OutDir)\$(ProjectName)_d.exe"
931*df26b234SDonLewisFreeBSD 				SubSystem="1"
932*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
933*df26b234SDonLewisFreeBSD 			/>
934*df26b234SDonLewisFreeBSD 			<Tool
935*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
936*df26b234SDonLewisFreeBSD@@ -177,6 +179,7 @@
937*df26b234SDonLewisFreeBSD 			<Tool
938*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
939*df26b234SDonLewisFreeBSD 				SubSystem="1"
940*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
941*df26b234SDonLewisFreeBSD 			/>
942*df26b234SDonLewisFreeBSD 			<Tool
943*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
944*df26b234SDonLewisFreeBSD@@ -238,6 +241,7 @@
945*df26b234SDonLewisFreeBSD 			<Tool
946*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
947*df26b234SDonLewisFreeBSD 				SubSystem="1"
948*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
949*df26b234SDonLewisFreeBSD 			/>
950*df26b234SDonLewisFreeBSD 			<Tool
951*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
952*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj misc/build/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj
953*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj	2017-09-16 12:38:35.000000000 -0500
954*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj	2017-10-21 17:56:40.233689000 -0500
955*df26b234SDonLewisFreeBSD@@ -61,6 +61,7 @@
956*df26b234SDonLewisFreeBSD 				OutputFile="$(OutDir)/make_buildinfo.exe"
957*df26b234SDonLewisFreeBSD 				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
958*df26b234SDonLewisFreeBSD 				SubSystem="1"
959*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
960*df26b234SDonLewisFreeBSD 			/>
961*df26b234SDonLewisFreeBSD 			<Tool
962*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
963*df26b234SDonLewisFreeBSD@@ -119,6 +120,7 @@
964*df26b234SDonLewisFreeBSD 			/>
965*df26b234SDonLewisFreeBSD 			<Tool
966*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
967*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
968*df26b234SDonLewisFreeBSD 			/>
969*df26b234SDonLewisFreeBSD 			<Tool
970*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
971*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj misc/build/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj
972*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj	2017-09-16 12:38:35.000000000 -0500
973*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj	2017-10-21 17:56:40.234324000 -0500
974*df26b234SDonLewisFreeBSD@@ -71,6 +71,7 @@
975*df26b234SDonLewisFreeBSD 				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
976*df26b234SDonLewisFreeBSD 				SubSystem="1"
977*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
978*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
979*df26b234SDonLewisFreeBSD 			/>
980*df26b234SDonLewisFreeBSD 			<Tool
981*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
982*df26b234SDonLewisFreeBSD@@ -137,6 +138,7 @@
983*df26b234SDonLewisFreeBSD 			<Tool
984*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
985*df26b234SDonLewisFreeBSD 				OutputFile="$(SolutionDir)make_versioninfo.exe"
986*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
987*df26b234SDonLewisFreeBSD 			/>
988*df26b234SDonLewisFreeBSD 			<Tool
989*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
990*df26b234SDonLewisFreeBSD@@ -214,6 +216,7 @@
991*df26b234SDonLewisFreeBSD 				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
992*df26b234SDonLewisFreeBSD 				SubSystem="1"
993*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
994*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
995*df26b234SDonLewisFreeBSD 			/>
996*df26b234SDonLewisFreeBSD 			<Tool
997*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
998*df26b234SDonLewisFreeBSD@@ -282,6 +285,7 @@
999*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1000*df26b234SDonLewisFreeBSD 				OutputFile="$(SolutionDir)make_versioninfo_d.exe"
1001*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1002*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1003*df26b234SDonLewisFreeBSD 			/>
1004*df26b234SDonLewisFreeBSD 			<Tool
1005*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1006*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/pcbuild.sln misc/build/Python-2.7.18/PC/VS9.0/pcbuild.sln
1007*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/pcbuild.sln	2017-09-16 12:38:35.000000000 -0500
1008*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/pcbuild.sln	2017-10-21 17:56:40.235608000 -0500
1009*df26b234SDonLewisFreeBSD@@ -38,12 +38,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C9
1010*df26b234SDonLewisFreeBSD 		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1011*df26b234SDonLewisFreeBSD 	EndProjectSection
1012*df26b234SDonLewisFreeBSD EndProject
1013*df26b234SDonLewisFreeBSD-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_bsddb", "_bsddb.vcproj", "{B4D38F3F-68FB-42EC-A45D-E00657BB3627}"
1014*df26b234SDonLewisFreeBSD-	ProjectSection(ProjectDependencies) = postProject
1015*df26b234SDonLewisFreeBSD-		{6DE10744-E396-40A5-B4E2-1B69AA7C8D31} = {6DE10744-E396-40A5-B4E2-1B69AA7C8D31}
1016*df26b234SDonLewisFreeBSD-		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1017*df26b234SDonLewisFreeBSD-	EndProjectSection
1018*df26b234SDonLewisFreeBSD-EndProject
1019*df26b234SDonLewisFreeBSD+#Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_bsddb", "_bsddb.vcproj", "{B4D38F3F-68FB-42EC-A45D-E00657BB3627}"
1020*df26b234SDonLewisFreeBSD+#	ProjectSection(ProjectDependencies) = postProject
1021*df26b234SDonLewisFreeBSD+#		{6DE10744-E396-40A5-B4E2-1B69AA7C8D31} = {6DE10744-E396-40A5-B4E2-1B69AA7C8D31}
1022*df26b234SDonLewisFreeBSD+#		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1023*df26b234SDonLewisFreeBSD+#	EndProjectSection
1024*df26b234SDonLewisFreeBSD+#EndProject
1025*df26b234SDonLewisFreeBSD Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_ctypes", "_ctypes.vcproj", "{0E9791DB-593A-465F-98BC-681011311618}"
1026*df26b234SDonLewisFreeBSD 	ProjectSection(ProjectDependencies) = postProject
1027*df26b234SDonLewisFreeBSD 		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1028*df26b234SDonLewisFreeBSD@@ -69,12 +69,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C9
1029*df26b234SDonLewisFreeBSD 		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1030*df26b234SDonLewisFreeBSD 	EndProjectSection
1031*df26b234SDonLewisFreeBSD EndProject
1032*df26b234SDonLewisFreeBSD-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_sqlite3", "_sqlite3.vcproj", "{13CECB97-4119-4316-9D42-8534019A5A44}"
1033*df26b234SDonLewisFreeBSD-	ProjectSection(ProjectDependencies) = postProject
1034*df26b234SDonLewisFreeBSD-		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1035*df26b234SDonLewisFreeBSD-		{A1A295E5-463C-437F-81CA-1F32367685DA} = {A1A295E5-463C-437F-81CA-1F32367685DA}
1036*df26b234SDonLewisFreeBSD-	EndProjectSection
1037*df26b234SDonLewisFreeBSD-EndProject
1038*df26b234SDonLewisFreeBSD+#Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_sqlite3", "_sqlite3.vcproj", "{13CECB97-4119-4316-9D42-8534019A5A44}"
1039*df26b234SDonLewisFreeBSD+#	ProjectSection(ProjectDependencies) = postProject
1040*df26b234SDonLewisFreeBSD+#		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1041*df26b234SDonLewisFreeBSD+#		{A1A295E5-463C-437F-81CA-1F32367685DA} = {A1A295E5-463C-437F-81CA-1F32367685DA}
1042*df26b234SDonLewisFreeBSD+#	EndProjectSection
1043*df26b234SDonLewisFreeBSD+#EndProject
1044*df26b234SDonLewisFreeBSD Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_ssl", "_ssl.vcproj", "{C6E20F84-3247-4AD6-B051-B073268F73BA}"
1045*df26b234SDonLewisFreeBSD 	ProjectSection(ProjectDependencies) = postProject
1046*df26b234SDonLewisFreeBSD 		{B11D750F-CD1F-4A96-85CE-E69A5C5259F9} = {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}
1047*df26b234SDonLewisFreeBSD@@ -87,16 +87,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C9
1048*df26b234SDonLewisFreeBSD 		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1049*df26b234SDonLewisFreeBSD 	EndProjectSection
1050*df26b234SDonLewisFreeBSD EndProject
1051*df26b234SDonLewisFreeBSD-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_tkinter", "_tkinter.vcproj", "{4946ECAC-2E69-4BF8-A90A-F5136F5094DF}"
1052*df26b234SDonLewisFreeBSD-	ProjectSection(ProjectDependencies) = postProject
1053*df26b234SDonLewisFreeBSD-		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1054*df26b234SDonLewisFreeBSD-	EndProjectSection
1055*df26b234SDonLewisFreeBSD-EndProject
1056*df26b234SDonLewisFreeBSD-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bz2", "bz2.vcproj", "{73FCD2BD-F133-46B7-8EC1-144CD82A59D5}"
1057*df26b234SDonLewisFreeBSD-	ProjectSection(ProjectDependencies) = postProject
1058*df26b234SDonLewisFreeBSD-		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1059*df26b234SDonLewisFreeBSD-	EndProjectSection
1060*df26b234SDonLewisFreeBSD-EndProject
1061*df26b234SDonLewisFreeBSD+#Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_tkinter", "_tkinter.vcproj", "{4946ECAC-2E69-4BF8-A90A-F5136F5094DF}"
1062*df26b234SDonLewisFreeBSD+#	ProjectSection(ProjectDependencies) = postProject
1063*df26b234SDonLewisFreeBSD+#		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1064*df26b234SDonLewisFreeBSD+#	EndProjectSection
1065*df26b234SDonLewisFreeBSD+#EndProject
1066*df26b234SDonLewisFreeBSD+#Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bz2", "bz2.vcproj", "{73FCD2BD-F133-46B7-8EC1-144CD82A59D5}"
1067*df26b234SDonLewisFreeBSD+#	ProjectSection(ProjectDependencies) = postProject
1068*df26b234SDonLewisFreeBSD+#		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1069*df26b234SDonLewisFreeBSD+#	EndProjectSection
1070*df26b234SDonLewisFreeBSD+#EndProject
1071*df26b234SDonLewisFreeBSD Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "select", "select.vcproj", "{18CAE28C-B454-46C1-87A0-493D91D97F03}"
1072*df26b234SDonLewisFreeBSD 	ProjectSection(ProjectDependencies) = postProject
1073*df26b234SDonLewisFreeBSD 		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1074*df26b234SDonLewisFreeBSD@@ -114,17 +114,17 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C9
1075*df26b234SDonLewisFreeBSD EndProject
1076*df26b234SDonLewisFreeBSD Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bdist_wininst", "bdist_wininst.vcproj", "{EB1C19C1-1F18-421E-9735-CAEE69DC6A3C}"
1077*df26b234SDonLewisFreeBSD EndProject
1078*df26b234SDonLewisFreeBSD-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_hashlib", "_hashlib.vcproj", "{447F05A8-F581-4CAC-A466-5AC7936E207E}"
1079*df26b234SDonLewisFreeBSD-	ProjectSection(ProjectDependencies) = postProject
1080*df26b234SDonLewisFreeBSD-		{B11D750F-CD1F-4A96-85CE-E69A5C5259F9} = {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}
1081*df26b234SDonLewisFreeBSD-		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1082*df26b234SDonLewisFreeBSD-	EndProjectSection
1083*df26b234SDonLewisFreeBSD-EndProject
1084*df26b234SDonLewisFreeBSD-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "sqlite3.vcproj", "{A1A295E5-463C-437F-81CA-1F32367685DA}"
1085*df26b234SDonLewisFreeBSD-	ProjectSection(ProjectDependencies) = postProject
1086*df26b234SDonLewisFreeBSD-		{6DE10744-E396-40A5-B4E2-1B69AA7C8D31} = {6DE10744-E396-40A5-B4E2-1B69AA7C8D31}
1087*df26b234SDonLewisFreeBSD-	EndProjectSection
1088*df26b234SDonLewisFreeBSD-EndProject
1089*df26b234SDonLewisFreeBSD+#Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_hashlib", "_hashlib.vcproj", "{447F05A8-F581-4CAC-A466-5AC7936E207E}"
1090*df26b234SDonLewisFreeBSD+#	ProjectSection(ProjectDependencies) = postProject
1091*df26b234SDonLewisFreeBSD+#		{B11D750F-CD1F-4A96-85CE-E69A5C5259F9} = {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}
1092*df26b234SDonLewisFreeBSD+#		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1093*df26b234SDonLewisFreeBSD+#	EndProjectSection
1094*df26b234SDonLewisFreeBSD+#EndProject
1095*df26b234SDonLewisFreeBSD+#Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "sqlite3.vcproj", "{A1A295E5-463C-437F-81CA-1F32367685DA}"
1096*df26b234SDonLewisFreeBSD+#	ProjectSection(ProjectDependencies) = postProject
1097*df26b234SDonLewisFreeBSD+#		{6DE10744-E396-40A5-B4E2-1B69AA7C8D31} = {6DE10744-E396-40A5-B4E2-1B69AA7C8D31}
1098*df26b234SDonLewisFreeBSD+#	EndProjectSection
1099*df26b234SDonLewisFreeBSD+#EndProject
1100*df26b234SDonLewisFreeBSD Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_multiprocessing", "_multiprocessing.vcproj", "{9E48B300-37D1-11DD-8C41-005056C00008}"
1101*df26b234SDonLewisFreeBSD 	ProjectSection(ProjectDependencies) = postProject
1102*df26b234SDonLewisFreeBSD 		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
1103*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/pyexpat.vcproj misc/build/Python-2.7.18/PC/VS9.0/pyexpat.vcproj
1104*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/pyexpat.vcproj	2017-09-16 12:38:35.000000000 -0500
1105*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/pyexpat.vcproj	2017-10-21 17:56:40.236395000 -0500
1106*df26b234SDonLewisFreeBSD@@ -56,6 +56,7 @@
1107*df26b234SDonLewisFreeBSD 			/>
1108*df26b234SDonLewisFreeBSD 			<Tool
1109*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1110*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1111*df26b234SDonLewisFreeBSD 			/>
1112*df26b234SDonLewisFreeBSD 			<Tool
1113*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1114*df26b234SDonLewisFreeBSD@@ -117,6 +118,7 @@
1115*df26b234SDonLewisFreeBSD 			/>
1116*df26b234SDonLewisFreeBSD 			<Tool
1117*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1118*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1119*df26b234SDonLewisFreeBSD 			/>
1120*df26b234SDonLewisFreeBSD 			<Tool
1121*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1122*df26b234SDonLewisFreeBSD@@ -178,6 +180,7 @@
1123*df26b234SDonLewisFreeBSD 			/>
1124*df26b234SDonLewisFreeBSD 			<Tool
1125*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1126*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1127*df26b234SDonLewisFreeBSD 			/>
1128*df26b234SDonLewisFreeBSD 			<Tool
1129*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1130*df26b234SDonLewisFreeBSD@@ -240,6 +243,7 @@
1131*df26b234SDonLewisFreeBSD 			/>
1132*df26b234SDonLewisFreeBSD 			<Tool
1133*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1134*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1135*df26b234SDonLewisFreeBSD 			/>
1136*df26b234SDonLewisFreeBSD 			<Tool
1137*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1138*df26b234SDonLewisFreeBSD@@ -301,6 +305,7 @@
1139*df26b234SDonLewisFreeBSD 			/>
1140*df26b234SDonLewisFreeBSD 			<Tool
1141*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1142*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1143*df26b234SDonLewisFreeBSD 			/>
1144*df26b234SDonLewisFreeBSD 			<Tool
1145*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1146*df26b234SDonLewisFreeBSD@@ -364,6 +369,7 @@
1147*df26b234SDonLewisFreeBSD 			<Tool
1148*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1149*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1150*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1151*df26b234SDonLewisFreeBSD 			/>
1152*df26b234SDonLewisFreeBSD 			<Tool
1153*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1154*df26b234SDonLewisFreeBSD@@ -425,6 +431,7 @@
1155*df26b234SDonLewisFreeBSD 			/>
1156*df26b234SDonLewisFreeBSD 			<Tool
1157*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1158*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1159*df26b234SDonLewisFreeBSD 			/>
1160*df26b234SDonLewisFreeBSD 			<Tool
1161*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1162*df26b234SDonLewisFreeBSD@@ -488,6 +495,7 @@
1163*df26b234SDonLewisFreeBSD 			<Tool
1164*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1165*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1166*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1167*df26b234SDonLewisFreeBSD 			/>
1168*df26b234SDonLewisFreeBSD 			<Tool
1169*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1170*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/python.vcproj misc/build/Python-2.7.18/PC/VS9.0/python.vcproj
1171*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/python.vcproj	2017-09-16 12:38:35.000000000 -0500
1172*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/python.vcproj	2017-10-21 17:56:40.237211000 -0500
1173*df26b234SDonLewisFreeBSD@@ -66,6 +66,7 @@
1174*df26b234SDonLewisFreeBSD 				SubSystem="1"
1175*df26b234SDonLewisFreeBSD 				StackReserveSize="2000000"
1176*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1177*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1178*df26b234SDonLewisFreeBSD 			/>
1179*df26b234SDonLewisFreeBSD 			<Tool
1180*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1181*df26b234SDonLewisFreeBSD@@ -139,6 +140,7 @@
1182*df26b234SDonLewisFreeBSD 				SubSystem="1"
1183*df26b234SDonLewisFreeBSD 				StackReserveSize="2000000"
1184*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1185*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1186*df26b234SDonLewisFreeBSD 			/>
1187*df26b234SDonLewisFreeBSD 			<Tool
1188*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1189*df26b234SDonLewisFreeBSD@@ -213,6 +215,7 @@
1190*df26b234SDonLewisFreeBSD 				SubSystem="1"
1191*df26b234SDonLewisFreeBSD 				StackReserveSize="2000000"
1192*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1193*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1194*df26b234SDonLewisFreeBSD 			/>
1195*df26b234SDonLewisFreeBSD 			<Tool
1196*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1197*df26b234SDonLewisFreeBSD@@ -288,6 +291,7 @@
1198*df26b234SDonLewisFreeBSD 				SubSystem="1"
1199*df26b234SDonLewisFreeBSD 				StackReserveSize="2100000"
1200*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1201*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1202*df26b234SDonLewisFreeBSD 			/>
1203*df26b234SDonLewisFreeBSD 			<Tool
1204*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1205*df26b234SDonLewisFreeBSD@@ -361,6 +365,7 @@
1206*df26b234SDonLewisFreeBSD 				StackReserveSize="2000000"
1207*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1208*df26b234SDonLewisFreeBSD 				ImportLibrary=""
1209*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1210*df26b234SDonLewisFreeBSD 			/>
1211*df26b234SDonLewisFreeBSD 			<Tool
1212*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1213*df26b234SDonLewisFreeBSD@@ -436,6 +441,7 @@
1214*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1215*df26b234SDonLewisFreeBSD 				ImportLibrary=""
1216*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1217*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1218*df26b234SDonLewisFreeBSD 			/>
1219*df26b234SDonLewisFreeBSD 			<Tool
1220*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1221*df26b234SDonLewisFreeBSD@@ -509,6 +515,7 @@
1222*df26b234SDonLewisFreeBSD 				StackReserveSize="2000000"
1223*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1224*df26b234SDonLewisFreeBSD 				ImportLibrary=""
1225*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1226*df26b234SDonLewisFreeBSD 			/>
1227*df26b234SDonLewisFreeBSD 			<Tool
1228*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1229*df26b234SDonLewisFreeBSD@@ -584,6 +591,7 @@
1230*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1231*df26b234SDonLewisFreeBSD 				ImportLibrary=""
1232*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1233*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1234*df26b234SDonLewisFreeBSD 			/>
1235*df26b234SDonLewisFreeBSD 			<Tool
1236*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1237*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/pythoncore.vcproj misc/build/Python-2.7.18/PC/VS9.0/pythoncore.vcproj
1238*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/pythoncore.vcproj	2017-09-16 12:38:35.000000000 -0500
1239*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/pythoncore.vcproj	2017-10-21 17:56:40.238551000 -0500
1240*df26b234SDonLewisFreeBSD@@ -69,6 +69,7 @@
1241*df26b234SDonLewisFreeBSD 				ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
1242*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e000000"
1243*df26b234SDonLewisFreeBSD 				ImportLibrary="$(OutDir)$(PyDllName).lib"
1244*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1245*df26b234SDonLewisFreeBSD 			/>
1246*df26b234SDonLewisFreeBSD 			<Tool
1247*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1248*df26b234SDonLewisFreeBSD@@ -144,6 +145,7 @@
1249*df26b234SDonLewisFreeBSD 				ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
1250*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e000000"
1251*df26b234SDonLewisFreeBSD 				ImportLibrary="$(OutDir)$(PyDllName).lib"
1252*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1253*df26b234SDonLewisFreeBSD 			/>
1254*df26b234SDonLewisFreeBSD 			<Tool
1255*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1256*df26b234SDonLewisFreeBSD@@ -222,6 +224,7 @@
1257*df26b234SDonLewisFreeBSD 				ProgramDatabaseFile="$(OutDir)$(PyDllName)_d.pdb"
1258*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e000000"
1259*df26b234SDonLewisFreeBSD 				ImportLibrary="$(OutDir)$(PyDllName)_d.lib"
1260*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1261*df26b234SDonLewisFreeBSD 			/>
1262*df26b234SDonLewisFreeBSD 			<Tool
1263*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1264*df26b234SDonLewisFreeBSD@@ -300,6 +303,7 @@
1265*df26b234SDonLewisFreeBSD 				ProgramDatabaseFile="$(OutDir)$(PyDllName)_d.pdb"
1266*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e000000"
1267*df26b234SDonLewisFreeBSD 				ImportLibrary="$(OutDir)$(PyDllName)_d.lib"
1268*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1269*df26b234SDonLewisFreeBSD 			/>
1270*df26b234SDonLewisFreeBSD 			<Tool
1271*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1272*df26b234SDonLewisFreeBSD@@ -374,6 +378,7 @@
1273*df26b234SDonLewisFreeBSD 				ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
1274*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e000000"
1275*df26b234SDonLewisFreeBSD 				ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
1276*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1277*df26b234SDonLewisFreeBSD 			/>
1278*df26b234SDonLewisFreeBSD 			<Tool
1279*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1280*df26b234SDonLewisFreeBSD@@ -450,6 +455,7 @@
1281*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e000000"
1282*df26b234SDonLewisFreeBSD 				ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
1283*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1284*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1285*df26b234SDonLewisFreeBSD 			/>
1286*df26b234SDonLewisFreeBSD 			<Tool
1287*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1288*df26b234SDonLewisFreeBSD@@ -524,6 +530,7 @@
1289*df26b234SDonLewisFreeBSD 				ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
1290*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e000000"
1291*df26b234SDonLewisFreeBSD 				ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
1292*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1293*df26b234SDonLewisFreeBSD 			/>
1294*df26b234SDonLewisFreeBSD 			<Tool
1295*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1296*df26b234SDonLewisFreeBSD@@ -600,6 +607,7 @@
1297*df26b234SDonLewisFreeBSD 				BaseAddress="0x1e000000"
1298*df26b234SDonLewisFreeBSD 				ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
1299*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1300*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1301*df26b234SDonLewisFreeBSD 			/>
1302*df26b234SDonLewisFreeBSD 			<Tool
1303*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1304*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/pythonw.vcproj misc/build/Python-2.7.18/PC/VS9.0/pythonw.vcproj
1305*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/pythonw.vcproj	2017-09-16 12:38:35.000000000 -0500
1306*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/pythonw.vcproj	2017-10-21 17:56:40.239382000 -0500
1307*df26b234SDonLewisFreeBSD@@ -66,6 +66,7 @@
1308*df26b234SDonLewisFreeBSD 				StackReserveSize="2000000"
1309*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1310*df26b234SDonLewisFreeBSD 				TargetMachine="1"
1311*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1312*df26b234SDonLewisFreeBSD 			/>
1313*df26b234SDonLewisFreeBSD 			<Tool
1314*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1315*df26b234SDonLewisFreeBSD@@ -137,6 +138,7 @@
1316*df26b234SDonLewisFreeBSD 				OutputFile="$(OutDir)\pythonw_d.exe"
1317*df26b234SDonLewisFreeBSD 				StackReserveSize="2000000"
1318*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1319*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1320*df26b234SDonLewisFreeBSD 			/>
1321*df26b234SDonLewisFreeBSD 			<Tool
1322*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1323*df26b234SDonLewisFreeBSD@@ -208,6 +210,7 @@
1324*df26b234SDonLewisFreeBSD 				StackReserveSize="2000000"
1325*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1326*df26b234SDonLewisFreeBSD 				TargetMachine="1"
1327*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1328*df26b234SDonLewisFreeBSD 			/>
1329*df26b234SDonLewisFreeBSD 			<Tool
1330*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1331*df26b234SDonLewisFreeBSD@@ -279,6 +282,7 @@
1332*df26b234SDonLewisFreeBSD 				OutputFile="$(OutDir)\pythonw.exe"
1333*df26b234SDonLewisFreeBSD 				StackReserveSize="2000000"
1334*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1335*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1336*df26b234SDonLewisFreeBSD 			/>
1337*df26b234SDonLewisFreeBSD 			<Tool
1338*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1339*df26b234SDonLewisFreeBSD@@ -351,6 +355,7 @@
1340*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1341*df26b234SDonLewisFreeBSD 				ImportLibrary=""
1342*df26b234SDonLewisFreeBSD 				TargetMachine="1"
1343*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1344*df26b234SDonLewisFreeBSD 			/>
1345*df26b234SDonLewisFreeBSD 			<Tool
1346*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1347*df26b234SDonLewisFreeBSD@@ -424,6 +429,7 @@
1348*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1349*df26b234SDonLewisFreeBSD 				ImportLibrary=""
1350*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1351*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1352*df26b234SDonLewisFreeBSD 			/>
1353*df26b234SDonLewisFreeBSD 			<Tool
1354*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1355*df26b234SDonLewisFreeBSD@@ -496,6 +502,7 @@
1356*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1357*df26b234SDonLewisFreeBSD 				ImportLibrary=""
1358*df26b234SDonLewisFreeBSD 				TargetMachine="1"
1359*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1360*df26b234SDonLewisFreeBSD 			/>
1361*df26b234SDonLewisFreeBSD 			<Tool
1362*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1363*df26b234SDonLewisFreeBSD@@ -569,6 +576,7 @@
1364*df26b234SDonLewisFreeBSD 				BaseAddress="0x1d000000"
1365*df26b234SDonLewisFreeBSD 				ImportLibrary=""
1366*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1367*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1368*df26b234SDonLewisFreeBSD 			/>
1369*df26b234SDonLewisFreeBSD 			<Tool
1370*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1371*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/select.vcproj misc/build/Python-2.7.18/PC/VS9.0/select.vcproj
1372*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/select.vcproj	2017-09-16 12:38:35.000000000 -0500
1373*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/select.vcproj	2017-10-21 17:56:40.240210000 -0500
1374*df26b234SDonLewisFreeBSD@@ -57,6 +57,7 @@
1375*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
1376*df26b234SDonLewisFreeBSD 				IgnoreDefaultLibraryNames="libc"
1377*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D110000"
1378*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1379*df26b234SDonLewisFreeBSD 			/>
1380*df26b234SDonLewisFreeBSD 			<Tool
1381*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1382*df26b234SDonLewisFreeBSD@@ -119,6 +120,7 @@
1383*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
1384*df26b234SDonLewisFreeBSD 				IgnoreDefaultLibraryNames="libc"
1385*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D110000"
1386*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1387*df26b234SDonLewisFreeBSD 			/>
1388*df26b234SDonLewisFreeBSD 			<Tool
1389*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1390*df26b234SDonLewisFreeBSD@@ -181,6 +183,7 @@
1391*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
1392*df26b234SDonLewisFreeBSD 				IgnoreDefaultLibraryNames="libc"
1393*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D110000"
1394*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1395*df26b234SDonLewisFreeBSD 			/>
1396*df26b234SDonLewisFreeBSD 			<Tool
1397*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1398*df26b234SDonLewisFreeBSD@@ -244,6 +247,7 @@
1399*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
1400*df26b234SDonLewisFreeBSD 				IgnoreDefaultLibraryNames="libc"
1401*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D110000"
1402*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1403*df26b234SDonLewisFreeBSD 			/>
1404*df26b234SDonLewisFreeBSD 			<Tool
1405*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1406*df26b234SDonLewisFreeBSD@@ -306,6 +310,7 @@
1407*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
1408*df26b234SDonLewisFreeBSD 				IgnoreDefaultLibraryNames="libc"
1409*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D110000"
1410*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1411*df26b234SDonLewisFreeBSD 			/>
1412*df26b234SDonLewisFreeBSD 			<Tool
1413*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1414*df26b234SDonLewisFreeBSD@@ -370,6 +375,7 @@
1415*df26b234SDonLewisFreeBSD 				IgnoreDefaultLibraryNames="libc"
1416*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D110000"
1417*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1418*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1419*df26b234SDonLewisFreeBSD 			/>
1420*df26b234SDonLewisFreeBSD 			<Tool
1421*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1422*df26b234SDonLewisFreeBSD@@ -432,6 +438,7 @@
1423*df26b234SDonLewisFreeBSD 				AdditionalDependencies="ws2_32.lib"
1424*df26b234SDonLewisFreeBSD 				IgnoreDefaultLibraryNames="libc"
1425*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D110000"
1426*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1427*df26b234SDonLewisFreeBSD 			/>
1428*df26b234SDonLewisFreeBSD 			<Tool
1429*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1430*df26b234SDonLewisFreeBSD@@ -496,6 +503,7 @@
1431*df26b234SDonLewisFreeBSD 				IgnoreDefaultLibraryNames="libc"
1432*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D110000"
1433*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1434*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1435*df26b234SDonLewisFreeBSD 			/>
1436*df26b234SDonLewisFreeBSD 			<Tool
1437*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1438*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/sqlite3.vcproj misc/build/Python-2.7.18/PC/VS9.0/sqlite3.vcproj
1439*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/sqlite3.vcproj	2017-09-16 12:38:35.000000000 -0500
1440*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/sqlite3.vcproj	2017-10-21 17:56:40.241775000 -0500
1441*df26b234SDonLewisFreeBSD@@ -56,6 +56,7 @@
1442*df26b234SDonLewisFreeBSD 			<Tool
1443*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1444*df26b234SDonLewisFreeBSD 				OutputFile="$(OutDir)\$(ProjectName)_d.dll"
1445*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1446*df26b234SDonLewisFreeBSD 			/>
1447*df26b234SDonLewisFreeBSD 			<Tool
1448*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1449*df26b234SDonLewisFreeBSD@@ -117,6 +118,7 @@
1450*df26b234SDonLewisFreeBSD 			<Tool
1451*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1452*df26b234SDonLewisFreeBSD 				OutputFile="$(OutDir)\$(ProjectName)_d.dll"
1453*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1454*df26b234SDonLewisFreeBSD 			/>
1455*df26b234SDonLewisFreeBSD 			<Tool
1456*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1457*df26b234SDonLewisFreeBSD@@ -178,6 +180,7 @@
1458*df26b234SDonLewisFreeBSD 			<Tool
1459*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1460*df26b234SDonLewisFreeBSD 				OutputFile="$(OutDir)\$(ProjectName).dll"
1461*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1462*df26b234SDonLewisFreeBSD 			/>
1463*df26b234SDonLewisFreeBSD 			<Tool
1464*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1465*df26b234SDonLewisFreeBSD@@ -240,6 +243,7 @@
1466*df26b234SDonLewisFreeBSD 			<Tool
1467*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1468*df26b234SDonLewisFreeBSD 				OutputFile="$(OutDir)\$(ProjectName).dll"
1469*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1470*df26b234SDonLewisFreeBSD 			/>
1471*df26b234SDonLewisFreeBSD 			<Tool
1472*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1473*df26b234SDonLewisFreeBSD@@ -301,6 +305,7 @@
1474*df26b234SDonLewisFreeBSD 			<Tool
1475*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1476*df26b234SDonLewisFreeBSD 				OutputFile="$(OutDir)\$(ProjectName).dll"
1477*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1478*df26b234SDonLewisFreeBSD 			/>
1479*df26b234SDonLewisFreeBSD 			<Tool
1480*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1481*df26b234SDonLewisFreeBSD@@ -362,6 +367,7 @@
1482*df26b234SDonLewisFreeBSD 			/>
1483*df26b234SDonLewisFreeBSD 			<Tool
1484*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1485*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1486*df26b234SDonLewisFreeBSD 			/>
1487*df26b234SDonLewisFreeBSD 			<Tool
1488*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1489*df26b234SDonLewisFreeBSD@@ -423,6 +429,7 @@
1490*df26b234SDonLewisFreeBSD 			<Tool
1491*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1492*df26b234SDonLewisFreeBSD 				OutputFile="$(OutDir)\$(ProjectName).dll"
1493*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1494*df26b234SDonLewisFreeBSD 			/>
1495*df26b234SDonLewisFreeBSD 			<Tool
1496*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1497*df26b234SDonLewisFreeBSD@@ -484,6 +491,7 @@
1498*df26b234SDonLewisFreeBSD 			/>
1499*df26b234SDonLewisFreeBSD 			<Tool
1500*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1501*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1502*df26b234SDonLewisFreeBSD 			/>
1503*df26b234SDonLewisFreeBSD 			<Tool
1504*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1505*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/unicodedata.vcproj misc/build/Python-2.7.18/PC/VS9.0/unicodedata.vcproj
1506*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/unicodedata.vcproj	2017-09-16 12:38:35.000000000 -0500
1507*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/unicodedata.vcproj	2017-10-21 17:56:40.242820000 -0500
1508*df26b234SDonLewisFreeBSD@@ -55,6 +55,7 @@
1509*df26b234SDonLewisFreeBSD 			<Tool
1510*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1511*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D120000"
1512*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1513*df26b234SDonLewisFreeBSD 			/>
1514*df26b234SDonLewisFreeBSD 			<Tool
1515*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1516*df26b234SDonLewisFreeBSD@@ -115,6 +116,7 @@
1517*df26b234SDonLewisFreeBSD 			<Tool
1518*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1519*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D120000"
1520*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1521*df26b234SDonLewisFreeBSD 			/>
1522*df26b234SDonLewisFreeBSD 			<Tool
1523*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1524*df26b234SDonLewisFreeBSD@@ -175,6 +177,7 @@
1525*df26b234SDonLewisFreeBSD 			<Tool
1526*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1527*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D120000"
1528*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1529*df26b234SDonLewisFreeBSD 			/>
1530*df26b234SDonLewisFreeBSD 			<Tool
1531*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1532*df26b234SDonLewisFreeBSD@@ -236,6 +239,7 @@
1533*df26b234SDonLewisFreeBSD 			<Tool
1534*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1535*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D120000"
1536*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1537*df26b234SDonLewisFreeBSD 			/>
1538*df26b234SDonLewisFreeBSD 			<Tool
1539*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1540*df26b234SDonLewisFreeBSD@@ -296,6 +300,7 @@
1541*df26b234SDonLewisFreeBSD 			<Tool
1542*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1543*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D120000"
1544*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1545*df26b234SDonLewisFreeBSD 			/>
1546*df26b234SDonLewisFreeBSD 			<Tool
1547*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1548*df26b234SDonLewisFreeBSD@@ -358,6 +363,7 @@
1549*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1550*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D120000"
1551*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1552*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1553*df26b234SDonLewisFreeBSD 			/>
1554*df26b234SDonLewisFreeBSD 			<Tool
1555*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1556*df26b234SDonLewisFreeBSD@@ -418,6 +424,7 @@
1557*df26b234SDonLewisFreeBSD 			<Tool
1558*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1559*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D120000"
1560*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1561*df26b234SDonLewisFreeBSD 			/>
1562*df26b234SDonLewisFreeBSD 			<Tool
1563*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1564*df26b234SDonLewisFreeBSD@@ -480,6 +487,7 @@
1565*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1566*df26b234SDonLewisFreeBSD 				BaseAddress="0x1D120000"
1567*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1568*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1569*df26b234SDonLewisFreeBSD 			/>
1570*df26b234SDonLewisFreeBSD 			<Tool
1571*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1572*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj misc/build/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj
1573*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj	2017-09-16 12:38:35.000000000 -0500
1574*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj	2017-10-21 17:56:40.243805000 -0500
1575*df26b234SDonLewisFreeBSD@@ -59,6 +59,7 @@
1576*df26b234SDonLewisFreeBSD 			<Tool
1577*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1578*df26b234SDonLewisFreeBSD 				SubSystem="1"
1579*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1580*df26b234SDonLewisFreeBSD 			/>
1581*df26b234SDonLewisFreeBSD 			<Tool
1582*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1583*df26b234SDonLewisFreeBSD@@ -124,6 +125,7 @@
1584*df26b234SDonLewisFreeBSD 			<Tool
1585*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1586*df26b234SDonLewisFreeBSD 				SubSystem="1"
1587*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1588*df26b234SDonLewisFreeBSD 			/>
1589*df26b234SDonLewisFreeBSD 			<Tool
1590*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1591*df26b234SDonLewisFreeBSD@@ -191,6 +193,7 @@
1592*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1593*df26b234SDonLewisFreeBSD 				GenerateDebugInformation="false"
1594*df26b234SDonLewisFreeBSD 				SubSystem="1"
1595*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1596*df26b234SDonLewisFreeBSD 			/>
1597*df26b234SDonLewisFreeBSD 			<Tool
1598*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1599*df26b234SDonLewisFreeBSD@@ -259,6 +262,7 @@
1600*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1601*df26b234SDonLewisFreeBSD 				GenerateDebugInformation="false"
1602*df26b234SDonLewisFreeBSD 				SubSystem="1"
1603*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1604*df26b234SDonLewisFreeBSD 			/>
1605*df26b234SDonLewisFreeBSD 			<Tool
1606*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1607*df26b234SDonLewisFreeBSD@@ -327,6 +331,7 @@
1608*df26b234SDonLewisFreeBSD 				GenerateDebugInformation="false"
1609*df26b234SDonLewisFreeBSD 				SubSystem="1"
1610*df26b234SDonLewisFreeBSD 				ImportLibrary=""
1611*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1612*df26b234SDonLewisFreeBSD 			/>
1613*df26b234SDonLewisFreeBSD 			<Tool
1614*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1615*df26b234SDonLewisFreeBSD@@ -397,6 +402,7 @@
1616*df26b234SDonLewisFreeBSD 				SubSystem="1"
1617*df26b234SDonLewisFreeBSD 				ImportLibrary=""
1618*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1619*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1620*df26b234SDonLewisFreeBSD 			/>
1621*df26b234SDonLewisFreeBSD 			<Tool
1622*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1623*df26b234SDonLewisFreeBSD@@ -465,6 +471,7 @@
1624*df26b234SDonLewisFreeBSD 				GenerateDebugInformation="false"
1625*df26b234SDonLewisFreeBSD 				SubSystem="1"
1626*df26b234SDonLewisFreeBSD 				ImportLibrary=""
1627*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1628*df26b234SDonLewisFreeBSD 			/>
1629*df26b234SDonLewisFreeBSD 			<Tool
1630*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1631*df26b234SDonLewisFreeBSD@@ -535,6 +542,7 @@
1632*df26b234SDonLewisFreeBSD 				SubSystem="1"
1633*df26b234SDonLewisFreeBSD 				ImportLibrary=""
1634*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1635*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1636*df26b234SDonLewisFreeBSD 			/>
1637*df26b234SDonLewisFreeBSD 			<Tool
1638*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1639*df26b234SDonLewisFreeBSDdiff -urp misc/Python-2.7.18/PC/VS9.0/winsound.vcproj misc/build/Python-2.7.18/PC/VS9.0/winsound.vcproj
1640*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/PC/VS9.0/winsound.vcproj	2017-09-16 12:38:35.000000000 -0500
1641*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/PC/VS9.0/winsound.vcproj	2017-10-21 17:56:40.244677000 -0500
1642*df26b234SDonLewisFreeBSD@@ -55,6 +55,7 @@
1643*df26b234SDonLewisFreeBSD 			<Tool
1644*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1645*df26b234SDonLewisFreeBSD 				AdditionalDependencies="winmm.lib"
1646*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1647*df26b234SDonLewisFreeBSD 			/>
1648*df26b234SDonLewisFreeBSD 			<Tool
1649*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1650*df26b234SDonLewisFreeBSD@@ -115,6 +116,7 @@
1651*df26b234SDonLewisFreeBSD 			<Tool
1652*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1653*df26b234SDonLewisFreeBSD 				AdditionalDependencies="winmm.lib"
1654*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1655*df26b234SDonLewisFreeBSD 			/>
1656*df26b234SDonLewisFreeBSD 			<Tool
1657*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1658*df26b234SDonLewisFreeBSD@@ -175,6 +177,7 @@
1659*df26b234SDonLewisFreeBSD 			<Tool
1660*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1661*df26b234SDonLewisFreeBSD 				AdditionalDependencies="winmm.lib"
1662*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1663*df26b234SDonLewisFreeBSD 			/>
1664*df26b234SDonLewisFreeBSD 			<Tool
1665*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1666*df26b234SDonLewisFreeBSD@@ -236,6 +239,7 @@
1667*df26b234SDonLewisFreeBSD 			<Tool
1668*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1669*df26b234SDonLewisFreeBSD 				AdditionalDependencies="winmm.lib"
1670*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1671*df26b234SDonLewisFreeBSD 			/>
1672*df26b234SDonLewisFreeBSD 			<Tool
1673*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1674*df26b234SDonLewisFreeBSD@@ -296,6 +300,7 @@
1675*df26b234SDonLewisFreeBSD 			<Tool
1676*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1677*df26b234SDonLewisFreeBSD 				AdditionalDependencies="winmm.lib"
1678*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1679*df26b234SDonLewisFreeBSD 			/>
1680*df26b234SDonLewisFreeBSD 			<Tool
1681*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1682*df26b234SDonLewisFreeBSD@@ -358,6 +363,7 @@
1683*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1684*df26b234SDonLewisFreeBSD 				AdditionalDependencies="winmm.lib"
1685*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1686*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1687*df26b234SDonLewisFreeBSD 			/>
1688*df26b234SDonLewisFreeBSD 			<Tool
1689*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1690*df26b234SDonLewisFreeBSD@@ -418,6 +424,7 @@
1691*df26b234SDonLewisFreeBSD 			<Tool
1692*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1693*df26b234SDonLewisFreeBSD 				AdditionalDependencies="winmm.lib"
1694*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1695*df26b234SDonLewisFreeBSD 			/>
1696*df26b234SDonLewisFreeBSD 			<Tool
1697*df26b234SDonLewisFreeBSD 				Name="VCALinkTool"
1698*df26b234SDonLewisFreeBSD@@ -480,6 +487,7 @@
1699*df26b234SDonLewisFreeBSD 				Name="VCLinkerTool"
1700*df26b234SDonLewisFreeBSD 				AdditionalDependencies="winmm.lib"
1701*df26b234SDonLewisFreeBSD 				TargetMachine="17"
1702*df26b234SDonLewisFreeBSD+				AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
1703*df26b234SDonLewisFreeBSD 			/>
1704*df26b234SDonLewisFreeBSD 			<Tool
1705 				Name="VCALinkTool"
1706