diff options
author | Nicky Dasmijn <nicky.dasmijn@posteo.nl> | 2022-09-21 07:45:38 +0000 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-21 07:45:38 +0000 |
commit | bfe7cbb136ecea903e084d66e342b4fd623b85b8 (patch) | |
tree | 388ca6f23fdf1792de62fbf03c48f0ff3494440d /indra/newview/llviewerprecompiledheaders.cpp | |
parent | a441ce184fef3b30daff2b3eeef9db650b748ac9 (diff) | |
parent | c903b0b03005831bce7b4001bbed55b275066679 (diff) |
SL-17238 Merged in NickyD's cmake changes
Diffstat (limited to 'indra/newview/llviewerprecompiledheaders.cpp')
-rw-r--r-- | indra/newview/llviewerprecompiledheaders.cpp | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/indra/newview/llviewerprecompiledheaders.cpp b/indra/newview/llviewerprecompiledheaders.cpp deleted file mode 100644 index 307e903726..0000000000 --- a/indra/newview/llviewerprecompiledheaders.cpp +++ /dev/null @@ -1,34 +0,0 @@ -/** - * @file llviewerprecompiledheaders.cpp - * @brief precompiled headers for newview project - * - * $LicenseInfo:firstyear=2005&license=viewerlgpl$ - * Second Life Viewer Source Code - * Copyright (C) 2010, Linden Research, Inc. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; - * version 2.1 of the License only. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - * Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA - * $/LicenseInfo$ - */ - -// source file that includes just the standard includes -// newview.pch will be the pre-compiled header -// llviewerprecompiledheaders.obj will contain the pre-compiled type information - -#include "llviewerprecompiledheaders.h" - -// TODO: reference any additional headers you need in llviewerprecompiledheaders.h -// and not in this file |