Skip to content

Commit

Permalink
bin: add include file location 'headers'
Browse files Browse the repository at this point in the history
  • Loading branch information
uditkarode committed Nov 28, 2018
1 parent a3a3a77 commit 7e1acbe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions BIN/TURBOC.CFG
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-IC:\BIN
-IC:\HEADERS
-LC:\BIN
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ To get started, create a directory anywhere on your disk, which will be your wor
- sources/ (this will contain the C/CPP source code)
- logs/ (this will contain the build and DosBox logs)
- files/ (this will contain the files created through C/C++ using filestreams)
- headers/ (this will contain your custom header files)

Now, set the complete location of the *workspace*, as such:

Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ To get started, create a directory anywhere on your disk, which will be your wor
- sources/ (this will contain the C/CPP source code)
- logs/ (this will contain the build and DosBox logs)
- files/ (this will contain the files created through C/C++ using filestreams)
- headers/ (this will contain your custom header files)

Now, set the complete location of the *workspace*, as such:

Expand Down
2 changes: 1 addition & 1 deletion docs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3
2.4
4 changes: 2 additions & 2 deletions ucc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GREEN='\033[0;32m'
YELLOW='\033[0;33m'
NC='\033[0m'
ROOT_FILE=~/.__ucc_ws
VERSION='2.3'
VERSION='2.4'

#We need the dependencies pre-installed
function check_installed() {
Expand Down Expand Up @@ -127,7 +127,7 @@ case "$#" in
git clone https://github.com/uditkarode/ucc.git/
mv ucc/BIN .
rm -rf ucc
mkdir builds logs files sources
mkdir builds logs files sources headers
echo -e "${GREEN}Folder is ready for use as workspace!${NC}"
;;

Expand Down

0 comments on commit 7e1acbe

Please sign in to comment.