Skip to content
GitLab
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
add8e45d
Commit
add8e45d
authored
Feb 08, 2018
by
John van Groningen
Browse files
use PlatformDependant macro instead of IF_WINDOWS (because IF_WINDOWS will be changed for linux)
parent
47fb404b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Pm/PmDriver.icl
View file @
add8e45d
...
...
@@ -382,7 +382,7 @@ step intr (DComp force dircache (AsyncWin [] {win_compiler_process_ids,win_max_n
#
ps
=
app_world_instead_of_ps
(
QuitCleanCompiler
True
win_compiler_process_ids
)
ps
;
#
ps
=
showInfo
(
Level1
"Generating..."
)
ps
#
(
paths
,
ds
)
=
ds
!
modpaths
=
step
intr
(
DGene
paths
(
IF_WINDOWS
(
ASyncCodeGenerationWin
[]
win_max_n_processes
)
SyncCodeGeneration
)
ds
)
ps
=
step
intr
(
DGene
paths
(
PlatformDependant
(
ASyncCodeGenerationWin
[]
win_max_n_processes
)
SyncCodeGeneration
)
ds
)
ps
step
intr
state
=:(
DComp
force
_
(
Async
_
_)
_
_)
ps
#
(
state
,
ps
)
=
check_completed
state
ps
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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