mirror of
https://github.com/Poikilos/b3view.git
synced 2023-10-03 07:58:48 -07:00
Improve the example build-settings.rc.
This commit is contained in:
parent
95c069dc2f
commit
51e6536901
5
build.sh
5
build.sh
@ -31,7 +31,7 @@ Settings:
|
|||||||
|
|
||||||
BIN_NAME is the filename for the binary to compile.
|
BIN_NAME is the filename for the binary to compile.
|
||||||
|
|
||||||
OTHER_DIRS is a list of other subdirectories where files may exist.
|
OTHER_DIRS (optional) is a list of other subdirectories where files may exist.
|
||||||
The filenames (without extension) must not be the same as in any other
|
The filenames (without extension) must not be the same as in any other
|
||||||
folder (since this script places all o files in the same directory).
|
folder (since this script places all o files in the same directory).
|
||||||
Each directory must be free of spaces since it is iterated based on spaces.
|
Each directory must be free of spaces since it is iterated based on spaces.
|
||||||
@ -51,7 +51,8 @@ Example build-settings.rc:
|
|||||||
SRC_PATH="$REPO_PATH/src"
|
SRC_PATH="$REPO_PATH/src"
|
||||||
IN_FILES="Application ApplicationDelegate IrrlichtEventReceiver main SaveFileDialog"
|
IN_FILES="Application ApplicationDelegate IrrlichtEventReceiver main SaveFileDialog"
|
||||||
BIN_NAME=my_program
|
BIN_NAME=my_program
|
||||||
OTHER_DIRS="extlib"
|
#OTHER_DIRS="extlib"
|
||||||
|
#DIST_FILES="media"
|
||||||
|
|
||||||
With the correct use of a build-settings.rc file,
|
With the correct use of a build-settings.rc file,
|
||||||
This script is identical in every project.
|
This script is identical in every project.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user