Christian Heimes | d9fbab2 | 2008-01-02 17:43:40 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="Windows-1252"?>
|
| 2 | <VisualStudioPropertySheet
|
| 3 | ProjectType="Visual C++"
|
| 4 | Version="8.00"
|
| 5 | Name="pyproject"
|
| 6 | OutputDirectory="$(SolutionDir)"
|
| 7 | IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
|
| 8 | >
|
| 9 | <Tool
|
| 10 | Name="VCCLCompilerTool"
|
| 11 | Optimization="2"
|
| 12 | InlineFunctionExpansion="1"
|
| 13 | EnableIntrinsicFunctions="true"
|
| 14 | AdditionalIncludeDirectories="..\..\Include; ..\..\PC"
|
| 15 | PreprocessorDefinitions="_WIN32"
|
| 16 | StringPooling="true"
|
| 17 | ExceptionHandling="0"
|
| 18 | RuntimeLibrary="0"
|
| 19 | EnableFunctionLevelLinking="true"
|
| 20 | WarningLevel="3"
|
| 21 | DebugInformationFormat="3"
|
| 22 | CompileAs="0"
|
| 23 | />
|
| 24 | <Tool
|
| 25 | Name="VCLinkerTool"
|
| 26 | LinkIncremental="1"
|
| 27 | AdditionalLibraryDirectories="$(OutDir)"
|
| 28 | GenerateDebugInformation="true"
|
| 29 | ProgramDatabaseFile="$(OutDir)$(TargetName).pdb"
|
| 30 | SubSystem="2"
|
| 31 | RandomizedBaseAddress="1"
|
| 32 | DataExecutionPrevention="0"
|
| 33 | TargetMachine="1"
|
| 34 | />
|
| 35 | <Tool
|
| 36 | Name="VCResourceCompilerTool"
|
| 37 | AdditionalIncludeDirectories="..\..\PC;..\..\Include"
|
| 38 | />
|
| 39 | <UserMacro
|
| 40 | Name="PyDllName"
|
| 41 | Value="python26"
|
| 42 | />
|
| 43 | <UserMacro
|
| 44 | Name="PythonExe"
|
| 45 | Value="$(SolutionDir)\python.exe"
|
| 46 | />
|
| 47 | <UserMacro
|
| 48 | Name="bsddbDir"
|
| 49 | Value="..\..\..\db-4.4.20\build_win32\"
|
| 50 | />
|
| 51 | <UserMacro
|
| 52 | Name="sqlite3Dir"
|
| 53 | Value="..\..\..\sqlite-source-3.3.4\"
|
| 54 | />
|
| 55 | <UserMacro
|
| 56 | Name="bz2Dir"
|
| 57 | Value="..\..\..\bzip2-1.0.3\"
|
| 58 | />
|
| 59 | <UserMacro
|
| 60 | Name="opensslDir"
|
| 61 | Value="..\..\..\openssl-0.9.8g\"
|
| 62 | />
|
| 63 | <UserMacro
|
| 64 | Name="tcltkDir"
|
| 65 | Value="..\..\..\tcltk\"
|
| 66 | />
|
| 67 | <UserMacro
|
| 68 | Name="tcltk64Dir"
|
| 69 | Value="..\..\..\tcltk64"
|
| 70 | />
|
| 71 | <UserMacro
|
| 72 | Name="tcltkLib"
|
| 73 | Value="$(tcltkDir)\lib\tcl84.lib $(tcltkDir)\lib\tk84.lib"
|
| 74 | />
|
| 75 | <UserMacro
|
| 76 | Name="tcltk64Lib"
|
| 77 | Value="$(tcltk64Dir)\lib\tcl84.lib $(tcltk64Dir)\lib\tk84.lib"
|
| 78 | />
|
| 79 | </VisualStudioPropertySheet>
|