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
02df0ce5
Commit
02df0ce5
authored
Apr 25, 2008
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extend postlink: expand {Project} and {Application}, add ""s, pass project
path
parent
5460f63f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
Pm/PmDriver.icl
Pm/PmDriver.icl
+10
-5
No files found.
Pm/PmDriver.icl
View file @
02df0ce5
...
...
@@ -157,17 +157,22 @@ where
#
ps
=
showInfo
(
Level1
"Precompile..."
)
ps
#
(
ok
,
ec
,
ps
)
=
Execute`
(
fromJust
precompile
)
ps
// error handling???
=
trace_n
(
"PRE"
,
ok
,
ec
)
ps
=
trace_n
"NO-PRE"
ps
=
ps
=
ps
PostlinkFase
project
ps
#
(
postlink
,
project
)
=
PR_GetPostlink
project
|
isJust
postlink
#
(
Just
post_link
)
=
postlink
#
(
prj_path
,
ps
)
=
getPath
ps
#
prj_dir_path
=
RemoveFilename
prj_path
#
(
app_path
,
ps
)
=
getStup
ps
#
post_link
=
fulPath
app_path
prj_dir_path
post_link
#
ps
=
showInfo
(
Level1
"Postlink..."
)
ps
#
(
ok
,
ec
,
ps
)
=
Execute`
(
fromJust
postlink
)
ps
#
(
ok
,
ec
,
ps
)
=
Execute`
(
"
\"
"
+++
post_link
+++
"
\"
\"
"
+++
prj_path
+++
"
\"
"
)
ps
=
ps
=
ps
cleanup
::
!
Bool
!
Bool
!
Bool
!
FileInfoCache
!
StaticLibInfo
!(
List
Modulename
)
!
Project
!
Bool
(!*
ABCCache
,!(
PSt
*
General
))
->
*(!*
DriverState
,!
PSt
*
General
)
cleanup
ok
newpaths
linked
fileinfo
libsinfo
modpaths
project
intr
(
abccache
,
ps
)
|
newpaths
&&
not
intr
// if paths have changed -> try again
...
...
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