Ignore:
Timestamp:
Apr 20, 2009 8:11:18 PM (15 years ago)
Author:
nanang
Message:

#792: Updated property sheet win32-common and updated some projects settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/vs-reorg/third_party/build/resample/libresample_dll.vcproj

    r2606 r2625  
    1616                <Configuration 
    1717                        Name="Debug|Win32" 
    18                         OutputDirectory=".\output\libresample-dll-i386-win32-vc8-debug" 
    19                         IntermediateDirectory=".\output\libresample-dll-i386-win32-vc8-debug" 
     18                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
     19 
     20                        ATLMinimizesCRunTimeLibraryUsage="false" 
     21 
     22                        CharacterSet="2" 
     23 
    2024                        ConfigurationType="2" 
    21                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
    2225                        UseOfMFC="0" 
    23                         ATLMinimizesCRunTimeLibraryUsage="false" 
    24                         CharacterSet="2" 
    2526                        > 
    2627                        <Tool 
     
    3839                        <Tool 
    3940                                Name="VCMIDLTool" 
    40                                 PreprocessorDefinitions="_DEBUG" 
    41                                 MkTypLibCompatible="true" 
    42                                 SuppressStartupBanner="true" 
    43                                 TargetEnvironment="1" 
    44                                 TypeLibraryName=".\output\libresample-dll-i386-win32-vc8-debug/libresample_dll.tlb" 
    45                                 HeaderFileName="" 
    4641                        /> 
    4742                        <Tool 
    4843                                Name="VCCLCompilerTool" 
    49                                 Optimization="0" 
     44                                PrecompiledHeaderFile="" 
     45 
     46                                PreprocessorDefinitions="" 
     47 
    5048                                AdditionalIncludeDirectories=".,../../resample/include" 
    51                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBRESAMPLE_DLL_EXPORTS" 
    52                                 MinimalRebuild="true" 
    53                                 BasicRuntimeChecks="3" 
    54                                 RuntimeLibrary="1" 
    55                                 PrecompiledHeaderFile=".\output\libresample-dll-i386-win32-vc8-debug/libresample_dll.pch" 
    56                                 AssemblerListingLocation=".\output\libresample-dll-i386-win32-vc8-debug/" 
    57                                 ObjectFile=".\output\libresample-dll-i386-win32-vc8-debug/" 
    58                                 ProgramDataBaseFileName=".\output\libresample-dll-i386-win32-vc8-debug/" 
    59                                 WarningLevel="3" 
    60                                 SuppressStartupBanner="true" 
    61                                 DebugInformationFormat="4" 
    6249                        /> 
    6350                        <Tool 
     
    6653                        <Tool 
    6754                                Name="VCResourceCompilerTool" 
    68                                 PreprocessorDefinitions="_DEBUG" 
    69                                 Culture="1033" 
    7055                        /> 
    7156                        <Tool 
     
    7459                        <Tool 
    7560                                Name="VCLinkerTool" 
     61                                OutputFile="..\..\bin\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     62 
    7663                                AdditionalDependencies="odbc32.lib odbccp32.lib" 
    77                                 OutputFile="../../lib/libresampled.dll" 
    78                                 LinkIncremental="2" 
    79                                 SuppressStartupBanner="true" 
    80                                 GenerateDebugInformation="true" 
    81                                 ProgramDatabaseFile=".\output\libresample-dll-i386-win32-vc8-debug/libresampled.pdb" 
    82                                 ImportLibrary=".\output\libresample-dll-i386-win32-vc8-debug/libresampled.lib" 
    83                                 TargetMachine="1" 
    8464                        /> 
    8565                        <Tool 
     
    9474                        <Tool 
    9575                                Name="VCBscMakeTool" 
    96                                 SuppressStartupBanner="true" 
    97                                 OutputFile=".\output\libresample-dll-i386-win32-vc8-debug/libresample_dll.bsc" 
    9876                        /> 
    9977                        <Tool 
     
    11290                <Configuration 
    11391                        Name="Release|Win32" 
    114                         OutputDirectory=".\output\libresample-dll-i386-win32-vc8-release" 
    115                         IntermediateDirectory="$(OutDir)" 
     92                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
     93 
     94                        ATLMinimizesCRunTimeLibraryUsage="false" 
     95 
     96                        CharacterSet="2" 
     97 
    11698                        ConfigurationType="2" 
    117                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-release-defaults.vsprops" 
    11899                        UseOfMFC="0" 
    119                         ATLMinimizesCRunTimeLibraryUsage="false" 
    120                         CharacterSet="2" 
    121100                        > 
    122101                        <Tool 
     
    134113                        <Tool 
    135114                                Name="VCMIDLTool" 
    136                                 PreprocessorDefinitions="NDEBUG" 
    137                                 MkTypLibCompatible="true" 
    138                                 SuppressStartupBanner="true" 
    139                                 TargetEnvironment="1" 
    140                                 TypeLibraryName=".\output\libresample-dll-i386-win32-vc8-release/libresample_dll.tlb" 
    141                                 HeaderFileName="" 
    142115                        /> 
    143116                        <Tool 
    144117                                Name="VCCLCompilerTool" 
    145                                 Optimization="2" 
    146                                 InlineFunctionExpansion="1" 
     118                                PrecompiledHeaderFile="" 
     119 
     120                                PreprocessorDefinitions="" 
     121 
    147122                                AdditionalIncludeDirectories=".,../../resample/include" 
    148                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBRESAMPLE_DLL_EXPORTS" 
    149                                 StringPooling="true" 
    150                                 RuntimeLibrary="0" 
    151                                 EnableFunctionLevelLinking="true" 
    152                                 PrecompiledHeaderFile=".\output\libresample-dll-i386-win32-vc8-release/libresample_dll.pch" 
    153                                 AssemblerListingLocation=".\output\libresample-dll-i386-win32-vc8-release/" 
    154                                 ObjectFile=".\output\libresample-dll-i386-win32-vc8-release/" 
    155                                 ProgramDataBaseFileName=".\output\libresample-dll-i386-win32-vc8-release/" 
    156                                 WarningLevel="3" 
    157                                 SuppressStartupBanner="true" 
    158123                        /> 
    159124                        <Tool 
     
    162127                        <Tool 
    163128                                Name="VCResourceCompilerTool" 
    164                                 PreprocessorDefinitions="NDEBUG" 
    165                                 Culture="1033" 
    166129                        /> 
    167130                        <Tool 
     
    170133                        <Tool 
    171134                                Name="VCLinkerTool" 
     135                                OutputFile="..\..\bin\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     136 
    172137                                AdditionalDependencies="odbc32.lib odbccp32.lib" 
    173                                 OutputFile="../../lib/libresample.dll" 
    174                                 LinkIncremental="1" 
    175                                 SuppressStartupBanner="true" 
    176                                 ProgramDatabaseFile=".\output\libresample-dll-i386-win32-vc8-release/libresample.pdb" 
    177                                 ImportLibrary=".\output\libresample-dll-i386-win32-vc8-release/libresample.lib" 
    178                                 TargetMachine="1" 
    179138                        /> 
    180139                        <Tool 
     
    189148                        <Tool 
    190149                                Name="VCBscMakeTool" 
    191                                 SuppressStartupBanner="true" 
    192                                 OutputFile=".\output\libresample-dll-i386-win32-vc8-release/libresample_dll.bsc" 
    193150                        /> 
    194151                        <Tool 
     
    207164                <Configuration 
    208165                        Name="Debug-Static|Win32" 
    209                         OutputDirectory="$(ConfigurationName)" 
    210                         IntermediateDirectory="$(ConfigurationName)" 
     166                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
     167 
     168                        ATLMinimizesCRunTimeLibraryUsage="false" 
     169 
     170                        CharacterSet="2" 
     171 
    211172                        ConfigurationType="2" 
    212                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
    213173                        UseOfMFC="0" 
    214                         ATLMinimizesCRunTimeLibraryUsage="false" 
    215                         CharacterSet="2" 
    216174                        > 
    217175                        <Tool 
     
    229187                        <Tool 
    230188                                Name="VCMIDLTool" 
    231                                 PreprocessorDefinitions="_DEBUG" 
    232                                 MkTypLibCompatible="true" 
    233                                 SuppressStartupBanner="true" 
    234                                 TargetEnvironment="1" 
    235                                 TypeLibraryName=".\output\libresample-dll-i386-win32-vc8-debug/libresample_dll.tlb" 
    236                                 HeaderFileName="" 
    237189                        /> 
    238190                        <Tool 
    239191                                Name="VCCLCompilerTool" 
    240                                 Optimization="0" 
     192                                PrecompiledHeaderFile="" 
     193 
     194                                PreprocessorDefinitions="" 
     195 
    241196                                AdditionalIncludeDirectories=".,../../resample/include" 
    242                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBRESAMPLE_DLL_EXPORTS" 
    243                                 MinimalRebuild="true" 
    244                                 BasicRuntimeChecks="3" 
    245                                 RuntimeLibrary="1" 
    246                                 PrecompiledHeaderFile=".\output\libresample-dll-i386-win32-vc8-debug/libresample_dll.pch" 
    247                                 AssemblerListingLocation=".\output\libresample-dll-i386-win32-vc8-debug/" 
    248                                 ObjectFile=".\output\libresample-dll-i386-win32-vc8-debug/" 
    249                                 ProgramDataBaseFileName=".\output\libresample-dll-i386-win32-vc8-debug/" 
    250                                 WarningLevel="3" 
    251                                 SuppressStartupBanner="true" 
    252                                 DebugInformationFormat="4" 
    253197                        /> 
    254198                        <Tool 
     
    257201                        <Tool 
    258202                                Name="VCResourceCompilerTool" 
    259                                 PreprocessorDefinitions="_DEBUG" 
    260                                 Culture="1033" 
    261203                        /> 
    262204                        <Tool 
     
    265207                        <Tool 
    266208                                Name="VCLinkerTool" 
     209                                OutputFile="..\..\bin\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     210 
    267211                                AdditionalDependencies="odbc32.lib odbccp32.lib" 
    268                                 OutputFile="../../lib/libresampled.dll" 
    269                                 LinkIncremental="2" 
    270                                 SuppressStartupBanner="true" 
    271                                 GenerateDebugInformation="true" 
    272                                 ProgramDatabaseFile=".\output\libresample-dll-i386-win32-vc8-debug/libresampled.pdb" 
    273                                 ImportLibrary=".\output\libresample-dll-i386-win32-vc8-debug/libresampled.lib" 
    274                                 TargetMachine="1" 
    275212                        /> 
    276213                        <Tool 
     
    285222                        <Tool 
    286223                                Name="VCBscMakeTool" 
    287                                 SuppressStartupBanner="true" 
    288                                 OutputFile=".\output\libresample-dll-i386-win32-vc8-debug/libresample_dll.bsc" 
    289224                        /> 
    290225                        <Tool 
     
    303238                <Configuration 
    304239                        Name="Release-Dynamic|Win32" 
    305                         OutputDirectory="$(ConfigurationName)" 
    306                         IntermediateDirectory="$(OutDir)" 
     240                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
     241 
     242                        ATLMinimizesCRunTimeLibraryUsage="false" 
     243 
     244                        CharacterSet="2" 
     245 
    307246                        ConfigurationType="2" 
    308                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-release-defaults.vsprops" 
    309247                        UseOfMFC="0" 
    310                         ATLMinimizesCRunTimeLibraryUsage="false" 
    311                         CharacterSet="2" 
    312248                        > 
    313249                        <Tool 
     
    325261                        <Tool 
    326262                                Name="VCMIDLTool" 
    327                                 PreprocessorDefinitions="NDEBUG" 
    328                                 MkTypLibCompatible="true" 
    329                                 SuppressStartupBanner="true" 
    330                                 TargetEnvironment="1" 
    331                                 TypeLibraryName=".\output\libresample-dll-i386-win32-vc8-release/libresample_dll.tlb" 
    332                                 HeaderFileName="" 
    333263                        /> 
    334264                        <Tool 
    335265                                Name="VCCLCompilerTool" 
    336                                 Optimization="2" 
    337                                 InlineFunctionExpansion="1" 
     266                                PrecompiledHeaderFile="" 
     267 
     268                                PreprocessorDefinitions="" 
     269 
    338270                                AdditionalIncludeDirectories=".,../../resample/include" 
    339                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBRESAMPLE_DLL_EXPORTS" 
    340                                 StringPooling="true" 
    341                                 RuntimeLibrary="0" 
    342                                 EnableFunctionLevelLinking="true" 
    343                                 PrecompiledHeaderFile=".\output\libresample-dll-i386-win32-vc8-release/libresample_dll.pch" 
    344                                 AssemblerListingLocation=".\output\libresample-dll-i386-win32-vc8-release/" 
    345                                 ObjectFile=".\output\libresample-dll-i386-win32-vc8-release/" 
    346                                 ProgramDataBaseFileName=".\output\libresample-dll-i386-win32-vc8-release/" 
    347                                 WarningLevel="3" 
    348                                 SuppressStartupBanner="true" 
    349271                        /> 
    350272                        <Tool 
     
    353275                        <Tool 
    354276                                Name="VCResourceCompilerTool" 
    355                                 PreprocessorDefinitions="NDEBUG" 
    356                                 Culture="1033" 
    357277                        /> 
    358278                        <Tool 
     
    361281                        <Tool 
    362282                                Name="VCLinkerTool" 
     283                                OutputFile="..\..\bin\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     284 
    363285                                AdditionalDependencies="odbc32.lib odbccp32.lib" 
    364                                 OutputFile="../../lib/libresample.dll" 
    365                                 LinkIncremental="1" 
    366                                 SuppressStartupBanner="true" 
    367                                 ProgramDatabaseFile=".\output\libresample-dll-i386-win32-vc8-release/libresample.pdb" 
    368                                 ImportLibrary=".\output\libresample-dll-i386-win32-vc8-release/libresample.lib" 
    369                                 TargetMachine="1" 
    370286                        /> 
    371287                        <Tool 
     
    380296                        <Tool 
    381297                                Name="VCBscMakeTool" 
    382                                 SuppressStartupBanner="true" 
    383                                 OutputFile=".\output\libresample-dll-i386-win32-vc8-release/libresample_dll.bsc" 
    384298                        /> 
    385299                        <Tool 
     
    398312                <Configuration 
    399313                        Name="Debug-Dynamic|Win32" 
    400                         OutputDirectory="$(ConfigurationName)" 
    401                         IntermediateDirectory="$(ConfigurationName)" 
     314                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
     315 
     316                        ATLMinimizesCRunTimeLibraryUsage="false" 
     317 
     318                        CharacterSet="2" 
     319 
    402320                        ConfigurationType="2" 
    403                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
    404321                        UseOfMFC="0" 
    405                         ATLMinimizesCRunTimeLibraryUsage="false" 
    406                         CharacterSet="2" 
    407322                        > 
    408323                        <Tool 
     
    420335                        <Tool 
    421336                                Name="VCMIDLTool" 
    422                                 PreprocessorDefinitions="_DEBUG" 
    423                                 MkTypLibCompatible="true" 
    424                                 SuppressStartupBanner="true" 
    425                                 TargetEnvironment="1" 
    426                                 TypeLibraryName=".\output\libresample-dll-i386-win32-vc8-debug/libresample_dll.tlb" 
    427                                 HeaderFileName="" 
    428337                        /> 
    429338                        <Tool 
    430339                                Name="VCCLCompilerTool" 
    431                                 Optimization="0" 
     340                                PrecompiledHeaderFile="" 
     341 
     342                                PreprocessorDefinitions="" 
     343 
    432344                                AdditionalIncludeDirectories=".,../../resample/include" 
    433                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBRESAMPLE_DLL_EXPORTS" 
    434                                 MinimalRebuild="true" 
    435                                 BasicRuntimeChecks="3" 
    436                                 RuntimeLibrary="3" 
    437                                 PrecompiledHeaderFile=".\output\libresample-dll-i386-win32-vc8-debug/libresample_dll.pch" 
    438                                 AssemblerListingLocation=".\output\libresample-dll-i386-win32-vc8-debug/" 
    439                                 ObjectFile=".\output\libresample-dll-i386-win32-vc8-debug/" 
    440                                 ProgramDataBaseFileName=".\output\libresample-dll-i386-win32-vc8-debug/" 
    441                                 WarningLevel="3" 
    442                                 SuppressStartupBanner="true" 
    443                                 DebugInformationFormat="4" 
    444345                        /> 
    445346                        <Tool 
     
    448349                        <Tool 
    449350                                Name="VCResourceCompilerTool" 
    450                                 PreprocessorDefinitions="_DEBUG" 
    451                                 Culture="1033" 
    452351                        /> 
    453352                        <Tool 
     
    456355                        <Tool 
    457356                                Name="VCLinkerTool" 
     357                                OutputFile="..\..\bin\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     358 
    458359                                AdditionalDependencies="odbc32.lib odbccp32.lib" 
    459                                 OutputFile="../../lib/libresampled.dll" 
    460                                 LinkIncremental="2" 
    461                                 SuppressStartupBanner="true" 
    462                                 GenerateDebugInformation="true" 
    463                                 ProgramDatabaseFile=".\output\libresample-dll-i386-win32-vc8-debug/libresampled.pdb" 
    464                                 ImportLibrary=".\output\libresample-dll-i386-win32-vc8-debug/libresampled.lib" 
    465                                 TargetMachine="1" 
    466360                        /> 
    467361                        <Tool 
     
    476370                        <Tool 
    477371                                Name="VCBscMakeTool" 
    478                                 SuppressStartupBanner="true" 
    479                                 OutputFile=".\output\libresample-dll-i386-win32-vc8-debug/libresample_dll.bsc" 
    480372                        /> 
    481373                        <Tool 
     
    494386                <Configuration 
    495387                        Name="Release-Static|Win32" 
    496                         OutputDirectory="$(ConfigurationName)" 
    497                         IntermediateDirectory="$(OutDir)" 
     388                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
     389 
     390                        ATLMinimizesCRunTimeLibraryUsage="false" 
     391 
     392                        CharacterSet="2" 
     393 
    498394                        ConfigurationType="2" 
    499                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-release-defaults.vsprops" 
    500395                        UseOfMFC="0" 
    501                         ATLMinimizesCRunTimeLibraryUsage="false" 
    502                         CharacterSet="2" 
    503396                        > 
    504397                        <Tool 
     
    516409                        <Tool 
    517410                                Name="VCMIDLTool" 
    518                                 PreprocessorDefinitions="NDEBUG" 
    519                                 MkTypLibCompatible="true" 
    520                                 SuppressStartupBanner="true" 
    521                                 TargetEnvironment="1" 
    522                                 TypeLibraryName=".\output\libresample-dll-i386-win32-vc8-release/libresample_dll.tlb" 
    523                                 HeaderFileName="" 
    524411                        /> 
    525412                        <Tool 
    526413                                Name="VCCLCompilerTool" 
    527                                 Optimization="2" 
    528                                 InlineFunctionExpansion="1" 
     414                                PrecompiledHeaderFile="" 
     415 
     416                                PreprocessorDefinitions="" 
     417 
    529418                                AdditionalIncludeDirectories=".,../../resample/include" 
    530                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBRESAMPLE_DLL_EXPORTS" 
    531                                 StringPooling="true" 
    532                                 RuntimeLibrary="0" 
    533                                 EnableFunctionLevelLinking="true" 
    534                                 PrecompiledHeaderFile=".\output\libresample-dll-i386-win32-vc8-release/libresample_dll.pch" 
    535                                 AssemblerListingLocation=".\output\libresample-dll-i386-win32-vc8-release/" 
    536                                 ObjectFile=".\output\libresample-dll-i386-win32-vc8-release/" 
    537                                 ProgramDataBaseFileName=".\output\libresample-dll-i386-win32-vc8-release/" 
    538                                 WarningLevel="3" 
    539                                 SuppressStartupBanner="true" 
    540419                        /> 
    541420                        <Tool 
     
    544423                        <Tool 
    545424                                Name="VCResourceCompilerTool" 
    546                                 PreprocessorDefinitions="NDEBUG" 
    547                                 Culture="1033" 
    548425                        /> 
    549426                        <Tool 
     
    552429                        <Tool 
    553430                                Name="VCLinkerTool" 
     431                                OutputFile="..\..\bin\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     432 
    554433                                AdditionalDependencies="odbc32.lib odbccp32.lib" 
    555                                 OutputFile="../../lib/libresample.dll" 
    556                                 LinkIncremental="1" 
    557                                 SuppressStartupBanner="true" 
    558                                 ProgramDatabaseFile=".\output\libresample-dll-i386-win32-vc8-release/libresample.pdb" 
    559                                 ImportLibrary=".\output\libresample-dll-i386-win32-vc8-release/libresample.lib" 
    560                                 TargetMachine="1" 
    561434                        /> 
    562435                        <Tool 
     
    571444                        <Tool 
    572445                                Name="VCBscMakeTool" 
    573                                 SuppressStartupBanner="true" 
    574                                 OutputFile=".\output\libresample-dll-i386-win32-vc8-release/libresample_dll.bsc" 
    575446                        /> 
    576447                        <Tool 
Note: See TracChangeset for help on using the changeset viewer.