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_samples.vcproj

    r124 r138  
    44        Version="7.10" 
    55        Name="pjlib_samples" 
    6         SccProjectName=""$/pjproject-0.3/pjlib/build", EJDAAAAA" 
     6        SccProjectName="" 
    77        SccAuxPath="" 
    8         SccLocalPath="." 
    9         SccProvider="MSSCCI:Microsoft Visual SourceSafe" 
     8        SccLocalPath="" 
     9        SccProvider="" 
    1010        Keyword="MakeFileProj"> 
    1111        <Platforms> 
     
    1616                <Configuration 
    1717                        Name="Debug|Win32" 
    18                         OutputDirectory=".\./output/pjlib-samples-i386-win32-vc7-debug" 
    19                         IntermediateDirectory=".\./output/pjlib-samples-i386-win32-vc7-debug" 
     18                        OutputDirectory=".\./output/pjlib-samples-i386-win32-vc6-debug" 
     19                        IntermediateDirectory=".\./output/pjlib-samples-i386-win32-vc6-debug" 
    2020                        ConfigurationType="0" 
    2121                        UseOfMFC="0" 
     
    2323                        <Tool 
    2424                                Name="VCNMakeTool" 
    25                                 BuildCommandLine="nmake /nologo /f &quot;pjlib_samples.mak&quot; MODE=debug VC=vc7" 
    26                                 ReBuildCommandLine="nmake /nologo /f &quot;pjlib_samples.mak&quot; MODE=debug VC=vc7 /a" 
     25                                BuildCommandLine="nmake /nologo /f &quot;pjlib_samples.mak&quot; MODE=debug" 
     26                                ReBuildCommandLine="nmake /nologo /f &quot;pjlib_samples.mak&quot; MODE=debug /a" 
    2727                                Output="pjlib samples"/> 
    2828                </Configuration> 
    2929                <Configuration 
    3030                        Name="Release|Win32" 
    31                         OutputDirectory=".\./output/pjlib-samples-i386-win32-vc7-release" 
    32                         IntermediateDirectory=".\./output/pjlib-samples-i386-win32-vc7-release" 
     31                        OutputDirectory=".\./output/pjlib-samples-i386-win32-vc6-release" 
     32                        IntermediateDirectory=".\./output/pjlib-samples-i386-win32-vc6-release" 
    3333                        ConfigurationType="0" 
    3434                        UseOfMFC="0" 
     
    3636                        <Tool 
    3737                                Name="VCNMakeTool" 
    38                                 BuildCommandLine="nmake /f &quot;pjlib_samples.mak&quot; MODE=release VC=vc7" 
    39                                 ReBuildCommandLine="nmake /f &quot;pjlib_samples.mak&quot; MODE=release VC=vc7 /a" 
     38                                BuildCommandLine="nmake /f &quot;pjlib_samples.mak&quot; MODE=release" 
     39                                ReBuildCommandLine="nmake /f &quot;pjlib_samples.mak&quot; MODE=release /a" 
    4040                                Output="pjlib samples"/> 
    4141                </Configuration> 
Note: See TracChangeset for help on using the changeset viewer.