Browse Source

Simplified build wrappers for template projects.

David Piuva 7 months ago
parent
commit
671cd45c4e

+ 0 - 4
Source/templates/basic3D/build_linux.sh

@@ -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;
 chmod +x ../../tools/builder/buildProject.sh;
 ../../tools/builder/buildProject.sh Basic3D.DsrProj Linux $@;
 ../../tools/builder/buildProject.sh Basic3D.DsrProj Linux $@;

+ 0 - 4
Source/templates/basic3D/build_macos.sh

@@ -1,6 +1,2 @@
-#!/bin/bash
-
-# Launch the build system with Basic3D.DsrProj and MacOS selected as the platform.
-echo "Running build_macos.sh $@"
 chmod +x ../../tools/builder/buildProject.sh;
 chmod +x ../../tools/builder/buildProject.sh;
 ../../tools/builder/buildProject.sh Basic3D.DsrProj MacOS $@;
 ../../tools/builder/buildProject.sh Basic3D.DsrProj MacOS $@;

+ 0 - 5
Source/templates/basic3D/build_windows.bat

@@ -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 %@%
 ..\..\tools\builder\buildProject.bat Basic3D.DsrProj Windows %@%

+ 0 - 4
Source/templates/basicCLI/build_linux.sh

@@ -1,6 +1,2 @@
-#!/bin/bash
-
-# Launch the build system with BasicCLI.DsrProj and Linux selected as the platform.
-echo "Running build_linux.sh $@"
 chmod +x ../../tools/builder/buildProject.sh;
 chmod +x ../../tools/builder/buildProject.sh;
 ../../tools/builder/buildProject.sh BasicCLI.DsrProj Linux $@;
 ../../tools/builder/buildProject.sh BasicCLI.DsrProj Linux $@;

+ 0 - 4
Source/templates/basicCLI/build_macos.sh

@@ -1,6 +1,2 @@
-#!/bin/bash
-
-# Launch the build system with BasicCLI.DsrProj and MacOS selected as the platform.
-echo "Running build_macos.sh $@"
 chmod +x ../../tools/builder/buildProject.sh;
 chmod +x ../../tools/builder/buildProject.sh;
 ../../tools/builder/buildProject.sh BasicCLI.DsrProj MacOS $@;
 ../../tools/builder/buildProject.sh BasicCLI.DsrProj MacOS $@;

+ 0 - 5
Source/templates/basicCLI/build_windows.bat

@@ -1,6 +1 @@
-@echo off
-
-rem Launch the build system with BasicCLI.DsrProj and Windows selected as the platform.
-
-echo "Running build_windows.bat %@%
 ..\..\tools\builder\buildProject.bat BasicCLI.DsrProj Windows %@%
 ..\..\tools\builder\buildProject.bat BasicCLI.DsrProj Windows %@%

+ 0 - 4
Source/templates/basicGUI/build_linux.sh

@@ -1,6 +1,2 @@
-#!/bin/bash
-
-# Launch the build system with BasicGUI.DsrProj and Linux selected as the platform.
-echo "Running build_linux.sh $@"
 chmod +x ../../tools/builder/buildProject.sh;
 chmod +x ../../tools/builder/buildProject.sh;
 ../../tools/builder/buildProject.sh BasicGUI.DsrProj Linux $@;
 ../../tools/builder/buildProject.sh BasicGUI.DsrProj Linux $@;

+ 0 - 4
Source/templates/basicGUI/build_macos.sh

@@ -1,6 +1,2 @@
-#!/bin/bash
-
-# Launch the build system with BasicGUI.DsrProj and MacOS selected as the platform.
-echo "Running build_macos.sh $@"
 chmod +x ../../tools/builder/buildProject.sh;
 chmod +x ../../tools/builder/buildProject.sh;
 ../../tools/builder/buildProject.sh BasicGUI.DsrProj MacOS $@;
 ../../tools/builder/buildProject.sh BasicGUI.DsrProj MacOS $@;

+ 1 - 6
Source/templates/basicGUI/build_windows.bat

@@ -1,6 +1 @@
-@echo off
-
-rem Launch the build system with BasicGUI.DsrProj and Windows selected as the platform.
-
-echo "Running build_windows.bat %@%
-..\..\tools\builder\buildProject.bat BasicGUI.DsrProj Windows %@%
+..\..\tools\builder\buildProject.bat BasicGUI.DsrProj Windows %@%