You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
478 B
Plaintext
20 lines
478 B
Plaintext
@echo off
|
|
|
|
REM
|
|
REM Copyright (c) Contributors to the Open 3D Engine Project.
|
|
REM For complete copyright and license terms please see the LICENSE at the root of this distribution.
|
|
REM
|
|
REM SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
REM
|
|
REM
|
|
|
|
set DCCSI_CUSTOM=Foo
|
|
echo DCCSI_CUSTOM = %DCCSI_CUSTOM%
|
|
|
|
set O3DE_BUILD_FOLDER=custom_build
|
|
echo O3DE_BUILD_FOLDER = %O3DE_BUILD_FOLDER%
|
|
|
|
set DCCSI_GDEBUG=True
|
|
set DCCSI_DEV_MODE=True
|
|
set DCCSI_GDEBUGGER=WING
|
|
set DCCSI_LOGLEVEL=10 |