Indicate when PCH is compiled

This commit is contained in:
Kawe Mazidjatari 2023-03-18 16:46:15 +01:00
parent 371e15db41
commit b7b9068870
2 changed files with 1 additions and 2 deletions

View File

@ -3,6 +3,7 @@
// stdafx.obj will contain the pre-compiled type information // stdafx.obj will contain the pre-compiled type information
#include "core/stdafx.h" #include "core/stdafx.h"
#pragma message("Finished pre-compiling headers.\n")
// TODO: reference any additional headers you need in STDAFX.H // TODO: reference any additional headers you need in STDAFX.H
// and not in this file // and not in this file

View File

@ -1,6 +1,4 @@
#pragma once #pragma once
#pragma message("Pre-compiling headers.\n")
#if defined(_DEBUG) || defined(_PROFILE) #if defined(_DEBUG) || defined(_PROFILE)
#pragma message ("Profiling is turned on; do not release this binary!\n") #pragma message ("Profiling is turned on; do not release this binary!\n")
#endif // _DEBUG || _PROFILE #endif // _DEBUG || _PROFILE