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
8422cac0
Commit
8422cac0
authored
Jan 01, 2015
by
stijn
Browse files
msvc: Support py/*.h includes per #1022
parent
e0ac194f
Changes
1
Hide whitespace changes
Inline
Side-by-side
windows/msvc/common.props
View file @
8422cac0
...
...
@@ -8,7 +8,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>
.\;.\build;.\msvc;..\py
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
.\;.
.\;.
\build;.\msvc;..\py
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<SDLCheck>
false
</SDLCheck>
<WarningLevel>
Level1
</WarningLevel>
...
...
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