Adds the CONVERT_ALL macro for YAML tools (#6986)
* Fixes #6813. * Adds the CONVERT_ALL macro define to the header file. * Adds a readme.md for the tools directory. Thanks to @cbrgm and @Lemongrass3110!
This commit is contained in:
@@ -146,6 +146,8 @@ bool process( const std::string& type, uint32 version, const std::vector<std::st
|
||||
if( !askConfirmation( "Found the file \"%s\", which can be converted to sql.\nDo you want to convert it now? (Y/N)\n", from.c_str() ) ){
|
||||
continue;
|
||||
}
|
||||
#else
|
||||
ShowMessage("Found the file \"%s\", converting from yml to sql.\n", from.c_str());
|
||||
#endif
|
||||
|
||||
inNode.reset();
|
||||
|
||||
Reference in New Issue
Block a user