Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
951fc7e9
Commit
951fc7e9
authored
Dec 14, 2015
by
stijn
Committed by
Paul Sokolovsky
Dec 15, 2015
Browse files
msvc: Use new modmachine infrastructure per changes in
f9251659
parent
d874702f
Changes
1
Hide whitespace changes
Inline
Side-by-side
windows/msvc/sources.props
View file @
951fc7e9
...
...
@@ -12,7 +12,8 @@
<ClCompile
Include=
"$(PyBaseDir)unix\main.c"
/>
<ClCompile
Include=
"$(PyBaseDir)unix\modos.c"
/>
<ClCompile
Include=
"$(PyBaseDir)unix\modtime.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\modmachine.c"
/>
<ClCompile
Include=
"$(PyBaseDir)unix\modmachine.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\machine_mem.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\modubinascii.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\moductypes.c"
/>
<ClCompile
Include=
"$(PyBaseDir)extmod\moduhashlib.c"
/>
...
...
Write
Preview
Supports
Markdown
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