diff options
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 910dbb1..c37e9b9 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -211,7 +211,7 @@ ATLMinimizesCRunTimeLibraryUsage="FALSE"> <Tool Name="VCCLCompilerTool" - AdditionalOptions="/Zm200 /USECL:MS_OPTERON" + AdditionalOptions="/Zm200 /USECL:MS_OPTERON /GS-" Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\Include,..\PC" @@ -344,6 +344,9 @@ RelativePath="..\Modules\_bisectmodule.c"> </File> <File + RelativePath="..\Modules\_struct.c"> + </File> + <File RelativePath="..\Modules\cjkcodecs\_codecs_cn.c"> </File> <File @@ -491,7 +494,7 @@ RelativePath="..\Python\errors.c"> </File> <File - RelativePath="..\Python\exceptions.c"> + RelativePath="..\Objects\exceptions.c"> </File> <File RelativePath="..\Objects\fileobject.c"> @@ -746,9 +749,6 @@ RelativePath="..\Python\structmember.c"> </File> <File - RelativePath="..\Modules\structmodule.c"> - </File> - <File RelativePath="..\Objects\structseq.c"> </File> <File |