no-op.cmd 407 B

1234567891011121314
  1. @echo off
  2. rem #
  3. rem # Copyright (c) Contributors to the Open 3D Engine Project.
  4. rem # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  5. rem #
  6. rem # SPDX-License-Identifier: Apache-2.0 OR MIT
  7. rem #
  8. rem #
  9. rem This file is used to simulate a compiler and linker, in no-script mode.
  10. rem Its only job is to return 0 as this indicates everything is ok.
  11. exit /b 0