summaryrefslogtreecommitdiffstats
path: root/PCbuild/pyd.props
blob: 469966ede6b3ad698cac53199f70923fa89cb38f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets">
    <Import Project="release.props" />
    <Import Project="pyproject.props" />
  </ImportGroup>
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
    <GenerateManifest>false</GenerateManifest>
    <EmbedManifest>false</EmbedManifest>
    <TargetExt>.pyd</TargetExt>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <PreprocessorDefinitions>Py_BUILD_CORE_MODULE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    </ClCompile>
    <Link>
    </Link>
    <PostBuildEvent>
      <Command>
      </Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
</Project>
d class='commitgraph'>|\ \ \ \ | | |_|/ | |/| | | * | | ExternalProject: omit --no-checkout from git clone when using git 2.20.x.Nate Avers2020-07-241-1/+5 * | | | Merge topic 'FindXalanC-1.12'Brad King2020-07-271-3/+3 |\ \ \ \ | | |_|/ | |/| | | * | | FindXalanC: Fix version parsing for XalanC 1.12Brad King2020-07-241-3/+3 | |/ / * | | Merge topic 'pgi-no-A'Brad King2020-07-231-4/+4 |\ \ \ | * | | PGI: Remove -A from the C++ flags we use when CXX_EXTENSIONS is OFFTin Huynh2020-07-221-4/+4 * | | | Merge topic 'fix-typos-identified-using-codespell'Brad King2020-07-2326-40/+40 |\ \ \ \ | * | | | Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-2226-40/+40 * | | | | Merge topic 'CheckTypeSize-std-types'Brad King2020-07-231-18/+36 |\ \ \ \ \ | |/ / / / |/| | | | | * | | | CheckTypeSize: Use C++-style headers to check for std:: typesAiden Woodruff2020-07-201-18/+36 * | | | | Merge topic 'xcode-native-arch'Craig Scott2020-07-212-0/+7 |\ \ \ \ \ | | |_|_|/ | |/| | | | * | | | Xcode: Explicitly specify default native architecture on macOSBrad King2020-07-202-0/+7 | | |_|/ | |/| | * | | | FindX11: Add Xaw librariesKurt Sansom2020-07-161-0/+19 | |_|/ |/| | * | | Merge topic 'macOS-sdk-latest'Brad King2020-07-161-21/+12 |\ \ \ | * | | macOS: Always pick latest SDK if user has not set one explicitlyTor Arne Vestbø2020-07-141-21/+12 | | |/ | |/| * | | Merge topic 'compi-ti-improvements'Brad King2020-07-155-38/+64 |\ \ \ | * | | Compiler/TI: Avoid response file usage for linkerJosef Angstenberger2020-07-141-1/+5 | * | | Compiler/TI: Add compiler flags to linkerJosef Angstenberger2020-07-141-1/+1 | * | | Compiler/TI: Avoid usage of ranlibJosef Angstenberger2020-07-141-0/+1 | * | | Compiler/TI: Sync ASM settings to C/CXXJosef Angstenberger2020-07-141-6/+2 | * | | Compiler/TI: Refactor C/CXX to use a common fileJosef Angstenberger2020-07-143-31/+39 | * | | Compiler/TI: Detect architectureJosef Angstenberger2020-07-141-1/+18 | |/ / * | | Merge topic 'nvcc_host'Brad King2020-07-151-2/+2 |\ \ \ | | |/ | |/| | * | NVCC: Handle host compiler with spaces in pathRaul Tambre2020-07-141-2/+2 | * | Merge topic 'irsl-intel-ia32' into release-3.18Brad King2020-07-101-1/+1 | |\ \ | * \ \ Merge topic 'FindOpenMP-version' into release-3.18Brad King2020-07-101-1/+1 | |\ \ \ | * \ \ \ Merge topic 'FindJava-no-macos-stub' into release-3.18Brad King2020-07-091-3/+2 | |\ \ \ \ | * \ \ \ \ Merge topic 'cuda-11-ptx-arch' into release-3.18Brad King2020-07-091-2/+2 | |\ \ \ \ \ | * \ \ \ \ \ Merge topic 'doc-CPack-source-package' into release-3.18Brad King2020-07-091-1/+1 | |\ \ \ \ \ \ | * \ \ \ \ \ \ Merge topic 'FindMPI-nvcc-link-pthread' into release-3.18Brad King2020-07-081-0/+2 | |\ \ \ \ \ \ \ * | | | | | | | | Help: Document CMAKE_CUDA_HOST_COMPILER as specific to NVIDIA nvccBrad King2020-07-141-1/+1 | |_|_|_|_|_|_|/ |/| | | | | | | * | | | | | | | Merge topic 'irsl-intel-ia32'Brad King2020-07-101-1/+1 |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | * | | | | | | IRSL: Fix path to Intel 32-bit redist librariesTorgeir Rusten2020-07-091-1/+1 * | | | | | | | Merge topic 'FindOpenMP-version'Brad King2020-07-101-1/+1 |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | * | | | | | | FindOpenMP: Set version variables every time CMake runsBrad King2020-07-091-1/+1 | |/ / / / / / * | | | | | | Merge topic 'FindMatlab-unknown-version'Brad King2020-07-09