Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-ide
Commits
6a183e67
Commit
6a183e67
authored
Jul 10, 2018
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add EnvsDirName, for BatchBuild
parent
ad406703
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
MacOSX/Platform.dcl
MacOSX/Platform.dcl
+2
-0
Unix/Platform.dcl
Unix/Platform.dcl
+2
-0
Win/Platform.dcl
Win/Platform.dcl
+2
-0
No files found.
MacOSX/Platform.dcl
View file @
6a183e67
...
...
@@ -8,6 +8,8 @@ IF_WINDOWS windows not_windows :== not_windows
DirSeparator
:==
'/'
DirSeparatorString
:==
"/"
EnvsDirName
:==
""
TempDir
:==
"/tmp"
application_path
::
!{#
Char
}
->
{#
Char
}
Unix/Platform.dcl
View file @
6a183e67
...
...
@@ -8,6 +8,8 @@ IF_WINDOWS windows not_windows :== not_windows
DirSeparator
:==
'/'
DirSeparatorString
:==
"/"
EnvsDirName
:==
""
TempDir
:==
"/tmp"
application_path
::
!{#
Char
}
->
{#
Char
}
Win/Platform.dcl
View file @
6a183e67
...
...
@@ -10,6 +10,8 @@ IF_WINDOWS windows not_windows :== windows
DirSeparator
:==
'\\'
DirSeparatorString
:==
"
\\
"
EnvsDirName
:==
"Config
\\
"
TempDir
::
String
EnvsDir
::
String
PrefsDir
::
String
...
...
Write
Preview
Markdown
is supported
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