libraries/extrabtrace/group/extrabtracek.mmp
changeset 22 30834c0f3179
parent 0 7f656887cf89
equal deleted inserted replaced
21:7b569e2061c7 22:30834c0f3179
    23 
    23 
    24 #include <kernel\kern_ext.mmh>
    24 #include <kernel\kern_ext.mmh>
    25 
    25 
    26 sourcepath		..\src
    26 sourcepath		..\src
    27 
    27 
    28 #if defined(MARM)
    28 #ifndef SMP // Sampler not supported on smp
    29 	#ifdef GCCE
    29 	#if defined(MARM)
    30 		// Workaround for the gcce makmake module doing weird things with -S when compiling .cia files
    30 		#ifdef GCCE
    31 		// And for GCCE.h's definition of __NAKED__ being wrong
    31 			// Workaround for the gcce makmake module doing weird things with -S when compiling .cia files
    32 		source			usampler_cia.cpp
    32 			// And for GCCE.h's definition of __NAKED__ being wrong
    33 	#else
    33 			source			usampler_cia.cpp
    34 		source			usampler.cia
    34 		#else
       
    35 			source			usampler.cia
       
    36 		#endif
    35 	#endif
    37 	#endif
       
    38 source			sampler.cpp
    36 #endif
    39 #endif
    37 
    40 
    38 source			extrabtracek.cpp sampler.cpp
    41 source			extrabtracek.cpp
    39 source			eventhandler.cpp
    42 source			eventhandler.cpp
    40 
    43 
    41 start wins
    44 start wins
    42 win32_headers
    45 win32_headers
    43 end
    46 end