mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Indicate when PCH is compiled
This commit is contained in:
parent
371e15db41
commit
b7b9068870
@ -3,6 +3,7 @@
|
||||
// stdafx.obj will contain the pre-compiled type information
|
||||
|
||||
#include "core/stdafx.h"
|
||||
#pragma message("Finished pre-compiling headers.\n")
|
||||
|
||||
// TODO: reference any additional headers you need in STDAFX.H
|
||||
// and not in this file
|
||||
|
@ -1,6 +1,4 @@
|
||||
#pragma once
|
||||
#pragma message("Pre-compiling headers.\n")
|
||||
|
||||
#if defined(_DEBUG) || defined(_PROFILE)
|
||||
#pragma message ("Profiling is turned on; do not release this binary!\n")
|
||||
#endif // _DEBUG || _PROFILE
|
||||
|
Loading…
x
Reference in New Issue
Block a user