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
8b904adf
Commit
8b904adf
authored
Apr 07, 2006
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add (ignored) 64 bit processor parameter to Link
parent
5d0079f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Mac/PmCleanSystem.dcl
Mac/PmCleanSystem.dcl
+1
-0
Mac/PmCleanSystem.icl
Mac/PmCleanSystem.icl
+2
-2
No files found.
Mac/PmCleanSystem.dcl
View file @
8b904adf
...
...
@@ -119,6 +119,7 @@ Link :: // Links the given file:
!
String
// dynamic linker name
// !Bool // add 'carb' 0 resource?
!
Processor
// target processor
!
Bool
// use_64_bit_processor
!*(
PSt
.
l
)
// state
->
(
!*(
PSt
.
l
)
// state
...
...
Mac/PmCleanSystem.icl
View file @
8b904adf
...
...
@@ -505,13 +505,13 @@ where
Link
::
!
String
!(
WindowFun
*(
PSt
.
l
))
!
Pathname
!
ApplicationOptions
!
Pathname
!(
List
Pathname
)
!(
List
Pathname
)
!(
List
Pathname
)
!
Bool
!
Bool
!
Bool
!
Bool
!
String
!
Bool
!
String
!
Pathname
!
String
!
Processor
/*!Bool*/
!*(
PSt
.
l
)
!
Bool
!
Bool
!
Bool
!
String
!
Bool
!
String
!
Pathname
!
String
!
Processor
!
Bool
!*(
PSt
.
l
)
->
(!*(
PSt
.
l
),!
Bool
)
Link
linker`
winfun
path
applicationOptions
=:{
fs
,
fn
,
em
,
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
link_resources
resource_path
gen_dll
dll_names
startupdir
dynlinker
processor
/*add_carb_resource*/
ps
link_resources
resource_path
gen_dll
dll_names
startupdir
dynlinker
processor
use_64_bit_processor
/*add_carb_resource*/
ps
#
(
ok
,
linker
)
=
mangleLinker
linker`
startupdir
|
not
ok
#
ps
=
winfun
[
linker
]
ps
...
...
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