Ignore:
Timestamp:
Apr 28, 2009 7:38:43 PM (15 years ago)
Author:
nanang
Message:

Ticket #706: Merged branch vs-reorg2 into trunk:

  • Currently supported platforms are: Win32, WM6 std & pro, WM5 SP & PPC, WM2003 SP & PPC.
  • Added libpjproject into solution, this is a single 'combo' library that bundles all PJSIP libraries.
  • Cleaned up most of compile warnings, note that warning level of libgsmcodec has been reduced from 4 to 3.
Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk

  • pjproject/trunk/pjnath/build/pjstun_srv_test.vcproj

    r2638 r2660  
    4343                        <Tool 
    4444                                Name="VCCLCompilerTool" 
     45                                PreprocessorDefinitions="_CONSOLE;" 
     46 
    4547                                PrecompiledHeaderFile="" 
    46  
    47                                 PreprocessorDefinitions="_CONSOLE;" 
    48  
    4948                                AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 
    5049                        /> 
     
    6261                                AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib " 
    6362                                OutputFile="..\bin\pjstun-srv-test-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
    64  
    6563 
    6664                        /> 
     
    118116                        <Tool 
    119117                                Name="VCCLCompilerTool" 
     118                                PreprocessorDefinitions="_CONSOLE;" 
     119 
    120120                                PrecompiledHeaderFile="" 
    121  
    122                                 PreprocessorDefinitions="_CONSOLE;" 
    123  
    124121                                AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 
    125122                        /> 
     
    137134                                AdditionalDependencies="netapi32.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib " 
    138135                                OutputFile="..\bin\pjstun-srv-test-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
    139  
    140136 
    141137                        /> 
Note: See TracChangeset for help on using the changeset viewer.