ajd4096 / gbadev

Automatically exported from code.google.com/p/gbadev
0 stars 1 forks source link

complile both with one "make" command #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
probably just a case of making armboot.c in nswitch dependant on a armboot.bin 
and making that dependant on all it's .c, .s and .h files in the nswitch 
Makefile

the build script can still be useful for showing the hashes of the files and 
copying the boot.dol to the upload folder (since it'll now be all we really 
need)

this may also involve moving the armboot folder into the nSwitch folder (it 
might be nice to add the armboot and other new files to the Programmer's 
Notepad project file while we're at it.)

Original issue reported on code.google.com by maxternal on 10 Jul 2013 at 9:14

GoogleCodeExporter commented 8 years ago
could be a little more efficient way of doing it but it was getting to be a 
pain to implement ... so I took a shortcut and now it works :D

Original comment by maxternal on 25 Jul 2013 at 12:48