From ba2e9fbe95e1adc3cf4ac163581bf95332ee5ac3 Mon Sep 17 00:00:00 2001 From: StormBytePP Date: Mon, 24 Aug 2015 02:17:32 +0200 Subject: Core/BuildSystem: Merged crypto into common, cleaned include directory lists (to mimic 3.x buildsystem) --- src/common/GitRevision.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/GitRevision.h') diff --git a/src/common/GitRevision.h b/src/common/GitRevision.h index a5972c581a0..143a6aa64b3 100644 --- a/src/common/GitRevision.h +++ b/src/common/GitRevision.h @@ -34,6 +34,8 @@ namespace GitRevision char const* GetLegalCopyrightStr(); char const* GetFileVersionStr(); char const* GetProductVersionStr(); + char const* GetCompilerCFlags(); + char const* GetCompilerCXXFlags(); } #endif -- cgit v1.2.3