Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
circuitpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
circuitpython
Commits
845a80a6
Commit
845a80a6
authored
Mar 02, 2017
by
stijn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvc: Add machine/pin-related sources to build
This fixes unresolved references after [
f1ea3bc7
]
parent
e4be56a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
windows/msvc/sources.props
windows/msvc/sources.props
+2
-0
No files found.
windows/msvc/sources.props
View file @
845a80a6
...
...
@@ -15,6 +15,7 @@
<ClCompile
Include=
"$(PyBaseDir)unix\modmachine.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\machine_mem.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\machine_pinbase.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\machine_signal.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\modubinascii.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\moductypes.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\moduhashlib.c"
/>
...
...
@@ -24,6 +25,7 @@
<ClCompile
Include=
"$(PyBaseDir)extmod\modure.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\moduzlib.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\utime_mphal.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\virtpin.c"
/>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"$(PyBaseDir)py\*.h"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment