What I did was add the files into the games directly directory, and amend the Makefile by replace all instances of the word 'snake' with 'mandelbrot'. There's probably a simpler command line incanation though...
Index: modules/module_exportlist.c===================================================================--- modules/module_exportlist.c (revision 3629)+++ modules/module_exportlist.c (working copy)@@ -48,6 +48,9 @@ __ltdf2, __gtdf2, __bswapsi2,+ __addsf3,+ __subsf3,+ __gtsf2, module_get_adr, module_exit_alt,Index: modules/module_load.c===================================================================--- modules/module_load.c (revision 3629)+++ modules/module_load.c (working copy)@@ -85,7 +85,11 @@ extern void __ltdf2(void); extern void __gtdf2(void); extern void __bswapsi2(void);+extern void __addsf3(void);+extern void __subsf3(void);+extern void __gtsf2(void); + //********************************************************/ // Struct for symbol hash table entries
Index: modules/Makefile===================================================================--- modules/Makefile (revision 3629)+++ modules/Makefile (working copy)@@ -23,7 +23,7 @@ # to avoid 'long_call' overhead FLTS=fselect.flt edgeovr.flt curves.flt mpopup.flt palette.flt grids.flt mdetect.flt zebra.flt \ _dng.flt benchm.flt calend.flt 4wins.flt mastmind.flt reversi.flt sokoban.flt _rawop.flt \- txtread.flt memview.flt modinsp.flt tetris.flt snake.flt sudoku.flt _tbox.flt _osd_le.flt \+ txtread.flt memview.flt modinsp.flt tetris.flt snake.flt mandelbr.flt sudoku.flt _tbox.flt _osd_le.flt \ _hexbox.flt ubasic.flt lua.flt cpuinfo.flt useredit.flt eyefi.flt histo.flt all: $(FLTS)@@ -78,6 +78,7 @@ reversi.flt: gui_reversi.o tetris.flt: gui_tetris.o snake.flt: gui_snake.o+mandelbr.flt: mandelbrot.o sokoban.flt: gui_sokoban.o sudoku.flt: gui_sudoku.o @@ -90,6 +91,7 @@ gui_reversi.o: games/gui_reversi.c games/simple_game.c gui_tetris.o: games/gui_tetris.c games/simple_game.c gui_snake.o: games/gui_snake.c games/simple_game.c+mandelbrot.o: games/mandelbrot.c games/simple_game.c cpuinfo.o: simple_module.c
I'm not sure which version I took, ATM, as __gtdf2 doesn't appear in my modules_exportlist.c file. (I hope I'm not too far behind on my versions!)
Started by Microfunguy Microfunguy's Builds
Started by LukeSkaff General Chat
Started by Oslec DSLR Hack development
Started by flarn2006 Feature Requests
Started by vit40 « 1 2 3 4 » RAW Shooting and Processing