Ignore:
Timestamp:
Feb 7, 2006 12:32:59 PM (18 years ago)
Author:
bennylp
Message:

Added PJ_ERR_MSG_SIZE in errno.h and updated VC7 project files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/build/pjlib.vcproj

    r126 r138  
    44        Version="7.10" 
    55        Name="pjlib" 
    6         SccProjectName=""$/pjproject/pjlib/build", UIAAAAAA" 
     6        SccProjectName="" 
    77        SccAuxPath="" 
    8         SccLocalPath="." 
    9         SccProvider="MSSCCI:Microsoft Visual SourceSafe"> 
     8        SccLocalPath="" 
     9        SccProvider=""> 
    1010        <Platforms> 
    1111                <Platform 
     
    1515                <Configuration 
    1616                        Name="Debug|Win32" 
    17                         OutputDirectory=".\output\pjlib-i386-win32-vc7-debug" 
    18                         IntermediateDirectory=".\output\pjlib-i386-win32-vc7-debug" 
     17                        OutputDirectory=".\output\pjlib-i386-win32-vc6-debug" 
     18                        IntermediateDirectory=".\output\pjlib-i386-win32-vc6-debug" 
    1919                        ConfigurationType="4" 
    2020                        UseOfMFC="0" 
     
    2828                                BasicRuntimeChecks="3" 
    2929                                RuntimeLibrary="1" 
    30                                 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc7-debug/pjlib.pch" 
    31                                 AssemblerListingLocation=".\output\pjlib-i386-win32-vc7-debug/" 
    32                                 ObjectFile=".\output\pjlib-i386-win32-vc7-debug/" 
    33                                 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc7-debug/" 
     30                                PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc6-debug/pjlib.pch" 
     31                                AssemblerListingLocation=".\output\pjlib-i386-win32-vc6-debug/" 
     32                                ObjectFile=".\output\pjlib-i386-win32-vc6-debug/" 
     33                                ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc6-debug/" 
    3434                                BrowseInformation="1" 
    3535                                WarningLevel="4" 
     
    4141                        <Tool 
    4242                                Name="VCLibrarianTool" 
    43                                 OutputFile="../lib/pjlib-i386-win32-vc7-debug.lib" 
     43                                OutputFile="../lib/pjlib-i386-win32-vc6-debug.lib" 
    4444                                SuppressStartupBanner="TRUE"/> 
    4545                        <Tool 
     
    6666                <Configuration 
    6767                        Name="Release|Win32" 
    68                         OutputDirectory="\.output\pjlib-i386-win32-vc7-release" 
    69                         IntermediateDirectory=".\output\pjlib-i386-win32-vc7-release" 
     68                        OutputDirectory="\.output\pjlib-i386-win32-vc6-release" 
     69                        IntermediateDirectory=".\output\pjlib-i386-win32-vc6-release" 
    7070                        ConfigurationType="4" 
    7171                        UseOfMFC="0" 
     
    8181                                RuntimeLibrary="2" 
    8282                                EnableFunctionLevelLinking="TRUE" 
    83                                 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc7-release/pjlib.pch" 
    84                                 AssemblerListingLocation=".\output\pjlib-i386-win32-vc7-release/" 
    85                                 ObjectFile=".\output\pjlib-i386-win32-vc7-release/" 
    86                                 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc7-release/" 
     83                                PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc6-release/pjlib.pch" 
     84                                AssemblerListingLocation=".\output\pjlib-i386-win32-vc6-release/" 
     85                                ObjectFile=".\output\pjlib-i386-win32-vc6-release/" 
     86                                ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc6-release/" 
    8787                                BrowseInformation="1" 
    8888                                WarningLevel="4" 
     
    9494                        <Tool 
    9595                                Name="VCLibrarianTool" 
    96                                 OutputFile="../lib/pjlib-i386-win32-vc7-release.lib" 
     96                                OutputFile="../lib/pjlib-i386-win32-vc6-release.lib" 
    9797                                SuppressStartupBanner="TRUE"/> 
    9898                        <Tool 
     
    949949                        <File 
    950950                                RelativePath="..\src\pj\unicode_win32.c"> 
     951                                <FileConfiguration 
     952                                        Name="Debug|Win32"> 
     953                                        <Tool 
     954                                                Name="VCCLCompilerTool" 
     955                                                Optimization="0" 
     956                                                AdditionalIncludeDirectories="" 
     957                                                PreprocessorDefinitions="" 
     958                                                BasicRuntimeChecks="3" 
     959                                                BrowseInformation="1"/> 
     960                                </FileConfiguration> 
     961                                <FileConfiguration 
     962                                        Name="Release|Win32"> 
     963                                        <Tool 
     964                                                Name="VCCLCompilerTool" 
     965                                                Optimization="2" 
     966                                                AdditionalIncludeDirectories="" 
     967                                                PreprocessorDefinitions="" 
     968                                                BrowseInformation="1"/> 
     969                                </FileConfiguration> 
    951970                        </File> 
    952971                        <Filter 
Note: See TracChangeset for help on using the changeset viewer.