Browse Source

Removed confusing and outdated comment from build scripts.

David Piuva 3 years ago
parent
commit
6d04a79496

+ 1 - 1
Source/SDK/cube/build.sh

@@ -6,7 +6,7 @@ PROJECT_FOLDER=.
 TARGET_FILE=./application
 # The root folder is where DFPSR, SDK and tools are located.
 ROOT_PATH=../..
-# Select where to place temporary files and the generated executable
+# Select where to place temporary files.
 TEMP_DIR=${ROOT_PATH}/../../temporary
 # Select a window manager
 WINDOW_MANAGER=X11

+ 1 - 1
Source/SDK/guiExample/build.sh

@@ -6,7 +6,7 @@ PROJECT_FOLDER=.
 TARGET_FILE=./application
 # The root folder is where DFPSR, SDK and tools are located.
 ROOT_PATH=../..
-# Select where to place temporary files and the generated executable
+# Select where to place temporary files.
 TEMP_DIR=${ROOT_PATH}/../../temporary
 # Select a window manager
 WINDOW_MANAGER=X11

+ 1 - 1
Source/SDK/sandbox/build.sh

@@ -6,7 +6,7 @@ PROJECT_FOLDERS=". ../SpriteEngine"
 TARGET_FILE=./sandbox
 # The root folder is where DFPSR, SDK and tools are located.
 ROOT_PATH=../..
-# Select where to place temporary files and the generated executable
+# Select where to place temporary files.
 TEMP_DIR=${ROOT_PATH}/../../temporary
 # Select a window manager
 WINDOW_MANAGER=X11

+ 1 - 1
Source/SDK/terrain/build.sh

@@ -6,7 +6,7 @@ PROJECT_FOLDER=.
 TARGET_FILE=./application
 # The root folder is where DFPSR, SDK and tools are located.
 ROOT_PATH=../..
-# Select where to place temporary files and the generated executable
+# Select where to place temporary files.
 TEMP_DIR=${ROOT_PATH}/../../temporary
 # Select a window manager
 WINDOW_MANAGER=X11

+ 1 - 1
Source/templates/basic3D/build.sh

@@ -6,7 +6,7 @@ PROJECT_FOLDER=.
 TARGET_FILE=./application
 # The root folder is where DFPSR, SDK and tools are located.
 ROOT_PATH=../..
-# Select where to place temporary files and the generated executable
+# Select where to place temporary files.
 TEMP_DIR=${ROOT_PATH}/../../temporary
 # Select a window manager
 WINDOW_MANAGER=X11

+ 1 - 1
Source/templates/basicCLI/build.sh

@@ -6,7 +6,7 @@ PROJECT_FOLDER=.
 TARGET_FILE=./application
 # The root folder is where DFPSR, SDK and tools are located.
 ROOT_PATH=../..
-# Select where to place temporary files and the generated executable
+# Select where to place temporary files.
 TEMP_DIR=${ROOT_PATH}/../../temporary
 # Select a window manager
 WINDOW_MANAGER=NONE

+ 1 - 1
Source/templates/basicGUI/build.sh

@@ -6,7 +6,7 @@ PROJECT_FOLDER=.
 TARGET_FILE=./application
 # The root folder is where DFPSR, SDK and tools are located.
 ROOT_PATH=../..
-# Select where to place temporary files and the generated executable
+# Select where to place temporary files.
 TEMP_DIR=${ROOT_PATH}/../../temporary
 # Select a window manager
 WINDOW_MANAGER=X11