Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd3e5dd

Browse files
committed
Update runtime project file
- Add reference to py3.3 and py3.6 interop files - Add missing preprocessor to py3.3 interop - Remove unused build script. Unref on commit: 5300343 Note, looks like nothing uses `clrmodule.il` anymore. Leaving it for now.
1 parent 9dee221 commit dd3e5dd

File tree

3 files changed

+4
-37
lines changed

3 files changed

+4
-37
lines changed

src/runtime/Python.Runtime.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,12 @@
182182
<Compile Include="interop26.cs" />
183183
<Compile Include="interop27.cs" />
184184
<Compile Include="interop32.cs" />
185+
<Compile Include="interop33.cs" />
185186
<Compile Include="interop34.cs" />
186187
<Compile Include="interop35.cs" />
188+
<Compile Include="interop36.cs" />
187189
</ItemGroup>
188190
<ItemGroup>
189-
<None Include="buildclrmodule.bat" />
190191
<None Include="clrmodule.il" />
191192
<None Include="..\pythonnet.snk" />
192193
<None Include="x64\clrmodule-platform.il" />

src/runtime/buildclrmodule.bat

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/runtime/interop33.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Auto-generated by geninterop.py.
33
// DO NOT MODIFIY BY HAND.
44

5+
#if (PYTHON33)
56
using System;
67
using System.Collections;
78
using System.Collections.Specialized;
@@ -135,3 +136,4 @@ public static int magic() {
135136
public static int members = 0;
136137
}
137138
}
139+
#endif

0 commit comments

Comments
 (0)