ProjectManagerDefs_windows.cpp 472 B

12345678910111213141516
  1. /*
  2. * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0 OR MIT
  5. *
  6. */
  7. #include <ProjectManagerDefs.h>
  8. namespace O3DE::ProjectManager
  9. {
  10. const QString ProjectBuildPathPostfix = ProjectBuildDirectoryName + "/windows";
  11. const QString GetPythonScriptPath = "python/get_python.bat";
  12. } // namespace O3DE::ProjectManager