Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: a3cc6d81efacad61e24a7b962987a9ecae711c56 authored by Martin v. Löwis on 21 February 2008, 11:54:20 UTC
Redo tag.
Tip revision: a3cc6d8
_ctypes.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="_ctypes"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalIncludeDirectories="..\..\Modules\_ctypes\libffi_msvc"
	/>
	<Tool
		Name="VCLinkerTool"
		AdditionalOptions="/EXPORT:DllGetClassObject,PRIVATE /EXPORT:DllCanUnloadNow,PRIVATE"
	/>
</VisualStudioPropertySheet>
back to top