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
clean-and-itasks
clean-ide
Commits
973fce28
Commit
973fce28
authored
Mar 04, 2013
by
Jurrien Stutterheim
Browse files
CPM now behaves more like BatchBuild wrt paths
parent
a6dec362
Changes
1
Show whitespace changes
Inline
Side-by-side
cpm/Cpm.icl
View file @
973fce28
...
...
@@ -132,14 +132,15 @@ doProjectAction world cleanhome pwd pn ShowProject
]
world
doProjectAction
world
cleanhome
pwd
pn
(
BuildProject
force
ideenvs
)
#
envsfile
=
application_path
ideenvs
#
envsfile
=
cleanhome
</>
ideenvs
#
(
envs
,
world
)
=
openEnvironments
cleanhome
envsfile
world
#
((
proj
,
ok
,
err
),
world
)
=
accFiles
(
ReadProjectFile
pn
cleanhome
)
world
#
proj_path
=
GetLongPathName
pn
#
((
proj
,
ok
,
err
),
world
)
=
accFiles
(
ReadProjectFile
proj_path
pwd
)
world
|
not
ok
||
err
<>
""
=
error
(
"CPM failed while opening project: "
+++.
err
+++.
"
\n
"
)
world
#
(
ok
,
logfile
,
world
)
=
openLogfile
p
n
world
#
(
ok
,
logfile
,
world
)
=
openLogfile
p
roj_path
world
|
not
ok
=
error
(
"CPM failed while opening logfile.
\n
"
)
world
#
default_compiler_options
=
DefaultCompilerOptions
#
iniGeneral
=
initGeneral
True
default_compiler_options
cleanhome
pn
proj
envs
logfile
#
iniGeneral
=
initGeneral
True
default_compiler_options
pwd
proj_path
proj
envs
logfile
#
ps
=
{
ls
=
iniGeneral
,
gst_world
=
world
,
gst_continue_or_stop
=
False
}
#
{
ls
,
gst_world
}
=
pinit
force
ps
=
gst_world
...
...
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