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
508ecbf4
Commit
508ecbf4
authored
Apr 12, 2019
by
Mart Lubbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert removing cpmPaths os dependant stuff
parent
c822c296
Pipeline
#21083
passed with stage
in 1 minute and 3 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
0 deletions
+28
-0
CpmLinux.prj
CpmLinux.prj
+1
-0
CpmMacOSX.prj
CpmMacOSX.prj
+1
-0
CpmWin.prj
CpmWin.prj
+1
-0
cpm/Posix/CpmPaths.dcl
cpm/Posix/CpmPaths.dcl
+1
-0
cpm/Posix/CpmPaths.icl
cpm/Posix/CpmPaths.icl
+0
-0
cpm/Windows/CpmPaths.dcl
cpm/Windows/CpmPaths.dcl
+7
-0
cpm/Windows/CpmPaths.icl
cpm/Windows/CpmPaths.icl
+17
-0
No files found.
CpmLinux.prj
View file @
508ecbf4
...
...
@@ -46,6 +46,7 @@ Global
StripByteCode: False
Paths
Path: {Project}*cpm
Path: {Project}*cpm*Posix
Path: {Project}*Pm
Path: {Project}*Unix
Path: {Project}*Util
...
...
CpmMacOSX.prj
View file @
508ecbf4
...
...
@@ -42,6 +42,7 @@ Global
ExportedNames:
Paths
Path: {Project}*cpm
Path: {Project}*cpm*Posix
Path: {Project}*BatchBuild
Path: {Application}*lib*ArgEnv
Path: {Application}*lib*Directory
...
...
CpmWin.prj
View file @
508ecbf4
...
...
@@ -42,6 +42,7 @@ Global
ExportedNames:
Paths
Path: {Project}\cpm
Path: {Project}\cpm\Windows
Path: {Application}\Libraries\ArgEnv
Path: {Application}\Libraries\Directory
Path: {Application}\Libraries\Generics
...
...
cpm/CpmPaths.dcl
→
cpm/
Posix/
CpmPaths.dcl
View file @
508ecbf4
...
...
@@ -3,4 +3,5 @@ definition module CpmPaths
import
PmEnvironment
readIDEEnvs
::
!
String
!
String
!*
World
->
*([
Target
],
*
World
)
writeIDEEnvs
::
!
String
!
String
![
Target
]
!*
World
->
*(
Bool
,
*
World
)
cpm/CpmPaths.icl
→
cpm/
Posix/
CpmPaths.icl
View file @
508ecbf4
File moved
cpm/Windows/CpmPaths.dcl
0 → 100644
View file @
508ecbf4
definition
module
CpmPaths
import
PmEnvironment
readIDEEnvs
::
!
String
!
String
!*
World
->
*([
Target
],
*
World
)
writeIDEEnvs
::
!
String
!
String
![
Target
]
!*
World
->
*(
Bool
,
*
World
)
cpm/Windows/CpmPaths.icl
0 → 100644
View file @
508ecbf4
implementation
module
CpmPaths
import
StdEnv
,
Platform
,
PmEnvironment
append_dir_separator
::
!{#
Char
}
->
{#
Char
}
append_dir_separator
s
|
size
s
>
0
&&
s
.[
size
s
-1
]==
DirSeparator
=
s
=
s
+++
DirSeparatorString
readIDEEnvs
::
!
String
!
String
!*
World
->
*([
Target
],
*
World
)
readIDEEnvs
cleanhome
ideenvs
world
=
openEnvironments
cleanhome
(
append_dir_separator
cleanhome
+++
"Config"
+++
DirSeparatorString
+++
ideenvs
)
world
writeIDEEnvs
::
!
String
!
String
![
Target
]
!*
World
->
*(
Bool
,
*
World
)
writeIDEEnvs
cleanhome
ideenvs
envs
world
=
saveEnvironments
(
append_dir_separator
cleanhome
+++
"Config"
+++
DirSeparatorString
+++
ideenvs
)
envs
world
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