Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Caillat Michel
yafits
Commits
2c43c27e
Commit
2c43c27e
authored
Jan 22, 2020
by
Caillat Michel
Browse files
First commit of a file containing important directories definitions
parent
3c6fe702
Changes
1
Hide whitespace changes
Inline
Side-by-side
yafitsv/dirs.js
0 → 100644
View file @
2c43c27e
// Directories definitions.
const
PNG_ROOT_DIR
=
'
/home/partemix/dataroot/PNG
'
;
const
OBJ_ROOT_DIR
=
'
/home/partemix/dataroot/OBJ
'
;
const
SAMP_DIR
=
'
/home/partemix/dataroot/SAMP
'
;
exports
.
PNG_ROOT_DIR
=
PNG_ROOT_DIR
;
exports
.
OBJ_ROOT_DIR
=
OBJ_ROOT_DIR
;
exports
.
SAMP_DIR
=
SAMP_DIR
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment