SPEC-7178 Removal of precompiled cpp files (#1171)

* SPEC-7178  Removal of precompiled cpp files

* Missing files...
main
Esteban Papp 5 years ago committed by GitHub
parent fe152ea8da
commit 36cb0f6d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,14 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
// Original file Copyright Crytek GMBH or its affiliates, used under license.
// If you make changes in ICryPak.h, make changes here, to dirty the PCH.
#include "CrySystem_precompiled.h"

@ -75,6 +75,5 @@ set(FILES
ViewSystem/View.h ViewSystem/View.h
ViewSystem/ViewSystem.cpp ViewSystem/ViewSystem.cpp
ViewSystem/ViewSystem.h ViewSystem/ViewSystem.h
CrySystem_precompiled.cpp
WindowsErrorReporting.cpp WindowsErrorReporting.cpp
) )

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "AzToolsFramework_precompiled.h"

@ -11,7 +11,6 @@
set(FILES set(FILES
AzToolsFramework_precompiled.h AzToolsFramework_precompiled.h
AzToolsFramework_precompiled.cpp
AssetEditor/AssetEditorBus.h AssetEditor/AssetEditorBus.h
AssetEditor/AssetEditorToolbar.ui AssetEditor/AssetEditorToolbar.ui
AssetEditor/AssetEditorStatusBar.ui AssetEditor/AssetEditorStatusBar.ui

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"

@ -15,7 +15,6 @@ set(FILES
ComponentEntityEditorPlugin.cpp ComponentEntityEditorPlugin.cpp
SandboxIntegration.h SandboxIntegration.h
SandboxIntegration.cpp SandboxIntegration.cpp
ComponentEntityEditorPlugin_precompiled.cpp
ComponentEntityEditorPlugin_precompiled.h ComponentEntityEditorPlugin_precompiled.h
UI/ComponentEntityEditorOutlinerWindow.qrc UI/ComponentEntityEditorOutlinerWindow.qrc
UI/QComponentEntityEditorMainWindow.h UI/QComponentEntityEditorMainWindow.h

@ -1,15 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
// Original file Copyright Crytek GMBH or its affiliates, used under license.
#include "EditorAssetImporter_precompiled.h"

@ -23,7 +23,6 @@ set(FILES
SceneSerializationHandler.h SceneSerializationHandler.h
SceneSerializationHandler.cpp SceneSerializationHandler.cpp
Main.cpp Main.cpp
EditorAssetImporter_precompiled.cpp
EditorAssetImporter_precompiled.h EditorAssetImporter_precompiled.h
AssetImporter.qrc AssetImporter.qrc
AssetImporterWindow.ui AssetImporterWindow.ui

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "FFMPEGPlugin_precompiled.h"

@ -12,7 +12,6 @@
set(FILES set(FILES
FFMPEGPlugin.rc FFMPEGPlugin.rc
main.cpp main.cpp
FFMPEGPlugin_precompiled.cpp
FFMPEGPlugin_precompiled.h FFMPEGPlugin_precompiled.h
FFMPEGPlugin.cpp FFMPEGPlugin.cpp
FFMPEGPlugin.h FFMPEGPlugin.h

@ -1,15 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
// Original file Copyright Crytek GMBH or its affiliates, used under license.
#include "PerforcePlugin_precompiled.h"

@ -20,6 +20,5 @@ set(FILES
PerforceSourceControl.cpp PerforceSourceControl.cpp
PerforceSourceControl.h PerforceSourceControl.h
resource.h resource.h
PerforcePlugin_precompiled.cpp
PerforcePlugin_precompiled.h PerforcePlugin_precompiled.h
) )

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "ProjectSettingsTool_precompiled.h"

@ -11,7 +11,6 @@
set(FILES set(FILES
main.cpp main.cpp
ProjectSettingsTool_precompiled.cpp
ProjectSettingsTool_precompiled.h ProjectSettingsTool_precompiled.h
DefaultImageValidator.cpp DefaultImageValidator.cpp
DefaultImageValidator.h DefaultImageValidator.h

@ -1,14 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "StandaloneTools_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
StandaloneTools_precompiled.cpp
StandaloneTools_precompiled.h StandaloneTools_precompiled.h
targetver.h targetver.h
Source/StandaloneToolsApplication.cpp Source/StandaloneToolsApplication.cpp

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "AssetMemoryAnalyzer_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/AssetMemoryAnalyzer_precompiled.cpp
Source/AssetMemoryAnalyzer_precompiled.h Source/AssetMemoryAnalyzer_precompiled.h
Include/AssetMemoryAnalyzer/AssetMemoryAnalyzerBus.h Include/AssetMemoryAnalyzer/AssetMemoryAnalyzerBus.h
Source/AssetMemoryAnalyzer.cpp Source/AssetMemoryAnalyzer.cpp

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright(c) Amazon.com, Inc.or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution(the "License").All use of this software is governed by the License,
*or, if provided, by the license below or the license accompanying this file.Do not
* remove or modify any license notices.This file is distributed on an "AS IS" BASIS,
*WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "ImageProcessing_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/ImageProcessing_precompiled.cpp
Source/ImageProcessing_precompiled.h Source/ImageProcessing_precompiled.h
Source/Compressors/CryTextureSquisher/CryTextureSquisher.cpp Source/Compressors/CryTextureSquisher/CryTextureSquisher.cpp
Source/Compressors/CryTextureSquisher/CryTextureSquisher.h Source/Compressors/CryTextureSquisher/CryTextureSquisher.h

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include <RHI/Atom_RHI_DX12_precompiled.h>

@ -11,7 +11,6 @@
set(FILES set(FILES
Source/RHI/Atom_RHI_DX12_precompiled.h Source/RHI/Atom_RHI_DX12_precompiled.h
Source/RHI/Atom_RHI_DX12_precompiled.cpp
Source/RHI/Buffer.cpp Source/RHI/Buffer.cpp
Source/RHI/Buffer.h Source/RHI/Buffer.h
Source/RHI/BufferPool.cpp Source/RHI/BufferPool.cpp

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "Atom_RHI_Metal_precompiled.h"

@ -10,6 +10,5 @@
# #
set(FILES set(FILES
Source/Atom_RHI_Metal_precompiled.cpp
Source/Atom_RHI_Metal_precompiled.h Source/Atom_RHI_Metal_precompiled.h
) )

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "Atom_RHI_Null_precompiled.h"

@ -10,6 +10,5 @@
# #
set(FILES set(FILES
Source/Atom_RHI_Null_precompiled.cpp
Source/Atom_RHI_Null_precompiled.h Source/Atom_RHI_Null_precompiled.h
) )

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "Atom_RHI_Vulkan_precompiled.h"

@ -10,6 +10,5 @@
# #
set(FILES set(FILES
Source/Atom_RHI_Vulkan_precompiled.cpp
Source/Atom_RHI_Vulkan_precompiled.h Source/Atom_RHI_Vulkan_precompiled.h
) )

@ -1,14 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
// Original file Copyright Crytek GMBH or its affiliates, used under license.
#include <AtomLyIntegration/AtomFont/AtomFont_precompiled.h>

@ -33,5 +33,4 @@ set(FILES
Include/AtomLyIntegration/AtomFont/AtomNullFont.h Include/AtomLyIntegration/AtomFont/AtomNullFont.h
Include/AtomLyIntegration/AtomFont/resource.h Include/AtomLyIntegration/AtomFont/resource.h
Include/AtomLyIntegration/AtomFont/AtomFont_precompiled.h Include/AtomLyIntegration/AtomFont/AtomFont_precompiled.h
Source/AtomFont_precompiled.cpp
) )

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "Camera_precompiled.h"

@ -16,6 +16,5 @@ set(FILES camera_files.cmake
Source/CameraComponentController.cpp Source/CameraComponentController.cpp
Source/CameraComponentController.h Source/CameraComponentController.h
Source/CameraViewRegistrationBus.h Source/CameraViewRegistrationBus.h
Source/Camera_precompiled.cpp
Source/Camera_precompiled.h Source/Camera_precompiled.h
) )

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "CameraFramework_precompiled.h"

@ -16,6 +16,5 @@ set(FILES
Include/CameraFramework/ICameraTransformBehavior.h Include/CameraFramework/ICameraTransformBehavior.h
Source/CameraRigComponent.h Source/CameraRigComponent.h
Source/CameraRigComponent.cpp Source/CameraRigComponent.cpp
Source/CameraFramework_precompiled.cpp
Source/CameraFramework_precompiled.h Source/CameraFramework_precompiled.h
) )

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "DebugDraw_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/DebugDraw_precompiled.cpp
Source/DebugDraw_precompiled.h Source/DebugDraw_precompiled.h
Include/DebugDraw/DebugDrawBus.h Include/DebugDraw/DebugDrawBus.h
Source/DebugDrawModule.cpp Source/DebugDrawModule.cpp

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/DebugDraw_precompiled.cpp
Source/DebugDraw_precompiled.h Source/DebugDraw_precompiled.h
Include/DebugDraw/DebugDrawBus.h Include/DebugDraw/DebugDrawBus.h
Source/DebugDrawLineComponent.cpp Source/DebugDrawLineComponent.cpp

@ -12,6 +12,7 @@
#pragma once #pragma once
#include <AzCore/PlatformIncl.h>
#include <QOpenGLFunctions> #include <QOpenGLFunctions>
QT_FORWARD_DECLARE_CLASS(QOpenGLContext); QT_FORWARD_DECLARE_CLASS(QOpenGLContext);

@ -1,14 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "EMotionFX_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/EMotionFX_precompiled.cpp
Source/EMotionFX_precompiled.h Source/EMotionFX_precompiled.h
../Assets/Editor/Layouts/Layouts.qrc ../Assets/Editor/Layouts/Layouts.qrc
../Assets/Editor/Images/Icons/Resources.qrc ../Assets/Editor/Images/Icons/Resources.qrc

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/EMotionFX_precompiled.cpp
Source/EMotionFX_precompiled.h Source/EMotionFX_precompiled.h
Include/Integration/AnimationBus.h Include/Integration/AnimationBus.h
Include/Integration/MotionExtractionBus.h Include/Integration/MotionExtractionBus.h

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "FastNoise_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/FastNoise_precompiled.cpp
Source/FastNoise_precompiled.h Source/FastNoise_precompiled.h
Include/FastNoise/Ebuses/FastNoiseBus.h Include/FastNoise/Ebuses/FastNoiseBus.h
Include/FastNoise/Ebuses/FastNoiseGradientRequestBus.h Include/FastNoise/Ebuses/FastNoiseGradientRequestBus.h

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "Gestures_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/Gestures_precompiled.cpp
Source/Gestures_precompiled.h Source/Gestures_precompiled.h
Include/Gestures/GestureRecognizerClickOrTap.h Include/Gestures/GestureRecognizerClickOrTap.h
Include/Gestures/GestureRecognizerClickOrTap.inl Include/Gestures/GestureRecognizerClickOrTap.inl

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "GradientSignal_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/GradientSignal_precompiled.cpp
Source/GradientSignal_precompiled.h Source/GradientSignal_precompiled.h
Include/GradientSignal/GradientSampler.h Include/GradientSignal/GradientSampler.h
Include/GradientSignal/SmoothStep.h Include/GradientSignal/SmoothStep.h

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
precompiled.cpp
precompiled.h precompiled.h
Include/GraphCanvas/Widgets/RootGraphicsItem.h Include/GraphCanvas/Widgets/RootGraphicsItem.h
Include/GraphCanvas/tools.h Include/GraphCanvas/tools.h

@ -1,14 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "precompiled.h"

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "HttpRequestor_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/HttpRequestor_precompiled.cpp
Source/HttpRequestor_precompiled.h Source/HttpRequestor_precompiled.h
Source/HttpRequestManager.cpp Source/HttpRequestManager.cpp
Source/HttpRequestManager.h Source/HttpRequestManager.h

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/HttpRequestor_precompiled.cpp
Source/HttpRequestor_precompiled.h Source/HttpRequestor_precompiled.h
Source/ComponentStub.cpp Source/ComponentStub.cpp
) )

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "ImGui_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/ImGui_precompiled.cpp
Source/ImGui_precompiled.h Source/ImGui_precompiled.h
Include/ImGuiBus.h Include/ImGuiBus.h
Include/ImGuiContextScope.h Include/ImGuiContextScope.h

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/ImGui_precompiled.cpp
Source/ImGui_precompiled.h Source/ImGui_precompiled.h
Include/LYImGuiUtils/HistogramContainer.h Include/LYImGuiUtils/HistogramContainer.h
Include/LYImGuiUtils/ImGuiDrawHelpers.h Include/LYImGuiUtils/ImGuiDrawHelpers.h

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates, or
* a third party where indicated.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "InAppPurchases_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/InAppPurchases_precompiled.cpp
Source/InAppPurchases_precompiled.h Source/InAppPurchases_precompiled.h
Include/InAppPurchases/InAppPurchasesBus.h Include/InAppPurchases/InAppPurchasesBus.h
Include/InAppPurchases/InAppPurchasesInterface.h Include/InAppPurchases/InAppPurchasesInterface.h

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "LmbrCentral_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/LmbrCentral_precompiled.cpp
Source/LmbrCentral_precompiled.h Source/LmbrCentral_precompiled.h
include/LmbrCentral/Ai/NavigationComponentBus.h include/LmbrCentral/Ai/NavigationComponentBus.h
include/LmbrCentral/Ai/NavigationAreaBus.h include/LmbrCentral/Ai/NavigationAreaBus.h

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "UiCanvasEditor_precompiled.h"

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "LyShine_precompiled.h"

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "LyShine_precompiled.h"

@ -16,7 +16,6 @@ set(FILES
Source/LyShine.h Source/LyShine.h
Source/LyShineDebug.cpp Source/LyShineDebug.cpp
Source/LyShineDebug.h Source/LyShineDebug.h
Source/LyShine_precompiled.cpp
Source/LyShine_precompiled.h Source/LyShine_precompiled.h
Source/StringUtfUtils.h Source/StringUtfUtils.h
Source/UiImageComponent.cpp Source/UiImageComponent.cpp

@ -12,7 +12,6 @@
set(FILES set(FILES
Editor/LyShineEditorSystemComponent.cpp Editor/LyShineEditorSystemComponent.cpp
Editor/LyShineEditorSystemComponent.h Editor/LyShineEditorSystemComponent.h
Editor/UiCanvasEditor_precompiled.cpp
Editor/UiCanvasEditor_precompiled.h Editor/UiCanvasEditor_precompiled.h
Editor/UiCanvasEditor.qrc Editor/UiCanvasEditor.qrc
Editor/Animation/UiAnimViewDialog.cpp Editor/Animation/UiAnimViewDialog.cpp

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates, or
* a third party where indicated.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "LyShineExamples_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/LyShineExamples_precompiled.cpp
Source/LyShineExamples_precompiled.h Source/LyShineExamples_precompiled.h
Include/LyShineExamples/LyShineExamplesBus.h Include/LyShineExamples/LyShineExamplesBus.h
Include/LyShineExamples/LyShineExamplesCppExampleBus.h Include/LyShineExamples/LyShineExamplesCppExampleBus.h

@ -1,14 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
// Original file Copyright Crytek GMBH or its affiliates, used under license.
#include "Maestro_precompiled.h"

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "Maestro_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/Maestro_precompiled.cpp
Source/Maestro_precompiled.h Source/Maestro_precompiled.h
Source/Cinematics/ShadowsSetupNode.h Source/Cinematics/ShadowsSetupNode.h
Source/Cinematics/ShadowsSetupNode.cpp Source/Cinematics/ShadowsSetupNode.cpp

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright(c) Amazon.com, Inc.or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
#include "MessagePopup_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/MessagePopup_precompiled.cpp
Source/MessagePopup_precompiled.h Source/MessagePopup_precompiled.h
Include/MessagePopup/MessagePopupBus.h Include/MessagePopup/MessagePopupBus.h
Source/MessagePopupSystemComponent.cpp Source/MessagePopupSystemComponent.cpp

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "Metastream_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/Metastream_precompiled.cpp
Source/Metastream_precompiled.h Source/Metastream_precompiled.h
Include/Metastream/MetastreamBus.h Include/Metastream/MetastreamBus.h
Source/DataCache.h Source/DataCache.h

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "Microphone_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/Microphone_precompiled.cpp
Source/Microphone_precompiled.h Source/Microphone_precompiled.h
Source/MicrophoneSystemComponent.cpp Source/MicrophoneSystemComponent.cpp
Source/MicrophoneSystemComponent.h Source/MicrophoneSystemComponent.h

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "Multiplayer_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/Multiplayer_precompiled.cpp
Source/Multiplayer_precompiled.h Source/Multiplayer_precompiled.h
Source/Debug/MultiplayerDebugModule.cpp Source/Debug/MultiplayerDebugModule.cpp
Source/Debug/MultiplayerDebugModule.h Source/Debug/MultiplayerDebugModule.h

@ -41,7 +41,6 @@ set(FILES
Include/Multiplayer/NetworkTime/RewindableObject.inl Include/Multiplayer/NetworkTime/RewindableObject.inl
Include/Multiplayer/Physics/PhysicsUtils.h Include/Multiplayer/Physics/PhysicsUtils.h
Include/Multiplayer/ReplicationWindows/IReplicationWindow.h Include/Multiplayer/ReplicationWindows/IReplicationWindow.h
Source/Multiplayer_precompiled.cpp
Source/Multiplayer_precompiled.h Source/Multiplayer_precompiled.h
Source/MultiplayerSystemComponent.cpp Source/MultiplayerSystemComponent.cpp
Source/MultiplayerSystemComponent.h Source/MultiplayerSystemComponent.h

@ -11,7 +11,6 @@
set(FILES set(FILES
Include/Multiplayer/IMultiplayerTools.h Include/Multiplayer/IMultiplayerTools.h
Source/Multiplayer_precompiled.cpp
Source/Multiplayer_precompiled.h Source/Multiplayer_precompiled.h
Source/Pipeline/NetworkPrefabProcessor.cpp Source/Pipeline/NetworkPrefabProcessor.cpp
Source/Pipeline/NetworkPrefabProcessor.h Source/Pipeline/NetworkPrefabProcessor.h

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include <NumericalMethods_precompiled.h>

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/NumericalMethods_precompiled.cpp
Source/NumericalMethods_precompiled.h Source/NumericalMethods_precompiled.h
Include/NumericalMethods/Optimization.h Include/NumericalMethods/Optimization.h
Include/NumericalMethods/Eigenanalysis.h Include/NumericalMethods/Eigenanalysis.h

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include <PhysXUnsupported_precompiled.h>

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include <PhysX_precompiled.h>

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/PhysX_precompiled.cpp
Source/PhysX_precompiled.h Source/PhysX_precompiled.h
Source/SystemComponent.cpp Source/SystemComponent.cpp
Source/SystemComponent.h Source/SystemComponent.h

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include <PhysXDebugUnsupported_precompiled.h>

@ -1,12 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "PhysXDebug_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/PhysXDebug_precompiled.cpp
Source/PhysXDebug_precompiled.h Source/PhysXDebug_precompiled.h
Source/EditorSystemComponent.cpp Source/EditorSystemComponent.cpp
Source/EditorSystemComponent.h Source/EditorSystemComponent.h

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/PhysXDebug_precompiled.cpp
Source/PhysXDebug_precompiled.h Source/PhysXDebug_precompiled.h
Include/PhysXDebug/PhysXDebugBus.h Include/PhysXDebug/PhysXDebugBus.h
Source/Module.cpp Source/Module.cpp

@ -11,6 +11,5 @@
set(FILES set(FILES
Source/ModuleUnsupported.cpp Source/ModuleUnsupported.cpp
Source/PhysXDebugUnsupported_precompiled.cpp
Source/PhysXDebugUnsupported_precompiled.h Source/PhysXDebugUnsupported_precompiled.h
) )

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "precompiled.h"

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Editor/precompiled.cpp
Editor/precompiled.h Editor/precompiled.h
Editor/ScriptCanvasEditorGem.cpp Editor/ScriptCanvasEditorGem.cpp
Editor/Settings.h Editor/Settings.h

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Editor/precompiled.cpp
Editor/precompiled.h Editor/precompiled.h
Editor/ScriptCanvasEditorGem.cpp Editor/ScriptCanvasEditorGem.cpp
Include/ScriptCanvas/ScriptCanvasGem.h Include/ScriptCanvas/ScriptCanvasGem.h

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/precompiled.cpp
Source/precompiled.h Source/precompiled.h
Source/ScriptCanvasGem.cpp Source/ScriptCanvasGem.cpp
) )

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/precompiled.cpp
Source/precompiled.h Source/precompiled.h
Tests/ScriptCanvasTest.cpp Tests/ScriptCanvasTest.cpp
) )

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/precompiled.cpp
Source/precompiled.h Source/precompiled.h
Include/ScriptCanvasDeveloper/ScriptCanvasDeveloperGem.h Include/ScriptCanvasDeveloper/ScriptCanvasDeveloperGem.h
Include/ScriptCanvasDeveloper/ScriptCanvasDeveloperComponent.h Include/ScriptCanvasDeveloper/ScriptCanvasDeveloperComponent.h

@ -1,13 +0,0 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#include "ScriptCanvasPhysics_precompiled.h"

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/ScriptCanvasPhysics_precompiled.cpp
Source/ScriptCanvasPhysics_precompiled.h Source/ScriptCanvasPhysics_precompiled.h
Source/PhysicsNodeLibrary.cpp Source/PhysicsNodeLibrary.cpp
Source/PhysicsNodeLibrary.h Source/PhysicsNodeLibrary.h

@ -10,7 +10,6 @@
# #
set(FILES set(FILES
Source/ScriptCanvasPhysics_precompiled.cpp
Source/ScriptCanvasPhysics_precompiled.h Source/ScriptCanvasPhysics_precompiled.h
Source/ScriptCanvasPhysicsModule.cpp Source/ScriptCanvasPhysicsModule.cpp
) )

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save