Ignore:
Timestamp:
Oct 26, 2016 7:16:01 AM (8 years ago)
Author:
riza
Message:

Re #1900:

  • Modify some project files for x64 build.
  • Add some files/folder to the global ignore list.
  • Disable PJ_OS_HAS_CHECK_STACK as default.
  • Use ip_helper_generic.c which provides implementation to pj_enum_ip_interface() and pj_enum_ip_route().
Location:
pjproject/branches/projects/uwp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/uwp

    • Property svn:global-ignores set to
      bin
      obj
      lib
      Bin
      output
      Debug
      Generated[^A-Ba-b0-9]Files
      Service[^A-Ba-b0-9]References
      *.opendb
      *.db
      *.user
  • pjproject/branches/projects/uwp/pjlib/build/pjlib.vcxproj

    r5210 r5470  
    605605      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> 
    606606    </ClCompile> 
    607     <ClCompile Include="..\src\pj\ip_helper_generic.c"> 
     607    <ClCompile Include="..\src\pj\ip_helper_winphone8.c"> 
    608608      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'">true</ExcludedFromBuild> 
    609609      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'">true</ExcludedFromBuild> 
     
    628628      <ExcludedFromBuild Condition="'$(API_Family)'!='WinDesktop'">true</ExcludedFromBuild> 
    629629    </ClCompile> 
    630     <ClCompile Include="..\src\pj\ip_helper_winphone8.c"> 
     630    <ClCompile Include="..\src\pj\ip_helper_generic.c"> 
    631631      <ExcludedFromBuild Condition="'$(API_Family)'=='WinDesktop'">true</ExcludedFromBuild> 
    632632    </ClCompile> 
Note: See TracChangeset for help on using the changeset viewer.