From 70a8db323186f0a440e8bd1099d024e8dd522bdf Mon Sep 17 00:00:00 2001 From: riccardom Date: Mon, 12 Jan 2009 21:07:08 +0000 Subject: [PATCH] Try to fix rake compilation for mac port at least :) --- desmume/src/cocoa/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/cocoa/Rakefile b/desmume/src/cocoa/Rakefile index 0d830f7d7..0c88b9640 100644 --- a/desmume/src/cocoa/Rakefile +++ b/desmume/src/cocoa/Rakefile @@ -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'],