Separate general Auto4 support and Auto4 Lua support into different defines in source

Originally committed to SVN as r1889.
This commit is contained in:
Niels Martin Hansen 2008-03-04 23:17:07 +00:00
parent 42cd531584
commit 5047295635
6 changed files with 21 additions and 10 deletions

View File

@ -33,7 +33,7 @@
// Contact: mailto:jiifurusu@gmail.com
//
#ifdef WITH_AUTOMATION
#ifdef WITH_AUTO4_LUA
#include "auto4_lua.h"
#include "auto4_lua_scriptreader.h"
@ -921,4 +921,4 @@ namespace Automation4 {
};
#endif // WITH_AUTOMATION
#endif // WITH_AUTO4_LUA

View File

@ -33,7 +33,7 @@
// Contact: mailto:jiifurusu@gmail.com
//
#ifdef WITH_AUTOMATION
#ifdef WITH_AUTO4_LUA
#include "auto4_lua.h"
#include "ass_dialogue.h"
@ -957,4 +957,5 @@ namespace Automation4 {
};
#endif // WITH_AUTOMATION
#endif // WITH_AUTO4_LUA

View File

@ -34,7 +34,7 @@
//
#ifdef WITH_AUTOMATION
#ifdef WITH_AUTO4_LUA
#include "auto4_lua.h"
#include "../lua51/src/lualib.h"
@ -753,4 +753,4 @@ badcontrol:
};
#endif // WITH_AUTOMATION
#endif // WITH_AUTO4_LUA

View File

@ -33,7 +33,7 @@
// Contact: mailto:jiifurusu@gmail.com
//
#ifdef WITH_AUTOMATION
#ifdef WITH_AUTO4_LUA
#include "auto4_lua_scriptreader.h"
@ -106,4 +106,4 @@ namespace Automation4 {
};
#endif // WITH_AUTOMATION
#endif // WITH_AUTO4_LUA

View File

@ -46,10 +46,15 @@
////////////// HIGH PRIORITY /////////////
// Enable Automation
// Requires: Lua (in repository)
// Requires: Nothing
//#define WITH_AUTOMATION
// Enable Automation 4 Lua
// Requires: Lua 5.1 (in repository)
//#define WITH_AUTO4_LUA
// Enable Automation 3
// Requires: auto3 dll (in repository), Lua (in repository)
//#define WITH_AUTO3

View File

@ -46,10 +46,15 @@
////////////// HIGH PRIORITY /////////////
// Enable Automation
// Requires: Lua (in repository)
// Requires: Nothing
//#define WITH_AUTOMATION
// Enable Automation 4 Lua
// Requires: Lua 5.1 (in repository)
//#define WITH_AUTO4_LUA
// Enable Automation 3
// Requires: auto3 dll (in repository), Lua (in repository)
//#define WITH_AUTO3