Fastbuild basic stuff
This commit is contained in:
16
External/SDK/Windows/Windows.bff
vendored
Normal file
16
External/SDK/Windows/Windows.bff
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// Windows
|
||||
//------------------------------------------------------------------------------
|
||||
#if __WINDOWS__
|
||||
|
||||
// The Windows 10 SDK is used regardless of which OS version is being targetted
|
||||
#define USING_WINDOWS10_SDK
|
||||
|
||||
// Activate
|
||||
//------------------------------------------------------------------------------
|
||||
#if USING_WINDOWS10_SDK
|
||||
#include "Windows10SDK.bff"
|
||||
Alias( 'ResourceCompiler' ) { .Targets = 'ResourceCompiler-Windows10' }
|
||||
#endif
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
#endif
|
||||
Reference in New Issue
Block a user