@@ -1,6 +1,2 @@
-#!/bin/bash
-
-# Launch the build system with Basic3D.DsrProj and Linux selected as the platform.
-echo "Running build_linux.sh $@"
chmod +x ../../tools/builder/buildProject.sh;
../../tools/builder/buildProject.sh Basic3D.DsrProj Linux $@;
-# Launch the build system with Basic3D.DsrProj and MacOS selected as the platform.
-echo "Running build_macos.sh $@"
../../tools/builder/buildProject.sh Basic3D.DsrProj MacOS $@;
@@ -1,6 +1 @@
-@echo off
-rem Launch the build system with Basic3D.DsrProj and Windows selected as the platform.
-echo "Running build_windows.bat %@%
..\..\tools\builder\buildProject.bat Basic3D.DsrProj Windows %@%
-# Launch the build system with BasicCLI.DsrProj and Linux selected as the platform.
../../tools/builder/buildProject.sh BasicCLI.DsrProj Linux $@;
-# Launch the build system with BasicCLI.DsrProj and MacOS selected as the platform.
../../tools/builder/buildProject.sh BasicCLI.DsrProj MacOS $@;
-rem Launch the build system with BasicCLI.DsrProj and Windows selected as the platform.
..\..\tools\builder\buildProject.bat BasicCLI.DsrProj Windows %@%
-# Launch the build system with BasicGUI.DsrProj and Linux selected as the platform.
../../tools/builder/buildProject.sh BasicGUI.DsrProj Linux $@;
-# Launch the build system with BasicGUI.DsrProj and MacOS selected as the platform.
../../tools/builder/buildProject.sh BasicGUI.DsrProj MacOS $@;
-rem Launch the build system with BasicGUI.DsrProj and Windows selected as the platform.
-..\..\tools\builder\buildProject.bat BasicGUI.DsrProj Windows %@%
+..\..\tools\builder\buildProject.bat BasicGUI.DsrProj Windows %@%