Skip to content

Project files tune-up #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jan 11, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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.
  • Loading branch information
vmuriart committed Jan 9, 2017
commit dd3e5dd16109c4a426327c23a655fccaea5a8852
3 changes: 2 additions & 1 deletion src/runtime/Python.Runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,12 @@
<Compile Include="interop26.cs" />
<Compile Include="interop27.cs" />
<Compile Include="interop32.cs" />
<Compile Include="interop33.cs" />
<Compile Include="interop34.cs" />
<Compile Include="interop35.cs" />
<Compile Include="interop36.cs" />
</ItemGroup>
<ItemGroup>
<None Include="buildclrmodule.bat" />
<None Include="clrmodule.il" />
<None Include="..\pythonnet.snk" />
<None Include="x64\clrmodule-platform.il" />
Expand Down
36 changes: 0 additions & 36 deletions src/runtime/buildclrmodule.bat

This file was deleted.

2 changes: 2 additions & 0 deletions src/runtime/interop33.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Auto-generated by geninterop.py.
// DO NOT MODIFIY BY HAND.

#if (PYTHON33)
using System;
using System.Collections;
using System.Collections.Specialized;
Expand Down Expand Up @@ -135,3 +136,4 @@ public static int magic() {
public static int members = 0;
}
}
#endif