AMC-OS Linker: Difference between revisions

From AMC-OS Developers
Jump to navigation Jump to search
(Initial page)
 
 
Line 34: Line 34:
| -appver <version> || Application version
| -appver <version> || Application version
|-
|-
| -dll <dllfile> || Link to AMCX DLL ''file''
| -dll <filename> || Link to AMCX DLL ''filename''
|-
|-
| -export <all|filename> || Exports all symbols, or symbols listed in ''filename''
| -export <all|filename> || Exports all symbols, or symbols listed in ''filename''
|}
|}

Latest revision as of 23:21, 14 August 2012

Introduction

AMC-OS Linker builds AMCX files used for all AMC-OS applications.

AMC-OS Linker accept as input files :

Parameters

General syntax is :

amcos_linker.exe [switches] [parameters] {objfile [objfile...]} 
Available switches
/debug Display all debug information
/verbose Display verbose information
/system Do not write a header in final file (deprecated)
Parameters
-output <filename> Output filename
-appname <name> Application short name
-appver <version> Application version
-dll <filename> Link to AMCX DLL filename
filename> Exports all symbols, or symbols listed in filename