1,554
edits
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=") |
(→Steps: Added link to configure.engine options) |
||
Line 15: | Line 15: | ||
# Add a new directory <tt>engines/quux/</tt> | # Add a new directory <tt>engines/quux/</tt> | ||
# Add <tt>engines/quux/configure.engine</tt> (looking at configure.engine files of existing engines should make it clear what you have to do). | # Add <tt>engines/quux/configure.engine</tt> (looking at configure.engine files of existing engines should make it clear what you have to do, Here is more description: [[configure.engine options]] ). | ||
# Add <tt>engines/quux/module.mk</tt> (Again, just check out what is done for the existing engines). | # Add <tt>engines/quux/module.mk</tt> (Again, just check out what is done for the existing engines). | ||
# Add <tt>engines/quux/quux.h</tt> and <tt>engines/quux/quux.cpp</tt>; this will contain your Engine subclass (or at least parts of it). | # Add <tt>engines/quux/quux.h</tt> and <tt>engines/quux/quux.cpp</tt>; this will contain your Engine subclass (or at least parts of it). |