Ticket #4833: module-order.patch
File module-order.patch, 373 bytes (added by , 15 years ago) |
---|
-
Makefile.common
22 22 23 23 # After the game specific modules follow the shared modules 24 24 MODULES += \ 25 engines \26 25 gui \ 27 graphics \28 26 sound \ 29 27 backends \ 28 engines \ 29 graphics \ 30 30 common \ 31 31 32 32 ifdef USE_MT32EMU