source.list
changeset 10438 b000673d2e44
parent 10427 c59076629a0a
child 10444 3876060cdef7
equal deleted inserted replaced
10437:0452e6a6feb7 10438:b000673d2e44
    88 		fiber_win32.cpp
    88 		fiber_win32.cpp
    89 	#else
    89 	#else
    90 		#if OS2
    90 		#if OS2
    91 			thread_os2.cpp
    91 			thread_os2.cpp
    92 		#else
    92 		#else
    93 			thread_pthread.cpp
    93 			#if MORPHOS
       
    94 				thread_morphos.cpp
       
    95 			#else
       
    96 				thread_pthread.cpp
       
    97 			#endif
    94 		#end
    98 		#end
    95 		fiber_thread.cpp
    99 		fiber_thread.cpp
    96 	#end
   100 	#end
    97 #else
   101 #else
    98 	thread_none.cpp
   102 	thread_none.cpp