More re-factor for 1.0 as I port FetchApply to the framework.
This commit is contained in:
15
project.sh
15
project.sh
@@ -1,7 +1,20 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
export FRAMEWORK_INCLUDES_FULL_PATH
|
||||||
|
FRAMEWORK_INCLUDES_FULL_PATH="$(realpath ./Framework-Includes)"
|
||||||
|
|
||||||
|
export FRAMEWORK_CONFIGS_FULL_PATH
|
||||||
|
FRAMEWORK_CONFIGS_FULL_PATH="$(realpath ./Framework-ConfigFiles)"
|
||||||
|
|
||||||
|
export PROJECT_INCLUDES_FULL_PATH
|
||||||
|
PROJECT_INCLUDES_FULL_PATH="$(realpath ./Project-Includes)"
|
||||||
|
|
||||||
|
export PROJECT_CONGIGS_FULL_PATH
|
||||||
|
PROJECT_INCLUDES_FULL_PATH="$(realpath ./Project-ConfigFiles)"
|
||||||
|
|
||||||
|
|
||||||
#Framework variables are read from hee
|
#Framework variables are read from hee
|
||||||
source vars/FrameworkVars
|
source $VARS_FULL_PATH/FrameworkVars
|
||||||
|
|
||||||
#Boilerplate and support functions
|
#Boilerplate and support functions
|
||||||
FrameworkIncludeFiles="$(ls -1 --color=none includes/*)"
|
FrameworkIncludeFiles="$(ls -1 --color=none includes/*)"
|
||||||
|
Reference in New Issue
Block a user