mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00

Moved the _DEBUG and NDEBUG macros to two new property files. Fixed #1527 Problem with static libs on Windows Updated README.txt
11 lines
235 B
XML
11 lines
235 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="release"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
/>
|
|
</VisualStudioPropertySheet>
|