Try to fix rake compilation for mac port at least :)
This commit is contained in:
parent
6340db8150
commit
70a8db3231
|
@ -12,7 +12,7 @@ compile = {
|
|||
:files => Dir['*.m'] + Dir['*.mm'] + Dir['dialogs/*.m'] + Dir['dialogs/*.mm'] + ([
|
||||
'MMU', 'SPU', 'cflash', 'fs-linux', 'matrix', 'FIFO', 'NDSSystem', 'arm_instructions', 'cp15', 'mc',
|
||||
'thumb_instructions', 'GPU', 'OGLRender', 'armcpu', 'gfx3d', 'render3D', 'wifi', 'GPU_osd', 'ROMReader',
|
||||
'bios', 'debug', 'saves', 'readwrite', 'rtc', 'softrender', 'common'].map { |core_file| '../' + core_file + '.cpp' } ) +
|
||||
'bios', 'debug', 'saves', 'readwrite', 'rtc', 'softrender', 'common', 'mic'].map { |core_file| '../' + core_file + '.cpp' } ) +
|
||||
Dir['../utils/*.c'] + Dir['../utils/*.cpp'] + Dir['../utils/decrypt/*.cpp'],
|
||||
:defines => {
|
||||
:global => ['DESMUME_OBJ_C'],
|
||||
|
|
Loading…
Reference in New Issue