mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
21 lines
467 B
XML
21 lines
467 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="postgresql"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="$(POSTGRESQL_ROOT)/include"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="libpq.lib"
|
|
AdditionalLibraryDirectories="$(POSTGRESQL_ROOT)/lib"
|
|
/>
|
|
<UserMacro
|
|
Name="POSTGRESQL_ROOT"
|
|
Value="c:\software\PostgreSQL\8.4"
|
|
/>
|
|
</VisualStudioPropertySheet>
|