geometry/example/with_external_libs/postgresql.vsprops
2010-11-28 14:16:28 +00:00

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>