~ubuntu-branches/ubuntu/lucid/wpasupplicant/lucid-updates

« back to all changes in this revision

Viewing changes to vs2005/wpa_cli/wpa_cli.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Kel Modderman
  • Date: 2006-10-05 08:04:01 UTC
  • mfrom: (1.1.5 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061005080401-r8lqlix4390yos7b
Tags: 0.5.5-2
* Update madwifi headers to latest SVN. (Closes: #388316)
* Remove failed attempt at action locking. [debian/functions.sh,
  debian/wpa_action.sh]
* Add hysteresis checking functions, to avoid "event loops" while
  using wpa-roam. [debian/functions.sh, debian/wpa_action.sh]
* Change of co-maintainer email address.
* Add ishex() function to functions.sh to determine wpa-psk value type in
  plaintext or hex. This effectively eliminates the need for the bogus and
  somewhat confusing wpa-passphrase contruct specific to our scripts and
  allows wpa-psk to work with either a 8 to 63 character long plaintext
  string or 64 character long hex string.
* Adjust README.modes to not refer to the redundant wpa-passphrase stuff.
* Add big fat NOTE about acceptable wpa-psk's to top of example gallery.
* Strip surrounding quotes from wpa-ssid if present, instead of just whining
  about them.
* Update email address in copyright blurb of functions.sh, ifupdown.sh and
  wpa_action.sh.  

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21
21
                        IntermediateDirectory="$(ConfigurationName)"
22
22
                        ConfigurationType="1"
23
 
                        CharacterSet="1"
 
23
                        CharacterSet="0"
24
24
                        >
25
25
                        <Tool
26
26
                                Name="VCPreBuildEventTool"
97
97
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
98
98
                        IntermediateDirectory="$(ConfigurationName)"
99
99
                        ConfigurationType="1"
100
 
                        CharacterSet="1"
 
100
                        CharacterSet="0"
101
101
                        WholeProgramOptimization="1"
102
102
                        >
103
103
                        <Tool
117
117
                        />
118
118
                        <Tool
119
119
                                Name="VCCLCompilerTool"
120
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
120
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;CONFIG_WIN32_DEFAULTS"
121
121
                                RuntimeLibrary="2"
122
122
                                UsePrecompiledHeader="0"
123
123
                                WarningLevel="3"
124
124
                                Detect64BitPortabilityProblems="true"
125
125
                                DebugInformationFormat="3"
 
126
                                DisableSpecificWarnings="4244;4267"
126
127
                        />
127
128
                        <Tool
128
129
                                Name="VCManagedResourceCompilerTool"
135
136
                        />
136
137
                        <Tool
137
138
                                Name="VCLinkerTool"
 
139
                                AdditionalDependencies="ws2_32.lib"
138
140
                                LinkIncremental="1"
139
141
                                GenerateDebugInformation="true"
140
142
                                SubSystem="1"