- Timestamp:
- Jan 8, 2010 4:38:47 PM (15 years ago)
- Location:
- pjproject/trunk/pjlib/build
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/build/os-win32.mak
r345 r3052 14 14 pool_policy_malloc.o sock_bsd.o sock_select.o 15 15 16 export PJLIB_OBJS += ioqueue_winnt.o17 #export PJLIB_OBJS += ioqueue_select.o16 #export PJLIB_OBJS += ioqueue_winnt.o 17 export PJLIB_OBJS += ioqueue_select.o 18 18 19 19 export PJLIB_OBJS += file_io_win32.o file_access_win32.o -
pjproject/trunk/pjlib/build/pjlib.dsp
r2970 r3052 241 241 242 242 SOURCE=..\src\pj\ioqueue_select.c 243 244 !IF "$(CFG)" == "pjlib - Win32 Release"245 246 # PROP Exclude_From_Build 1247 248 !ELSEIF "$(CFG)" == "pjlib - Win32 Debug"249 250 !ENDIF251 252 243 # End Source File 253 244 # Begin Source File 254 245 255 246 SOURCE=..\src\pj\ioqueue_winnt.c 256 257 !IF "$(CFG)" == "pjlib - Win32 Release" 258 259 !ELSEIF "$(CFG)" == "pjlib - Win32 Debug" 260 261 # PROP Exclude_From_Build 1 262 263 !ENDIF 264 247 # PROP Exclude_From_Build 1 265 248 # End Source File 266 249 # Begin Source File -
pjproject/trunk/pjlib/build/pjlib.vcproj
r2970 r3052 4181 4181 <FileConfiguration 4182 4182 Name="Release|Win32" 4183 ExcludedFromBuild="true"4184 4183 > 4185 4184 <Tool … … 4200 4199 <FileConfiguration 4201 4200 Name="Release-Dynamic|Win32" 4202 ExcludedFromBuild="true"4203 4201 > 4204 4202 <Tool … … 4219 4217 <FileConfiguration 4220 4218 Name="Release-Static|Win32" 4221 ExcludedFromBuild="true"4222 4219 > 4223 4220 <Tool … … 4291 4288 <FileConfiguration 4292 4289 Name="Release|Win32" 4290 ExcludedFromBuild="true" 4293 4291 > 4294 4292 <Tool … … 4406 4404 <FileConfiguration 4407 4405 Name="Release-Dynamic|Win32" 4406 ExcludedFromBuild="true" 4408 4407 > 4409 4408 <Tool … … 4521 4520 <FileConfiguration 4522 4521 Name="Release-Static|Win32" 4522 ExcludedFromBuild="true" 4523 4523 > 4524 4524 <Tool
Note: See TracChangeset
for help on using the changeset viewer.