~ubuntu-branches/ubuntu/saucy/wpasupplicant/saucy

« back to all changes in this revision

Viewing changes to wpa_supplicant/vs2005/wpa_cli/wpa_cli.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2010-11-22 09:43:43 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122094343-qgsxaojvmswfri77
Tags: 0.7.3-0ubuntu1
* Get wpasupplicant 0.7.3 from Debian's SVN. Leaving 0.7.3-1 as unreleased
  for now.
* Build-Depend on debhelper 8, since the packaging from Debian uses compat 8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
                        <Tool
41
41
                                Name="VCCLCompilerTool"
42
42
                                Optimization="0"
43
 
                                AdditionalIncludeDirectories="..\..\..\src\utils;..\..\..\src\common"
 
43
                                AdditionalIncludeDirectories="..\..\..\src;..\..\..\src\utils"
44
44
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;CONFIG_WIN32_DEFAULTS"
45
45
                                MinimalRebuild="true"
46
46
                                BasicRuntimeChecks="3"
118
118
                        />
119
119
                        <Tool
120
120
                                Name="VCCLCompilerTool"
121
 
                                AdditionalIncludeDirectories="..\..\..\src\utils;..\..\..\src\common"
 
121
                                AdditionalIncludeDirectories="..\..\..\src;..\..\..\src\utils"
122
122
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;CONFIG_WIN32_DEFAULTS"
123
123
                                RuntimeLibrary="2"
124
124
                                UsePrecompiledHeader="0"