mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 08:55:45 +00:00
added some error messages to the compile-time checks
svn-id: r43076
This commit is contained in:
parent
025846020b
commit
621071ea9e
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
// see if all engines using this class are DISABLED
|
// see if all engines using this class are DISABLED
|
||||||
#if !defined(ENABLE_KYRA)
|
#if !defined(ENABLE_KYRA)
|
||||||
|
#error trying to include the MaxTrax Header with no engine enabled that uses it
|
||||||
|
|
||||||
// normal Header Guard
|
// normal Header Guard
|
||||||
#elif !defined SOUND_MODS_MAXTRAX_H
|
#elif !defined SOUND_MODS_MAXTRAX_H
|
||||||
@ -253,4 +254,4 @@ private:
|
|||||||
};
|
};
|
||||||
} // End of namespace Audio
|
} // End of namespace Audio
|
||||||
|
|
||||||
#endif
|
#endif // !defined SOUND_MODS_MAXTRAX_H
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
// see if all engines using this class are DISABLED
|
// see if all engines using this class are DISABLED
|
||||||
#if !defined(ENABLE_SCUMM)
|
#if !defined(ENABLE_SCUMM)
|
||||||
|
#error trying to include the Tfmx Header with no engine enabled that uses it
|
||||||
|
|
||||||
// normal Header Guard
|
// normal Header Guard
|
||||||
#elif !defined(SOUND_MODS_TFMX_H)
|
#elif !defined(SOUND_MODS_TFMX_H)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user