XCode doesnt support files per configuration, using the old method (#3789)
- some warn fixes - fixed release linking issue Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -72,11 +72,8 @@ namespace AzFramework
|
||||
/// Retrieves the app root path for the application.
|
||||
virtual const char* GetAppRoot() const { return nullptr; }
|
||||
|
||||
#pragma push_macro("GetCommandLine")
|
||||
#undef GetCommandLine
|
||||
/// Get the Command Line arguments passed in.
|
||||
virtual const CommandLine* GetCommandLine() { return nullptr; }
|
||||
#pragma pop_macro("GetCommandLine")
|
||||
|
||||
/// Get the Command Line arguments passed in. (Avoids collisions with platform specific macros.)
|
||||
virtual const CommandLine* GetApplicationCommandLine() { return nullptr; }
|
||||
|
||||
Reference in New Issue
Block a user