AMC-OS Linker
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
Introduction
AMC-OS Linker builds AMCX files used for all AMC-OS applications.
AMC-OS Linker accept as input files :
- OBJ or LIB files in Microsoft OMF format, from TASM or OpenWatcom.
 - AMC-OS libraries, to link statically or dynamically, in AMCX file format.
 
Parameters
General syntax is :
amcos_linker.exe [switches] [parameters] {objfile [objfile...]} 
| /debug | Display all debug information | 
| /verbose | Display verbose information | 
| /system | Do not write a header in final file (deprecated) | 
| -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 |