Add message about -Dv2/-Dlegacy define to tools

This commit is contained in:
Joshua Granick
2015-03-20 07:22:18 -07:00
parent 978dd06ee8
commit f052d9cd54

View File

@@ -802,6 +802,12 @@ class CommandLineTools {
LogHelper.println ("Use \x1b[3m" + commandName + " setup\x1b[0m to configure platforms or \x1b[3m" + commandName + " help\x1b[0m for more commands");
if (targetFlags.exists ("openfl")) {
LogHelper.println ("\x1b[37mUse \x1b[3m-Dv2\x1b[0m\x1b[37m or \x1b[3m-Dlegacy\x1b[0m\x1b[37m with your commands to use OpenFL 2.x legacy mode\x1b[0m");
}
}
}