- Timestamp:
- Apr 20, 2009 8:11:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/vs-reorg/pjnath/build/pjnath_test.vcproj
r2622 r2625 20 20 <Configuration 21 21 Name="Debug|Win32" 22 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 23 24 ATLMinimizesCRunTimeLibraryUsage="false" 25 26 CharacterSet="2" 27 22 28 ConfigurationType="1" 23 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"24 29 UseOfMFC="0" 25 ATLMinimizesCRunTimeLibraryUsage="false"26 CharacterSet="2"27 30 > 28 31 <Tool … … 40 43 <Tool 41 44 Name="VCMIDLTool" 42 TypeLibraryName="./output/pjnath-test-i386-win32-vc8-debug/pjnath_test.tlb"43 HeaderFileName=""44 45 /> 45 46 <Tool 46 47 Name="VCCLCompilerTool" 48 PrecompiledHeaderFile="" 49 50 PreprocessorDefinitions="" 51 47 52 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 48 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1"49 MinimalRebuild="true"50 BasicRuntimeChecks="3"51 RuntimeLibrary="1"52 PrecompiledHeaderFile="./output/pjnath-test-i386-win32-vc8-debug/pjnath_test.pch"53 AssemblerListingLocation="./output/pjnath-test-i386-win32-vc8-debug/"54 ObjectFile="./output/pjnath-test-i386-win32-vc8-debug/"55 ProgramDataBaseFileName="./output/pjnath-test-i386-win32-vc8-debug/"56 BrowseInformation="1"57 WarningLevel="4"58 SuppressStartupBanner="true"59 53 /> 60 54 <Tool … … 63 57 <Tool 64 58 Name="VCResourceCompilerTool" 65 PreprocessorDefinitions="_DEBUG"66 Culture="1033"67 59 /> 68 60 <Tool … … 72 64 Name="VCLinkerTool" 73 65 AdditionalDependencies="netapi32.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib" 74 OutputFile="../bin/pjnath-test-i386-win32-vc8-debug.exe"75 LinkIncremental="2"76 SuppressStartupBanner="true"77 GenerateDebugInformation="true"78 ProgramDatabaseFile="./output/pjnath-test-i386-win32-vc8-debug/pjnath-test-i386-win32-vc8-debug.pdb"79 SubSystem="1"80 TargetMachine="1"81 66 /> 82 67 <Tool … … 91 76 <Tool 92 77 Name="VCBscMakeTool" 93 SuppressStartupBanner="true"94 OutputFile="./output/pjnath-test-i386-win32-vc8-debug/pjnath_test.bsc"95 78 /> 96 79 <Tool … … 109 92 <Configuration 110 93 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 111 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 112 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 94 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 95 96 ATLMinimizesCRunTimeLibraryUsage="false" 97 98 CharacterSet="1" 99 113 100 ConfigurationType="1" 114 CharacterSet="1"115 101 > 116 102 <Tool … … 131 117 <Tool 132 118 Name="VCCLCompilerTool" 133 ExecutionBucket="7" 134 Optimization="0" 135 FavorSizeOrSpeed="0" 119 PrecompiledHeaderFile="" 120 121 PreprocessorDefinitions="" 122 136 123 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 137 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"138 ExceptionHandling="0"139 RuntimeLibrary="1"140 WarningLevel="3"141 DebugInformationFormat="3"142 CompileAs="0"143 CompileForArchitecture="0"144 124 /> 145 125 <Tool … … 154 134 <Tool 155 135 Name="VCLinkerTool" 156 AdditionalOptions=""157 136 AdditionalDependencies="ws2.lib" 158 GenerateDebugInformation="true"159 OptimizeReferences="2"160 EnableCOMDATFolding="2"161 TargetMachine="0"162 137 /> 163 138 <Tool … … 187 162 <Configuration 188 163 Name="Release|Win32" 164 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 165 166 ATLMinimizesCRunTimeLibraryUsage="false" 167 168 CharacterSet="2" 169 189 170 ConfigurationType="1" 190 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"191 171 UseOfMFC="0" 192 ATLMinimizesCRunTimeLibraryUsage="false"193 CharacterSet="2"194 172 > 195 173 <Tool … … 207 185 <Tool 208 186 Name="VCMIDLTool" 209 TypeLibraryName="./output/pjnath-test-i386-win32-vc8-release/pjnath_test.tlb"210 HeaderFileName=""211 187 /> 212 188 <Tool 213 189 Name="VCCLCompilerTool" 214 Optimization="2" 215 InlineFunctionExpansion="1" 190 PrecompiledHeaderFile="" 191 192 PreprocessorDefinitions="" 193 216 194 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 217 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1"218 StringPooling="true"219 RuntimeLibrary="2"220 EnableFunctionLevelLinking="true"221 PrecompiledHeaderFile="./output/pjnath-test-i386-win32-vc8-release/pjnath_test.pch"222 AssemblerListingLocation="./output/pjnath-test-i386-win32-vc8-release/"223 ObjectFile="./output/pjnath-test-i386-win32-vc8-release/"224 ProgramDataBaseFileName="./output/pjnath-test-i386-win32-vc8-release/"225 BrowseInformation="1"226 WarningLevel="4"227 SuppressStartupBanner="true"228 195 /> 229 196 <Tool … … 232 199 <Tool 233 200 Name="VCResourceCompilerTool" 234 PreprocessorDefinitions="NDEBUG"235 Culture="1033"236 201 /> 237 202 <Tool … … 241 206 Name="VCLinkerTool" 242 207 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib " 243 OutputFile="../bin/pjnath-test-i386-win32-vc8-release.exe"244 LinkIncremental="1"245 SuppressStartupBanner="true"246 ProgramDatabaseFile="./output/pjnath-test-i386-win32-vc8-release/pjnath-test-i386-win32-vc8-release.pdb"247 SubSystem="1"248 TargetMachine="1"249 208 /> 250 209 <Tool … … 259 218 <Tool 260 219 Name="VCBscMakeTool" 261 SuppressStartupBanner="true"262 OutputFile="./output/pjnath-test-i386-win32-vc8-release/pjnath_test.bsc"263 220 /> 264 221 <Tool … … 277 234 <Configuration 278 235 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 279 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 280 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 236 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 237 238 ATLMinimizesCRunTimeLibraryUsage="false" 239 240 CharacterSet="1" 241 281 242 ConfigurationType="1" 282 CharacterSet="1"283 243 > 284 244 <Tool … … 299 259 <Tool 300 260 Name="VCCLCompilerTool" 301 ExecutionBucket="7" 302 Optimization="2" 303 FavorSizeOrSpeed="2" 261 PrecompiledHeaderFile="" 262 263 PreprocessorDefinitions="" 264 304 265 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 305 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"306 ExceptionHandling="0"307 RuntimeLibrary="0"308 WarningLevel="3"309 DebugInformationFormat="0"310 CompileAs="0"311 CompileForArchitecture="0"312 266 /> 313 267 <Tool … … 322 276 <Tool 323 277 Name="VCLinkerTool" 324 AdditionalOptions=""325 278 AdditionalDependencies="ws2.lib" 326 OptimizeReferences="2"327 EnableCOMDATFolding="2"328 TargetMachine="0"329 279 /> 330 280 <Tool … … 354 304 <Configuration 355 305 Name="Debug-Static|Win32" 306 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 307 308 ATLMinimizesCRunTimeLibraryUsage="false" 309 310 CharacterSet="2" 311 356 312 ConfigurationType="1" 357 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"358 313 UseOfMFC="0" 359 ATLMinimizesCRunTimeLibraryUsage="false"360 CharacterSet="2"361 314 > 362 315 <Tool … … 374 327 <Tool 375 328 Name="VCMIDLTool" 376 TypeLibraryName="./output/pjnath-test-i386-win32-vc8-debug/pjnath_test.tlb"377 HeaderFileName=""378 329 /> 379 330 <Tool 380 331 Name="VCCLCompilerTool" 332 PrecompiledHeaderFile="" 333 334 PreprocessorDefinitions="" 335 381 336 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 382 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1"383 MinimalRebuild="true"384 BasicRuntimeChecks="3"385 RuntimeLibrary="1"386 PrecompiledHeaderFile="./output/pjnath-test-i386-win32-vc8-debug/pjnath_test.pch"387 AssemblerListingLocation="./output/pjnath-test-i386-win32-vc8-debug/"388 ObjectFile="./output/pjnath-test-i386-win32-vc8-debug/"389 ProgramDataBaseFileName="./output/pjnath-test-i386-win32-vc8-debug/"390 BrowseInformation="1"391 WarningLevel="4"392 SuppressStartupBanner="true"393 DebugInformationFormat="4"394 337 /> 395 338 <Tool … … 398 341 <Tool 399 342 Name="VCResourceCompilerTool" 400 PreprocessorDefinitions="_DEBUG"401 Culture="1033"402 343 /> 403 344 <Tool … … 407 348 Name="VCLinkerTool" 408 349 AdditionalDependencies="netapi32.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib" 409 OutputFile="../bin/pjnath-test-i386-win32-vc8-debug.exe"410 LinkIncremental="2"411 SuppressStartupBanner="true"412 GenerateDebugInformation="true"413 ProgramDatabaseFile="./output/pjnath-test-i386-win32-vc8-debug/pjnath-test-i386-win32-vc8-debug.pdb"414 SubSystem="1"415 TargetMachine="1"416 350 /> 417 351 <Tool … … 426 360 <Tool 427 361 Name="VCBscMakeTool" 428 SuppressStartupBanner="true"429 OutputFile="./output/pjnath-test-i386-win32-vc8-debug/pjnath_test.bsc"430 362 /> 431 363 <Tool … … 444 376 <Configuration 445 377 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 446 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 447 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 378 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 379 380 ATLMinimizesCRunTimeLibraryUsage="false" 381 382 CharacterSet="1" 383 448 384 ConfigurationType="1" 449 CharacterSet="1"450 385 > 451 386 <Tool … … 463 398 <Tool 464 399 Name="VCMIDLTool" 465 TargetEnvironment="1"466 400 /> 467 401 <Tool 468 402 Name="VCCLCompilerTool" 469 ExecutionBucket="7" 470 Optimization="0" 471 FavorSizeOrSpeed="0" 403 PrecompiledHeaderFile="" 404 405 PreprocessorDefinitions="" 406 472 407 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 473 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"474 ExceptionHandling="0"475 RuntimeLibrary="1"476 WarningLevel="3"477 DebugInformationFormat="3"478 CompileAs="0"479 CompileForArchitecture="0"480 408 /> 481 409 <Tool … … 490 418 <Tool 491 419 Name="VCLinkerTool" 492 AdditionalOptions=""493 420 AdditionalDependencies="ws2.lib" 494 GenerateDebugInformation="true"495 OptimizeReferences="2"496 EnableCOMDATFolding="2"497 TargetMachine="0"498 421 /> 499 422 <Tool … … 523 446 <Configuration 524 447 Name="Release-Dynamic|Win32" 448 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 449 450 ATLMinimizesCRunTimeLibraryUsage="false" 451 452 CharacterSet="2" 453 525 454 ConfigurationType="1" 526 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"527 455 UseOfMFC="0" 528 ATLMinimizesCRunTimeLibraryUsage="false"529 CharacterSet="2"530 456 > 531 457 <Tool … … 543 469 <Tool 544 470 Name="VCMIDLTool" 545 TypeLibraryName="./output/pjnath-test-i386-win32-vc8-release/pjnath_test.tlb"546 HeaderFileName=""547 471 /> 548 472 <Tool 549 473 Name="VCCLCompilerTool" 550 Optimization="2" 551 InlineFunctionExpansion="1" 474 PrecompiledHeaderFile="" 475 476 PreprocessorDefinitions="" 477 552 478 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 553 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1"554 StringPooling="true"555 RuntimeLibrary="2"556 EnableFunctionLevelLinking="true"557 PrecompiledHeaderFile="./output/pjnath-test-i386-win32-vc8-release/pjnath_test.pch"558 AssemblerListingLocation="./output/pjnath-test-i386-win32-vc8-release/"559 ObjectFile="./output/pjnath-test-i386-win32-vc8-release/"560 ProgramDataBaseFileName="./output/pjnath-test-i386-win32-vc8-release/"561 BrowseInformation="1"562 WarningLevel="4"563 SuppressStartupBanner="true"564 479 /> 565 480 <Tool … … 568 483 <Tool 569 484 Name="VCResourceCompilerTool" 570 PreprocessorDefinitions="NDEBUG"571 Culture="1033"572 485 /> 573 486 <Tool … … 577 490 Name="VCLinkerTool" 578 491 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib " 579 OutputFile="../bin/pjnath-test-i386-win32-vc8-release.exe"580 LinkIncremental="1"581 SuppressStartupBanner="true"582 ProgramDatabaseFile="./output/pjnath-test-i386-win32-vc8-release/pjnath-test-i386-win32-vc8-release.pdb"583 SubSystem="1"584 TargetMachine="1"585 492 /> 586 493 <Tool … … 595 502 <Tool 596 503 Name="VCBscMakeTool" 597 SuppressStartupBanner="true"598 OutputFile="./output/pjnath-test-i386-win32-vc8-release/pjnath_test.bsc"599 504 /> 600 505 <Tool … … 613 518 <Configuration 614 519 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 615 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 616 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 520 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 521 522 ATLMinimizesCRunTimeLibraryUsage="false" 523 524 CharacterSet="1" 525 617 526 ConfigurationType="1" 618 CharacterSet="1"619 527 > 620 528 <Tool … … 632 540 <Tool 633 541 Name="VCMIDLTool" 634 TargetEnvironment="1"635 542 /> 636 543 <Tool 637 544 Name="VCCLCompilerTool" 638 ExecutionBucket="7" 639 Optimization="2" 640 FavorSizeOrSpeed="2" 545 PrecompiledHeaderFile="" 546 547 PreprocessorDefinitions="" 548 641 549 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 642 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"643 ExceptionHandling="0"644 RuntimeLibrary="0"645 WarningLevel="3"646 DebugInformationFormat="0"647 CompileAs="0"648 CompileForArchitecture="0"649 550 /> 650 551 <Tool … … 659 560 <Tool 660 561 Name="VCLinkerTool" 661 AdditionalOptions=""662 562 AdditionalDependencies="ws2.lib" 663 OptimizeReferences="2"664 EnableCOMDATFolding="2"665 TargetMachine="0"666 563 /> 667 564 <Tool … … 691 588 <Configuration 692 589 Name="Debug-Dynamic|Win32" 590 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 591 592 ATLMinimizesCRunTimeLibraryUsage="false" 593 594 CharacterSet="2" 595 693 596 ConfigurationType="1" 694 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"695 597 UseOfMFC="0" 696 ATLMinimizesCRunTimeLibraryUsage="false"697 CharacterSet="2"698 598 > 699 599 <Tool … … 711 611 <Tool 712 612 Name="VCMIDLTool" 713 TypeLibraryName="./output/pjnath-test-i386-win32-vc8-debug/pjnath_test.tlb"714 HeaderFileName=""715 613 /> 716 614 <Tool 717 615 Name="VCCLCompilerTool" 718 Optimization="0" 616 PrecompiledHeaderFile="" 617 618 PreprocessorDefinitions="" 619 719 620 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 720 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1"721 MinimalRebuild="true"722 BasicRuntimeChecks="3"723 RuntimeLibrary="3"724 PrecompiledHeaderFile="./output/pjnath-test-i386-win32-vc8-debug/pjnath_test.pch"725 AssemblerListingLocation="./output/pjnath-test-i386-win32-vc8-debug/"726 ObjectFile="./output/pjnath-test-i386-win32-vc8-debug/"727 ProgramDataBaseFileName="./output/pjnath-test-i386-win32-vc8-debug/"728 SuppressStartupBanner="true"729 DebugInformationFormat="4"730 621 /> 731 622 <Tool … … 734 625 <Tool 735 626 Name="VCResourceCompilerTool" 736 PreprocessorDefinitions="_DEBUG"737 Culture="1033"738 627 /> 739 628 <Tool … … 743 632 Name="VCLinkerTool" 744 633 AdditionalDependencies="netapi32.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib" 745 OutputFile="../bin/pjnath-test-i386-win32-vc8-debug.exe"746 LinkIncremental="2"747 SuppressStartupBanner="true"748 GenerateDebugInformation="true"749 ProgramDatabaseFile="./output/pjnath-test-i386-win32-vc8-debug/pjnath-test-i386-win32-vc8-debug.pdb"750 SubSystem="1"751 TargetMachine="1"752 634 /> 753 635 <Tool … … 762 644 <Tool 763 645 Name="VCBscMakeTool" 764 SuppressStartupBanner="true"765 OutputFile="./output/pjnath-test-i386-win32-vc8-debug/pjnath_test.bsc"766 646 /> 767 647 <Tool … … 780 660 <Configuration 781 661 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 782 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 783 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 662 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 663 664 ATLMinimizesCRunTimeLibraryUsage="false" 665 666 CharacterSet="1" 667 784 668 ConfigurationType="1" 785 CharacterSet="1"786 669 > 787 670 <Tool … … 799 682 <Tool 800 683 Name="VCMIDLTool" 801 TargetEnvironment="1"802 684 /> 803 685 <Tool 804 686 Name="VCCLCompilerTool" 805 ExecutionBucket="7" 806 Optimization="0" 807 FavorSizeOrSpeed="0" 687 PrecompiledHeaderFile="" 688 689 PreprocessorDefinitions="" 690 808 691 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 809 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"810 ExceptionHandling="0"811 RuntimeLibrary="1"812 WarningLevel="3"813 DebugInformationFormat="3"814 CompileAs="0"815 CompileForArchitecture="0"816 692 /> 817 693 <Tool … … 826 702 <Tool 827 703 Name="VCLinkerTool" 828 AdditionalOptions=""829 704 AdditionalDependencies="ws2.lib" 830 GenerateDebugInformation="true"831 OptimizeReferences="2"832 EnableCOMDATFolding="2"833 TargetMachine="0"834 705 /> 835 706 <Tool … … 859 730 <Configuration 860 731 Name="Release-Static|Win32" 732 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 733 734 ATLMinimizesCRunTimeLibraryUsage="false" 735 736 CharacterSet="2" 737 861 738 ConfigurationType="1" 862 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"863 739 UseOfMFC="0" 864 ATLMinimizesCRunTimeLibraryUsage="false"865 CharacterSet="2"866 740 > 867 741 <Tool … … 879 753 <Tool 880 754 Name="VCMIDLTool" 881 TypeLibraryName="./output/pjnath-test-i386-win32-vc8-release/pjnath_test.tlb"882 HeaderFileName=""883 755 /> 884 756 <Tool 885 757 Name="VCCLCompilerTool" 886 InlineFunctionExpansion="1" 758 PrecompiledHeaderFile="" 759 760 PreprocessorDefinitions="" 761 887 762 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 888 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1"889 StringPooling="true"890 RuntimeLibrary="0"891 EnableFunctionLevelLinking="true"892 PrecompiledHeaderFile="./output/pjnath-test-i386-win32-vc8-release/pjnath_test.pch"893 AssemblerListingLocation="./output/pjnath-test-i386-win32-vc8-release/"894 ObjectFile="./output/pjnath-test-i386-win32-vc8-release/"895 ProgramDataBaseFileName="./output/pjnath-test-i386-win32-vc8-release/"896 BrowseInformation="1"897 SuppressStartupBanner="true"898 763 /> 899 764 <Tool … … 902 767 <Tool 903 768 Name="VCResourceCompilerTool" 904 PreprocessorDefinitions="NDEBUG"905 Culture="1033"906 769 /> 907 770 <Tool … … 911 774 Name="VCLinkerTool" 912 775 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib " 913 OutputFile="../bin/pjnath-test-i386-win32-vc8-release.exe"914 LinkIncremental="1"915 SuppressStartupBanner="true"916 ProgramDatabaseFile="./output/pjnath-test-i386-win32-vc8-release/pjnath-test-i386-win32-vc8-release.pdb"917 SubSystem="1"918 TargetMachine="1"919 776 /> 920 777 <Tool … … 929 786 <Tool 930 787 Name="VCBscMakeTool" 931 SuppressStartupBanner="true"932 OutputFile="./output/pjnath-test-i386-win32-vc8-release/pjnath_test.bsc"933 788 /> 934 789 <Tool … … 947 802 <Configuration 948 803 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 949 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 950 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 804 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 805 806 ATLMinimizesCRunTimeLibraryUsage="false" 807 808 CharacterSet="1" 809 951 810 ConfigurationType="1" 952 CharacterSet="1"953 811 > 954 812 <Tool … … 966 824 <Tool 967 825 Name="VCMIDLTool" 968 TargetEnvironment="1"969 826 /> 970 827 <Tool 971 828 Name="VCCLCompilerTool" 972 ExecutionBucket="7" 973 Optimization="2" 974 FavorSizeOrSpeed="2" 829 PrecompiledHeaderFile="" 830 831 PreprocessorDefinitions="" 832 975 833 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 976 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"977 ExceptionHandling="0"978 RuntimeLibrary="0"979 WarningLevel="3"980 DebugInformationFormat="0"981 CompileAs="0"982 CompileForArchitecture="0"983 834 /> 984 835 <Tool … … 993 844 <Tool 994 845 Name="VCLinkerTool" 995 AdditionalOptions=""996 846 AdditionalDependencies="ws2.lib" 997 OptimizeReferences="2"998 EnableCOMDATFolding="2"999 TargetMachine="0"1000 847 /> 1001 848 <Tool
Note: See TracChangeset
for help on using the changeset viewer.