premake5: Use precompiled headers.
This easily doubles the compilation speed!!1
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#include "..\..\STDInclude.hpp"
|
||||
#include "STDInclude.hpp"
|
||||
|
||||
using namespace Components;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "..\..\STDInclude.hpp"
|
||||
#include "STDInclude.hpp"
|
||||
|
||||
namespace Steam
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "..\..\STDInclude.hpp"
|
||||
#include "STDInclude.hpp"
|
||||
|
||||
namespace Steam
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "..\..\STDInclude.hpp"
|
||||
#include "STDInclude.hpp"
|
||||
|
||||
namespace Steam
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "..\..\STDInclude.hpp"
|
||||
#include "STDInclude.hpp"
|
||||
|
||||
namespace Steam
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "..\..\STDInclude.hpp"
|
||||
#include "STDInclude.hpp"
|
||||
|
||||
namespace Steam
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "..\..\STDInclude.hpp"
|
||||
#include "STDInclude.hpp"
|
||||
|
||||
namespace Steam
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "..\..\STDInclude.hpp"
|
||||
#include "STDInclude.hpp"
|
||||
|
||||
namespace Steam
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "..\STDInclude.hpp"
|
||||
#include "STDInclude.hpp"
|
||||
#include "Steam.hpp"
|
||||
|
||||
namespace Steam
|
||||
|
Reference in New Issue
Block a user