kubilus1 / gendev

Genesis development environment for Linux.
BSD 3-Clause "New" or "Revised" License
209 stars 23 forks source link

SGDK 1.2 changes needed to build successfully #17

Closed andwn closed 7 years ago

andwn commented 8 years ago

I ported my project to the new SGDK version and had to make a couple changes to gendev:

  1. Update sega.s in the skeleton (project) to the new one
  2. Copy sgdk-read-only/bin/lz2w.jar to $(GENDEV)/bin (BEFORE compiling libmd, it's a dependency)

There's 2 less mysteries for you to solve hopefully.

kubilus1 commented 7 years ago

Thanks for the tips, this should all be incorporated (actually a bit ago but I've been lazy with issues)