scummvm/engines/module.mk
Lothar Serra Mari 4220e14522 ENGINES: Add a dialog for reporting unknown games
Thanks to the great help of @criezy, here's my implementation of an GUI
dialog that appears when an unknown game is detected.

Features:
 - Allows copying the data collected by game detector to the clipboard
 - Allows opening the bug tracker and pre-filling the form fiels

This closes https://bugs.scummvm.org/ticket/10435.
2018-04-29 21:47:10 +01:00

14 lines
196 B
Makefile

MODULE := engines
MODULE_OBJS := \
advancedDetector.o \
dialogs.o \
engine.o \
game.o \
obsolete.o \
savestate.o \
unknown-game-dialog.o
# Include common rules
include $(srcdir)/rules.mk