diff -Npru httrack-3.43.9-old/html/httrack.man.html httrack-3.43.9-new/html/httrack.man.html
old
|
new
|
|
1 | 1 | <!-- Creator : groff version 1.18.1 --> |
2 | | <!-- CreationDate: Mon Jan 4 19:20:27 2010 --> |
| 2 | <!-- CreationDate: Sat Feb 20 13:48:57 2010 --> |
3 | 3 | <html> |
4 | 4 | <head> |
5 | 5 | <meta name="generator" content="groff -Thtml, see www.gnu.org"> |
diff -Npru httrack-3.43.9-old/man/httrack.1 httrack-3.43.9-new/man/httrack.1
old
|
new
|
|
1 | 1 | .\" Process this file with |
2 | 2 | .\" groff -man -Tascii httrack.1 |
3 | 3 | .\" |
4 | | .TH httrack 1 "HTTrack version 3.43-8 (compiled Jan 1 2010)" "httrack website copier" |
| 4 | .TH httrack 1 "HTTrack version 3.43-9 (compiled Jan 4 2010)" "httrack website copier" |
5 | 5 | .SH NAME |
6 | 6 | httrack \- offline browser : copy websites to a local directory |
7 | 7 | .SH SYNOPSIS |
diff -Npru httrack-3.43.9-old/src/htsbasenet.h httrack-3.43.9-new/src/htsbasenet.h
old
|
new
|
Please visit our Website: http://www.htt |
49 | 49 | #define WIN32_LEAN_AND_MEAN |
50 | 50 | #include <winsock2.h> |
51 | 51 | #include <ws2tcpip.h> |
52 | | #include <tpipv6.h> |
| 52 | //#include <tpipv6.h> |
53 | 53 | #else |
54 | 54 | #include <winsock2.h> |
55 | 55 | #include <socket.h> |
diff -Npru httrack-3.43.9-old/src/httrack.vcproj httrack-3.43.9-new/src/httrack.vcproj
old
|
new
|
|
1 | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
2 | 2 | <VisualStudioProject |
3 | 3 | ProjectType="Visual C++" |
4 | | Version="7.10" |
| 4 | Version="9,00" |
5 | 5 | Name="httrack" |
6 | 6 | ProjectGUID="{D0E894E7-F64C-4722-9807-9ABB1054D43A}" |
7 | | SccProjectName="" |
8 | | SccLocalPath=""> |
| 7 | RootNamespace="httrack" |
| 8 | TargetFrameworkVersion="131072" |
| 9 | > |
9 | 10 | <Platforms> |
10 | 11 | <Platform |
11 | | Name="Win32"/> |
| 12 | Name="Win32" |
| 13 | /> |
| 14 | <Platform |
| 15 | Name="x64" |
| 16 | /> |
12 | 17 | </Platforms> |
| 18 | <ToolFiles> |
| 19 | </ToolFiles> |
13 | 20 | <Configurations> |
14 | 21 | <Configuration |
15 | 22 | Name="Release avec debug|Win32" |
16 | 23 | OutputDirectory=".\Release_avec_debug" |
17 | 24 | IntermediateDirectory="c:\temp\vcpp" |
18 | 25 | ConfigurationType="1" |
| 26 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
19 | 27 | UseOfMFC="0" |
20 | | ATLMinimizesCRunTimeLibraryUsage="FALSE" |
21 | | CharacterSet="2"> |
| 28 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 29 | CharacterSet="2" |
| 30 | > |
| 31 | <Tool |
| 32 | Name="VCPreBuildEventTool" |
| 33 | /> |
| 34 | <Tool |
| 35 | Name="VCCustomBuildTool" |
| 36 | /> |
| 37 | <Tool |
| 38 | Name="VCXMLDataGeneratorTool" |
| 39 | /> |
| 40 | <Tool |
| 41 | Name="VCWebServiceProxyGeneratorTool" |
| 42 | /> |
| 43 | <Tool |
| 44 | Name="VCMIDLTool" |
| 45 | TypeLibraryName=".\Release_avec_debug/httrack.tlb" |
| 46 | HeaderFileName="" |
| 47 | /> |
22 | 48 | <Tool |
23 | 49 | Name="VCCLCompilerTool" |
24 | 50 | AdditionalOptions="/Zm200 " |
25 | 51 | Optimization="4" |
26 | 52 | InlineFunctionExpansion="2" |
27 | | EnableIntrinsicFunctions="TRUE" |
| 53 | EnableIntrinsicFunctions="true" |
28 | 54 | FavorSizeOrSpeed="1" |
29 | | OmitFramePointers="TRUE" |
30 | | AdditionalIncludeDirectories="C:\Dev\IPv6Kit\inc\,C:\Dev\zlib-1.2.3\,C:\Dev\openssl\include,C:\Dev\Winhttrack" |
31 | | PreprocessorDefinitions="WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE" |
| 55 | OmitFramePointers="true" |
| 56 | AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.3\";C:\Dev\openssl\include;C:\Dev\Winhttrack" |
| 57 | PreprocessorDefinitions="WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE;_CRT_SECURE_NO_WARNINGS" |
32 | 58 | RuntimeLibrary="2" |
33 | | UsePrecompiledHeader="2" |
| 59 | UsePrecompiledHeader="0" |
34 | 60 | PrecompiledHeaderFile="c:\temp\vcpp/httrack.pch" |
35 | 61 | AssemblerOutput="2" |
36 | 62 | AssemblerListingLocation="c:\temp\vcpp/" |
… |
… |
|
38 | 64 | ProgramDataBaseFileName="c:\temp\vcpp/" |
39 | 65 | BrowseInformation="1" |
40 | 66 | WarningLevel="3" |
41 | | SuppressStartupBanner="TRUE" |
42 | | Detect64BitPortabilityProblems="TRUE" |
| 67 | SuppressStartupBanner="true" |
| 68 | Detect64BitPortabilityProblems="true" |
43 | 69 | DebugInformationFormat="3" |
44 | | CompileAs="0"/> |
| 70 | CompileAs="0" |
| 71 | /> |
| 72 | <Tool |
| 73 | Name="VCManagedResourceCompilerTool" |
| 74 | /> |
| 75 | <Tool |
| 76 | Name="VCResourceCompilerTool" |
| 77 | PreprocessorDefinitions="NDEBUG" |
| 78 | Culture="1033" |
| 79 | /> |
45 | 80 | <Tool |
46 | | Name="VCCustomBuildTool"/> |
| 81 | Name="VCPreLinkEventTool" |
| 82 | /> |
47 | 83 | <Tool |
48 | 84 | Name="VCLinkerTool" |
49 | 85 | AdditionalDependencies="Ws2_32.lib libhttrack.lib" |
50 | 86 | OutputFile="O:\HTTrack\httrack\httrack.exe" |
51 | 87 | LinkIncremental="1" |
52 | | SuppressStartupBanner="TRUE" |
| 88 | SuppressStartupBanner="true" |
53 | 89 | AdditionalLibraryDirectories="C:\Dev\openssl\lib,C:\Dev\zlib\dll32,C:\Dev\openssl\lib\out32dll" |
54 | | GenerateDebugInformation="TRUE" |
| 90 | GenerateDebugInformation="true" |
55 | 91 | ProgramDatabaseFile=".\Release_avec_debug/httrack.pdb" |
56 | 92 | SubSystem="1" |
57 | | TargetMachine="1"/> |
| 93 | RandomizedBaseAddress="1" |
| 94 | DataExecutionPrevention="0" |
| 95 | TargetMachine="1" |
| 96 | /> |
| 97 | <Tool |
| 98 | Name="VCALinkTool" |
| 99 | /> |
| 100 | <Tool |
| 101 | Name="VCManifestTool" |
| 102 | /> |
| 103 | <Tool |
| 104 | Name="VCXDCMakeTool" |
| 105 | /> |
| 106 | <Tool |
| 107 | Name="VCBscMakeTool" |
| 108 | /> |
| 109 | <Tool |
| 110 | Name="VCFxCopTool" |
| 111 | /> |
| 112 | <Tool |
| 113 | Name="VCAppVerifierTool" |
| 114 | /> |
| 115 | <Tool |
| 116 | Name="VCPostBuildEventTool" |
| 117 | /> |
| 118 | </Configuration> |
| 119 | <Configuration |
| 120 | Name="Release avec debug|x64" |
| 121 | OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
| 122 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
| 123 | ConfigurationType="1" |
| 124 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
| 125 | UseOfMFC="0" |
| 126 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 127 | CharacterSet="2" |
| 128 | > |
| 129 | <Tool |
| 130 | Name="VCPreBuildEventTool" |
| 131 | /> |
| 132 | <Tool |
| 133 | Name="VCCustomBuildTool" |
| 134 | /> |
| 135 | <Tool |
| 136 | Name="VCXMLDataGeneratorTool" |
| 137 | /> |
| 138 | <Tool |
| 139 | Name="VCWebServiceProxyGeneratorTool" |
| 140 | /> |
58 | 141 | <Tool |
59 | 142 | Name="VCMIDLTool" |
| 143 | TargetEnvironment="3" |
60 | 144 | TypeLibraryName=".\Release_avec_debug/httrack.tlb" |
61 | | HeaderFileName=""/> |
| 145 | HeaderFileName="" |
| 146 | /> |
62 | 147 | <Tool |
63 | | Name="VCPostBuildEventTool"/> |
64 | | <Tool |
65 | | Name="VCPreBuildEventTool"/> |
| 148 | Name="VCCLCompilerTool" |
| 149 | AdditionalOptions="/Zm200 " |
| 150 | Optimization="4" |
| 151 | InlineFunctionExpansion="2" |
| 152 | EnableIntrinsicFunctions="true" |
| 153 | FavorSizeOrSpeed="1" |
| 154 | OmitFramePointers="true" |
| 155 | AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.3\";C:\Dev\openssl\include;C:\Dev\Winhttrack" |
| 156 | PreprocessorDefinitions="WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE" |
| 157 | RuntimeLibrary="2" |
| 158 | UsePrecompiledHeader="0" |
| 159 | PrecompiledHeaderFile="c:\temp\vcpp/httrack.pch" |
| 160 | AssemblerOutput="2" |
| 161 | AssemblerListingLocation="c:\temp\vcpp/" |
| 162 | ObjectFile="c:\temp\vcpp/" |
| 163 | ProgramDataBaseFileName="c:\temp\vcpp/" |
| 164 | BrowseInformation="1" |
| 165 | WarningLevel="3" |
| 166 | SuppressStartupBanner="true" |
| 167 | Detect64BitPortabilityProblems="true" |
| 168 | DebugInformationFormat="3" |
| 169 | CompileAs="0" |
| 170 | /> |
66 | 171 | <Tool |
67 | | Name="VCPreLinkEventTool"/> |
| 172 | Name="VCManagedResourceCompilerTool" |
| 173 | /> |
68 | 174 | <Tool |
69 | 175 | Name="VCResourceCompilerTool" |
70 | 176 | PreprocessorDefinitions="NDEBUG" |
71 | | Culture="1033"/> |
| 177 | Culture="1033" |
| 178 | /> |
72 | 179 | <Tool |
73 | | Name="VCWebServiceProxyGeneratorTool"/> |
| 180 | Name="VCPreLinkEventTool" |
| 181 | /> |
74 | 182 | <Tool |
75 | | Name="VCXMLDataGeneratorTool"/> |
| 183 | Name="VCLinkerTool" |
| 184 | AdditionalDependencies="Ws2_32.lib libhttrack.lib" |
| 185 | OutputFile="O:\HTTrack\httrack\httrack.exe" |
| 186 | LinkIncremental="1" |
| 187 | SuppressStartupBanner="true" |
| 188 | AdditionalLibraryDirectories="C:\Dev\openssl\lib,C:\Dev\zlib\dll32,C:\Dev\openssl\lib\out32dll" |
| 189 | GenerateDebugInformation="true" |
| 190 | ProgramDatabaseFile=".\Release_avec_debug/httrack.pdb" |
| 191 | SubSystem="1" |
| 192 | RandomizedBaseAddress="1" |
| 193 | DataExecutionPrevention="0" |
| 194 | TargetMachine="17" |
| 195 | /> |
| 196 | <Tool |
| 197 | Name="VCALinkTool" |
| 198 | /> |
| 199 | <Tool |
| 200 | Name="VCManifestTool" |
| 201 | /> |
| 202 | <Tool |
| 203 | Name="VCXDCMakeTool" |
| 204 | /> |
| 205 | <Tool |
| 206 | Name="VCBscMakeTool" |
| 207 | /> |
76 | 208 | <Tool |
77 | | Name="VCWebDeploymentTool"/> |
| 209 | Name="VCFxCopTool" |
| 210 | /> |
78 | 211 | <Tool |
79 | | Name="VCManagedWrapperGeneratorTool"/> |
| 212 | Name="VCAppVerifierTool" |
| 213 | /> |
80 | 214 | <Tool |
81 | | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 215 | Name="VCPostBuildEventTool" |
| 216 | /> |
82 | 217 | </Configuration> |
83 | 218 | <Configuration |
84 | 219 | Name="Debug|Win32" |
85 | 220 | OutputDirectory="C:\temp\httrackcmd\Debug" |
86 | 221 | IntermediateDirectory="C:\temp\httrackcmd\Debug" |
87 | 222 | ConfigurationType="1" |
| 223 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
88 | 224 | UseOfMFC="0" |
89 | | ATLMinimizesCRunTimeLibraryUsage="FALSE" |
90 | | CharacterSet="2"> |
| 225 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 226 | CharacterSet="2" |
| 227 | > |
| 228 | <Tool |
| 229 | Name="VCPreBuildEventTool" |
| 230 | /> |
| 231 | <Tool |
| 232 | Name="VCCustomBuildTool" |
| 233 | /> |
| 234 | <Tool |
| 235 | Name="VCXMLDataGeneratorTool" |
| 236 | /> |
| 237 | <Tool |
| 238 | Name="VCWebServiceProxyGeneratorTool" |
| 239 | /> |
| 240 | <Tool |
| 241 | Name="VCMIDLTool" |
| 242 | TypeLibraryName=".\Debug/httrack.tlb" |
| 243 | HeaderFileName="" |
| 244 | /> |
91 | 245 | <Tool |
92 | 246 | Name="VCCLCompilerTool" |
93 | 247 | AdditionalOptions="/Zm200 " |
94 | 248 | Optimization="0" |
95 | | AdditionalIncludeDirectories="C:\Dev\IPv6Kit\inc\,C:\Dev\zlib-1.2.3\,C:\Dev\openssl\include,C:\Dev\Winhttrack" |
96 | | PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE" |
| 249 | AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.3\";C:\Dev\openssl\include;C:\Dev\Winhttrack" |
| 250 | PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE;_CRT_SECURE_NO_WARNINGS" |
97 | 251 | RuntimeLibrary="3" |
98 | | BufferSecurityCheck="TRUE" |
99 | | RuntimeTypeInfo="TRUE" |
| 252 | BufferSecurityCheck="true" |
| 253 | RuntimeTypeInfo="true" |
100 | 254 | PrecompiledHeaderFile="c:\temp\vcpp/httrack.pch" |
101 | 255 | AssemblerOutput="2" |
102 | 256 | AssemblerListingLocation="c:\temp\vcpp/" |
… |
… |
|
105 | 259 | BrowseInformation="1" |
106 | 260 | BrowseInformationFile="c:\temp\vcpp/" |
107 | 261 | WarningLevel="3" |
108 | | SuppressStartupBanner="TRUE" |
109 | | Detect64BitPortabilityProblems="TRUE" |
| 262 | SuppressStartupBanner="true" |
| 263 | Detect64BitPortabilityProblems="true" |
110 | 264 | DebugInformationFormat="4" |
111 | | CompileAs="0"/> |
| 265 | CompileAs="0" |
| 266 | /> |
| 267 | <Tool |
| 268 | Name="VCManagedResourceCompilerTool" |
| 269 | /> |
| 270 | <Tool |
| 271 | Name="VCResourceCompilerTool" |
| 272 | PreprocessorDefinitions="_DEBUG" |
| 273 | Culture="1033" |
| 274 | /> |
112 | 275 | <Tool |
113 | | Name="VCCustomBuildTool"/> |
| 276 | Name="VCPreLinkEventTool" |
| 277 | /> |
114 | 278 | <Tool |
115 | 279 | Name="VCLinkerTool" |
116 | 280 | AdditionalDependencies="Ws2_32.lib libhttrack.lib" |
117 | | OutputFile="C:\temp\httrack.exe" |
| 281 | OutputFile="C:\temp\httrack\httrack.exe" |
118 | 282 | LinkIncremental="1" |
119 | | SuppressStartupBanner="TRUE" |
120 | | AdditionalLibraryDirectories="C:\Dev\openssl\lib,C:\temp\zlib,C:\Dev\openssl\lib\out32dll,C:\temp\Debuglib" |
121 | | GenerateDebugInformation="TRUE" |
| 283 | SuppressStartupBanner="true" |
| 284 | AdditionalLibraryDirectories="C:\Dev\openssl\lib;C:\temp\release_libz;C:\Dev\openssl\lib\out32dll;C:\temp\Debuglib" |
| 285 | GenerateDebugInformation="true" |
122 | 286 | ProgramDatabaseFile=".\Debug/httrack.pdb" |
123 | 287 | SubSystem="1" |
124 | | TargetMachine="1"/> |
| 288 | RandomizedBaseAddress="1" |
| 289 | DataExecutionPrevention="0" |
| 290 | TargetMachine="1" |
| 291 | /> |
| 292 | <Tool |
| 293 | Name="VCALinkTool" |
| 294 | /> |
| 295 | <Tool |
| 296 | Name="VCManifestTool" |
| 297 | /> |
| 298 | <Tool |
| 299 | Name="VCXDCMakeTool" |
| 300 | /> |
| 301 | <Tool |
| 302 | Name="VCBscMakeTool" |
| 303 | /> |
| 304 | <Tool |
| 305 | Name="VCFxCopTool" |
| 306 | /> |
| 307 | <Tool |
| 308 | Name="VCAppVerifierTool" |
| 309 | /> |
| 310 | <Tool |
| 311 | Name="VCPostBuildEventTool" |
| 312 | /> |
| 313 | </Configuration> |
| 314 | <Configuration |
| 315 | Name="Debug|x64" |
| 316 | OutputDirectory="C:\temp\httrackcmd\Debug" |
| 317 | IntermediateDirectory="C:\temp\httrackcmd\Debug" |
| 318 | ConfigurationType="1" |
| 319 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
| 320 | UseOfMFC="0" |
| 321 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 322 | CharacterSet="2" |
| 323 | > |
| 324 | <Tool |
| 325 | Name="VCPreBuildEventTool" |
| 326 | /> |
| 327 | <Tool |
| 328 | Name="VCCustomBuildTool" |
| 329 | /> |
| 330 | <Tool |
| 331 | Name="VCXMLDataGeneratorTool" |
| 332 | /> |
| 333 | <Tool |
| 334 | Name="VCWebServiceProxyGeneratorTool" |
| 335 | /> |
125 | 336 | <Tool |
126 | 337 | Name="VCMIDLTool" |
| 338 | TargetEnvironment="3" |
127 | 339 | TypeLibraryName=".\Debug/httrack.tlb" |
128 | | HeaderFileName=""/> |
129 | | <Tool |
130 | | Name="VCPostBuildEventTool"/> |
| 340 | HeaderFileName="" |
| 341 | /> |
131 | 342 | <Tool |
132 | | Name="VCPreBuildEventTool"/> |
| 343 | Name="VCCLCompilerTool" |
| 344 | AdditionalOptions="/Zm200 " |
| 345 | Optimization="0" |
| 346 | AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.3\";C:\Dev\openssl\include;C:\Dev\Winhttrack" |
| 347 | PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE;_CRT_SECURE_NO_WARNINGS" |
| 348 | RuntimeLibrary="3" |
| 349 | BufferSecurityCheck="true" |
| 350 | RuntimeTypeInfo="true" |
| 351 | PrecompiledHeaderFile="c:\temp\vcpp/httrack.pch" |
| 352 | AssemblerOutput="2" |
| 353 | AssemblerListingLocation="c:\temp\vcpp/" |
| 354 | ObjectFile="c:\temp\vcpp/" |
| 355 | ProgramDataBaseFileName="c:\temp\vcpp/" |
| 356 | BrowseInformation="1" |
| 357 | BrowseInformationFile="c:\temp\vcpp/" |
| 358 | WarningLevel="3" |
| 359 | SuppressStartupBanner="true" |
| 360 | Detect64BitPortabilityProblems="true" |
| 361 | DebugInformationFormat="3" |
| 362 | CompileAs="0" |
| 363 | /> |
133 | 364 | <Tool |
134 | | Name="VCPreLinkEventTool"/> |
| 365 | Name="VCManagedResourceCompilerTool" |
| 366 | /> |
135 | 367 | <Tool |
136 | 368 | Name="VCResourceCompilerTool" |
137 | 369 | PreprocessorDefinitions="_DEBUG" |
138 | | Culture="1033"/> |
| 370 | Culture="1033" |
| 371 | /> |
| 372 | <Tool |
| 373 | Name="VCPreLinkEventTool" |
| 374 | /> |
139 | 375 | <Tool |
140 | | Name="VCWebServiceProxyGeneratorTool"/> |
| 376 | Name="VCLinkerTool" |
| 377 | AdditionalDependencies="Ws2_32.lib libhttrack.lib" |
| 378 | OutputFile="C:\temp\httrack64\httrack.exe" |
| 379 | LinkIncremental="1" |
| 380 | SuppressStartupBanner="true" |
| 381 | AdditionalLibraryDirectories="C:\Dev\openssl\lib,C:\temp\zlib,C:\Dev\openssl\lib\out32dll,C:\temp\Debuglib" |
| 382 | GenerateDebugInformation="true" |
| 383 | ProgramDatabaseFile=".\Debug/httrack.pdb" |
| 384 | SubSystem="1" |
| 385 | RandomizedBaseAddress="1" |
| 386 | DataExecutionPrevention="0" |
| 387 | TargetMachine="17" |
| 388 | /> |
141 | 389 | <Tool |
142 | | Name="VCXMLDataGeneratorTool"/> |
| 390 | Name="VCALinkTool" |
| 391 | /> |
143 | 392 | <Tool |
144 | | Name="VCWebDeploymentTool"/> |
| 393 | Name="VCManifestTool" |
| 394 | /> |
145 | 395 | <Tool |
146 | | Name="VCManagedWrapperGeneratorTool"/> |
| 396 | Name="VCXDCMakeTool" |
| 397 | /> |
147 | 398 | <Tool |
148 | | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 399 | Name="VCBscMakeTool" |
| 400 | /> |
| 401 | <Tool |
| 402 | Name="VCFxCopTool" |
| 403 | /> |
| 404 | <Tool |
| 405 | Name="VCAppVerifierTool" |
| 406 | /> |
| 407 | <Tool |
| 408 | Name="VCPostBuildEventTool" |
| 409 | /> |
149 | 410 | </Configuration> |
150 | 411 | <Configuration |
151 | 412 | Name="Release|Win32" |
152 | 413 | OutputDirectory="C:\temp\httrackcmd\Release" |
153 | 414 | IntermediateDirectory="C:\temp\httrackcmd\Release" |
154 | 415 | ConfigurationType="1" |
| 416 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
155 | 417 | UseOfMFC="0" |
156 | | ATLMinimizesCRunTimeLibraryUsage="FALSE" |
157 | | CharacterSet="2"> |
| 418 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 419 | CharacterSet="2" |
| 420 | > |
| 421 | <Tool |
| 422 | Name="VCPreBuildEventTool" |
| 423 | /> |
| 424 | <Tool |
| 425 | Name="VCCustomBuildTool" |
| 426 | /> |
| 427 | <Tool |
| 428 | Name="VCXMLDataGeneratorTool" |
| 429 | /> |
| 430 | <Tool |
| 431 | Name="VCWebServiceProxyGeneratorTool" |
| 432 | /> |
| 433 | <Tool |
| 434 | Name="VCMIDLTool" |
| 435 | TypeLibraryName=".\Release/httrack.tlb" |
| 436 | HeaderFileName="" |
| 437 | /> |
158 | 438 | <Tool |
159 | 439 | Name="VCCLCompilerTool" |
160 | 440 | AdditionalOptions="/Zm200 " |
161 | 441 | Optimization="3" |
162 | 442 | InlineFunctionExpansion="2" |
163 | | ImproveFloatingPointConsistency="TRUE" |
164 | | AdditionalIncludeDirectories="C:\Dev\IPv6Kit\inc\,C:\Dev\zlib-1.2.3\,C:\Dev\openssl\include,C:\Dev\Winhttrack" |
165 | | PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE" |
166 | | StringPooling="TRUE" |
| 443 | AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.3\";C:\Dev\openssl\include;C:\Dev\Winhttrack" |
| 444 | PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE;_CRT_SECURE_NO_WARNINGS" |
| 445 | StringPooling="true" |
167 | 446 | RuntimeLibrary="2" |
168 | | EnableFunctionLevelLinking="TRUE" |
169 | | UsePrecompiledHeader="2" |
| 447 | EnableFunctionLevelLinking="true" |
| 448 | UsePrecompiledHeader="0" |
170 | 449 | PrecompiledHeaderFile="c:\temp\vcpp/httrack.pch" |
171 | 450 | AssemblerListingLocation="c:\temp\vcpp/" |
172 | 451 | ObjectFile="c:\temp\vcpp/" |
173 | 452 | ProgramDataBaseFileName="c:\temp\vcpp/" |
174 | 453 | WarningLevel="3" |
175 | | SuppressStartupBanner="TRUE" |
176 | | Detect64BitPortabilityProblems="TRUE" |
177 | | CompileAs="0"/> |
| 454 | SuppressStartupBanner="true" |
| 455 | Detect64BitPortabilityProblems="true" |
| 456 | CompileAs="0" |
| 457 | /> |
178 | 458 | <Tool |
179 | | Name="VCCustomBuildTool"/> |
| 459 | Name="VCManagedResourceCompilerTool" |
| 460 | /> |
| 461 | <Tool |
| 462 | Name="VCResourceCompilerTool" |
| 463 | PreprocessorDefinitions="NDEBUG" |
| 464 | Culture="1033" |
| 465 | /> |
| 466 | <Tool |
| 467 | Name="VCPreLinkEventTool" |
| 468 | /> |
180 | 469 | <Tool |
181 | 470 | Name="VCLinkerTool" |
182 | 471 | AdditionalDependencies="Ws2_32.lib libhttrack.lib" |
183 | 472 | OutputFile="O:\HTTrack\httrack\httrack.exe" |
184 | 473 | LinkIncremental="1" |
185 | | SuppressStartupBanner="TRUE" |
| 474 | SuppressStartupBanner="true" |
186 | 475 | AdditionalLibraryDirectories="C:\Dev\openssl\lib,C:\temp\zlib,C:\Dev\openssl\lib\out32dll,C:\temp\Releaselib" |
187 | | ProgramDatabaseFile=".\Release/httrack.pdb" |
| 476 | ProgramDatabaseFile="C:\temp\httrackcmd\Release\httrack.pdb" |
188 | 477 | SubSystem="1" |
189 | | TargetMachine="1"/> |
| 478 | RandomizedBaseAddress="1" |
| 479 | DataExecutionPrevention="0" |
| 480 | TargetMachine="1" |
| 481 | /> |
| 482 | <Tool |
| 483 | Name="VCALinkTool" |
| 484 | /> |
| 485 | <Tool |
| 486 | Name="VCManifestTool" |
| 487 | /> |
| 488 | <Tool |
| 489 | Name="VCXDCMakeTool" |
| 490 | /> |
| 491 | <Tool |
| 492 | Name="VCBscMakeTool" |
| 493 | /> |
| 494 | <Tool |
| 495 | Name="VCFxCopTool" |
| 496 | /> |
| 497 | <Tool |
| 498 | Name="VCAppVerifierTool" |
| 499 | /> |
| 500 | <Tool |
| 501 | Name="VCPostBuildEventTool" |
| 502 | /> |
| 503 | </Configuration> |
| 504 | <Configuration |
| 505 | Name="Release|x64" |
| 506 | OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" |
| 507 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
| 508 | ConfigurationType="1" |
| 509 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
| 510 | UseOfMFC="0" |
| 511 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 512 | CharacterSet="2" |
| 513 | > |
| 514 | <Tool |
| 515 | Name="VCPreBuildEventTool" |
| 516 | /> |
| 517 | <Tool |
| 518 | Name="VCCustomBuildTool" |
| 519 | /> |
| 520 | <Tool |
| 521 | Name="VCXMLDataGeneratorTool" |
| 522 | /> |
| 523 | <Tool |
| 524 | Name="VCWebServiceProxyGeneratorTool" |
| 525 | /> |
190 | 526 | <Tool |
191 | 527 | Name="VCMIDLTool" |
| 528 | TargetEnvironment="3" |
192 | 529 | TypeLibraryName=".\Release/httrack.tlb" |
193 | | HeaderFileName=""/> |
194 | | <Tool |
195 | | Name="VCPostBuildEventTool"/> |
| 530 | HeaderFileName="" |
| 531 | /> |
196 | 532 | <Tool |
197 | | Name="VCPreBuildEventTool"/> |
| 533 | Name="VCCLCompilerTool" |
| 534 | AdditionalOptions="/Zm200 " |
| 535 | Optimization="3" |
| 536 | InlineFunctionExpansion="2" |
| 537 | AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.3\";C:\Dev\openssl\include;C:\Dev\Winhttrack" |
| 538 | PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE;_CRT_SECURE_NO_WARNINGS" |
| 539 | StringPooling="true" |
| 540 | RuntimeLibrary="2" |
| 541 | EnableFunctionLevelLinking="true" |
| 542 | UsePrecompiledHeader="0" |
| 543 | PrecompiledHeaderFile="c:\temp\vcpp/httrack.pch" |
| 544 | AssemblerListingLocation="c:\temp\vcpp/" |
| 545 | ObjectFile="c:\temp\vcpp/" |
| 546 | ProgramDataBaseFileName="c:\temp\vcpp/" |
| 547 | WarningLevel="3" |
| 548 | SuppressStartupBanner="true" |
| 549 | Detect64BitPortabilityProblems="true" |
| 550 | CompileAs="0" |
| 551 | /> |
198 | 552 | <Tool |
199 | | Name="VCPreLinkEventTool"/> |
| 553 | Name="VCManagedResourceCompilerTool" |
| 554 | /> |
200 | 555 | <Tool |
201 | 556 | Name="VCResourceCompilerTool" |
202 | 557 | PreprocessorDefinitions="NDEBUG" |
203 | | Culture="1033"/> |
| 558 | Culture="1033" |
| 559 | /> |
| 560 | <Tool |
| 561 | Name="VCPreLinkEventTool" |
| 562 | /> |
| 563 | <Tool |
| 564 | Name="VCLinkerTool" |
| 565 | AdditionalDependencies="Ws2_32.lib libhttrack.lib" |
| 566 | OutputFile="O:\HTTrack\httrack\x64\httrack.exe" |
| 567 | LinkIncremental="1" |
| 568 | SuppressStartupBanner="true" |
| 569 | AdditionalLibraryDirectories="C:\Dev\openssl\lib,C:\temp\zlib,C:\Dev\openssl\lib\out32dll,C:\temp\Releaselib" |
| 570 | ProgramDatabaseFile="C:\temp\httrackcmd\Release64\httrack.pdb" |
| 571 | SubSystem="1" |
| 572 | RandomizedBaseAddress="1" |
| 573 | DataExecutionPrevention="0" |
| 574 | TargetMachine="17" |
| 575 | /> |
| 576 | <Tool |
| 577 | Name="VCALinkTool" |
| 578 | /> |
| 579 | <Tool |
| 580 | Name="VCManifestTool" |
| 581 | /> |
204 | 582 | <Tool |
205 | | Name="VCWebServiceProxyGeneratorTool"/> |
| 583 | Name="VCXDCMakeTool" |
| 584 | /> |
206 | 585 | <Tool |
207 | | Name="VCXMLDataGeneratorTool"/> |
| 586 | Name="VCBscMakeTool" |
| 587 | /> |
208 | 588 | <Tool |
209 | | Name="VCWebDeploymentTool"/> |
| 589 | Name="VCFxCopTool" |
| 590 | /> |
210 | 591 | <Tool |
211 | | Name="VCManagedWrapperGeneratorTool"/> |
| 592 | Name="VCAppVerifierTool" |
| 593 | /> |
212 | 594 | <Tool |
213 | | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 595 | Name="VCPostBuildEventTool" |
| 596 | /> |
214 | 597 | </Configuration> |
215 | 598 | </Configurations> |
216 | 599 | <References> |
217 | 600 | </References> |
218 | 601 | <Files> |
219 | 602 | <File |
220 | | RelativePath="httrack.c"> |
| 603 | RelativePath="httrack.c" |
| 604 | > |
221 | 605 | <FileConfiguration |
222 | | Name="Release avec debug|Win32"> |
| 606 | Name="Release avec debug|Win32" |
| 607 | > |
223 | 608 | <Tool |
224 | 609 | Name="VCCLCompilerTool" |
225 | 610 | AdditionalIncludeDirectories="" |
226 | 611 | PreprocessorDefinitions="" |
227 | | BrowseInformation="1"/> |
| 612 | BrowseInformation="1" |
| 613 | /> |
228 | 614 | </FileConfiguration> |
229 | 615 | <FileConfiguration |
230 | | Name="Debug|Win32"> |
| 616 | Name="Release avec debug|x64" |
| 617 | > |
| 618 | <Tool |
| 619 | Name="VCCLCompilerTool" |
| 620 | AdditionalIncludeDirectories="" |
| 621 | PreprocessorDefinitions="" |
| 622 | BrowseInformation="1" |
| 623 | /> |
| 624 | </FileConfiguration> |
| 625 | <FileConfiguration |
| 626 | Name="Debug|Win32" |
| 627 | > |
231 | 628 | <Tool |
232 | 629 | Name="VCCLCompilerTool" |
233 | 630 | Optimization="0" |
234 | 631 | AdditionalIncludeDirectories="" |
235 | 632 | PreprocessorDefinitions="" |
236 | | BrowseInformation="1"/> |
| 633 | BrowseInformation="1" |
| 634 | /> |
237 | 635 | </FileConfiguration> |
238 | 636 | <FileConfiguration |
239 | | Name="Release|Win32"> |
| 637 | Name="Debug|x64" |
| 638 | > |
| 639 | <Tool |
| 640 | Name="VCCLCompilerTool" |
| 641 | Optimization="0" |
| 642 | AdditionalIncludeDirectories="" |
| 643 | PreprocessorDefinitions="" |
| 644 | BrowseInformation="1" |
| 645 | /> |
| 646 | </FileConfiguration> |
| 647 | <FileConfiguration |
| 648 | Name="Release|Win32" |
| 649 | > |
| 650 | <Tool |
| 651 | Name="VCCLCompilerTool" |
| 652 | Optimization="2" |
| 653 | AdditionalIncludeDirectories="" |
| 654 | PreprocessorDefinitions="" |
| 655 | /> |
| 656 | </FileConfiguration> |
| 657 | <FileConfiguration |
| 658 | Name="Release|x64" |
| 659 | > |
240 | 660 | <Tool |
241 | 661 | Name="VCCLCompilerTool" |
242 | 662 | Optimization="2" |
243 | 663 | AdditionalIncludeDirectories="" |
244 | | PreprocessorDefinitions=""/> |
| 664 | PreprocessorDefinitions="" |
| 665 | /> |
245 | 666 | </FileConfiguration> |
246 | 667 | </File> |
247 | 668 | <File |
248 | | RelativePath=".\httrack.h"> |
| 669 | RelativePath=".\httrack.h" |
| 670 | > |
249 | 671 | </File> |
250 | 672 | </Files> |
251 | 673 | <Globals> |