~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to win32/libdrizzle.vcxproj

  • Committer: Monty Taylor
  • Date: 2011-04-03 18:08:42 UTC
  • mto: This revision was merged to the branch mainline in revision 2266.
  • Revision ID: mordred@inaugust.com-20110403180842-tyr8mkqspq4wb7gl
Perform proper windows error handling. Also turns out errno.h is not needed on vs2010.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    <ProjectGuid>{786CDCC5-9B40-4927-B8B3-DC484E138EE9}</ProjectGuid>
15
15
    <RootNamespace>libdrizzle</RootNamespace>
16
16
    <Keyword>Win32Proj</Keyword>
 
17
    <ProjectName>libdrizzle-2.0</ProjectName>
17
18
  </PropertyGroup>
18
19
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
20
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
104
105
    <ClInclude Include="..\libdrizzle-2.0\libdrizzle\drizzle_client.h" />
105
106
    <ClInclude Include="..\libdrizzle-2.0\libdrizzle\drizzle_local.h" />
106
107
    <ClInclude Include="..\libdrizzle-2.0\libdrizzle\drizzle_server.h" />
107
 
    <ClInclude Include="windows\errno.h" />
108
108
    <ClInclude Include="..\libdrizzle-2.0\libdrizzle\field_client.h" />
109
109
    <ClInclude Include="..\libdrizzle-2.0\libdrizzle\field_server.h" />
110
110
    <ClInclude Include="..\libdrizzle-2.0\libdrizzle\handshake_client.h" />