Ticket #4833: module-order.patch

File module-order.patch, 373 bytes (added by salty-horse, 14 years ago)
  • Makefile.common

     
    2222
    2323# After the game specific modules follow the shared modules
    2424MODULES += \
    25         engines \
    2625        gui \
    27         graphics \
    2826        sound \
    2927        backends \
     28        engines \
     29        graphics \
    3030        common \
    3131
    3232ifdef USE_MT32EMU