Changeset 566


Ignore:
Timestamp:
Jun 29, 2006 9:45:39 AM (18 years ago)
Author:
bennylp
Message:

In VC6 workspace, set PJLIB to use IoCompletionPort? instead of select() on Release build

File:
1 edited

Legend:

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

    r515 r566  
    230230 
    231231SOURCE=..\src\pj\ioqueue_select.c 
     232 
     233!IF  "$(CFG)" == "pjlib - Win32 Release" 
     234 
     235# PROP Exclude_From_Build 1 
     236 
     237!ELSEIF  "$(CFG)" == "pjlib - Win32 Debug" 
     238 
     239!ENDIF  
     240 
    232241# End Source File 
    233242# Begin Source File 
    234243 
    235244SOURCE=..\src\pj\ioqueue_winnt.c 
    236 # PROP Exclude_From_Build 1 
     245 
     246!IF  "$(CFG)" == "pjlib - Win32 Release" 
     247 
     248!ELSEIF  "$(CFG)" == "pjlib - Win32 Debug" 
     249 
     250# PROP Exclude_From_Build 1 
     251 
     252!ENDIF  
     253 
    237254# End Source File 
    238255# Begin Source File 
Note: See TracChangeset for help on using the changeset viewer.