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
b39fd1c8
Commit
b39fd1c8
authored
Sep 23, 2015
by
Jurrien Stutterheim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix MacOSX/PmCleanSystem
parent
0a26c701
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
MacOSX/PmCleanSystem.dcl
MacOSX/PmCleanSystem.dcl
+1
-1
MacOSX/PmCleanSystem.icl
MacOSX/PmCleanSystem.icl
+3
-2
No files found.
MacOSX/PmCleanSystem.dcl
View file @
b39fd1c8
...
...
@@ -70,7 +70,7 @@ wait_for_finished_code_generator :: !{#Int} !*GeneralSt -> (!Int,!Int,!*GeneralS
finish_code_generator
::
!
Int
/*HANDLE*/
!
StartedCodeGenerator
!
Int
!(
WindowFun
*
GeneralSt
)
!*
GeneralSt
->
(!
Bool
,!*
GeneralSt
)
Link
::
!
String
!(
WindowFun
*
GeneralSt
)
!
Pathname
!
ApplicationOptions
!
Pathname
!(
List
Pathname
)
!(
List
Pathname
)
!(
List
Pathname
)
!
Bool
!
Bool
!
Bool
!
Bool
!
String
!
Pathname
!(
List
Pathname
)
!(
List
Pathname
)
!(
List
Pathname
)
!
Bool
!
Bool
!
Bool
!
Bool
!
Bool
!
String
!
Bool
!
String
!
Pathname
!
String
!
Processor
!
Bool
!*
GeneralSt
->
(!*
GeneralSt
,!
Bool
)
...
...
MacOSX/PmCleanSystem.icl
View file @
b39fd1c8
...
...
@@ -397,12 +397,12 @@ finish_code_generator process_handle {scg_abc_path,scg_path_without_suffix,scg_s
=
(
exit_code
==
0
,
ps
)
Link
::
!
String
!(
WindowFun
*
GeneralSt
)
!
Pathname
!
ApplicationOptions
!
Pathname
!(
List
Pathname
)
!(
List
Pathname
)
!(
List
Pathname
)
!
Bool
!
Bool
!
Bool
!
Bool
!
String
!
Pathname
!(
List
Pathname
)
!(
List
Pathname
)
!(
List
Pathname
)
!
Bool
!
Bool
!
Bool
!
Bool
!
Bool
!
String
!
Bool
!
String
!
Pathname
!
String
!
Processor
!
Bool
!*
GeneralSt
->
(!*
GeneralSt
,!
Bool
)
Link
linker
winfun
path
applicationOptions
=:{
ss
,
hs
,
initial_heap_size
,
profiling
,
heap_size_multiple
,
o
,
memoryProfilingMinimumHeapSize
=
minheap
}
optionspathname
library_file_names
object_file_names
static_libraries
static
gen_relocs
gen_linkmap
optionspathname
library_file_names
object_file_names
static_libraries
static
gen_relocs
gen_
symbol_table
gen_
linkmap
link_resources
resource_path
gen_dll
dll_syms
startupdir
dynlstr
_
use_64_bit_processor
ps
#
(
linker
,
linkerdir
,_)
=
get_path_name_and_options
linker
startupdir
#
flags
=
ApplicationOptionsToFlags
applicationOptions
...
...
@@ -426,6 +426,7 @@ Link linker winfun path
,
open_console
=
o
<>
NoConsole
,
static_link
=
static
,
gen_relocs
=
gen_relocs
,
gen_symbol_table
=
gen_symbol_table
,
gen_linkmap
=
gen_linkmap
,
link_resources
=
link_resources
,
object_paths
=
optionspathname
:!
(
RemoveDup
object_file_names
)
...
...
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