/Src/Dependencies/Boost/libs/geometry/example/with_external_libs/postgresql.vsprops

http://hadesmem.googlecode.com/ · text · 20 lines · 20 code · 0 blank · 0 comment · 0 complexity · a7046453f4f836ba45a32753ba97a8e1 MD5 · raw file

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioPropertySheet
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="postgresql"
  6. >
  7. <Tool
  8. Name="VCCLCompilerTool"
  9. AdditionalIncludeDirectories="$(POSTGRESQL_ROOT)/include"
  10. />
  11. <Tool
  12. Name="VCLinkerTool"
  13. AdditionalDependencies="libpq.lib"
  14. AdditionalLibraryDirectories="$(POSTGRESQL_ROOT)/lib"
  15. />
  16. <UserMacro
  17. Name="POSTGRESQL_ROOT"
  18. Value="c:\software\PostgreSQL\8.4"
  19. />
  20. </VisualStudioPropertySheet>