Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:docs:tk:tools:bind [2024/10/03 01:52] – prokushev | en:docs:tk:tools:bind [2024/10/22 02:39] (current) – prokushev | ||
---|---|---|---|
Line 30: | Line 30: | ||
| | |)|BBB|(|BBB=[[#/ | | | |)|BBB|(|BBB=[[#/ | ||
| | |!| | | |!| | | | |!| | | |!| | ||
- | | | |)|/M[AP]|(| | + | | | |)|CCC|(|CCC=[[#/ |
| | |!| | | |!| | | | |!| | | |!| | ||
- | | | |)|/N[AMES]|(| | + | | | |)|HHH|(|HHH=[[#/ |
| | |!| | | |!| | | | |!| | | |!| | ||
- | | | |)|/NOLOGO|(| | + | | | |)|DDD|(|DDD=[[#/ |
| | |!| | | |!| | | | |!| | | |!| | ||
- | | | |)|/O[UTFILE]|(| | + | | | |)|EEE|(|EEE=[[#/ |
| | |!| | | |!| | | | |!| | | |!| | ||
- | | | |`|/Q[UIET]|'| | + | | | |)|FFF|(|FFF=[[# |
+ | | | |!| | | |!| | ||
+ | | | |`|GGG|'|GGG=[[#/ | ||
</ | </ | ||
Line 46: | Line 48: | ||
The name of the OS/2 program to be bound. BIND looks in the current directory unless you specify a complete path name. If you provide no extension, .EXE is assumed. | The name of the OS/2 program to be bound. BIND looks in the current directory unless you specify a complete path name. If you provide no extension, .EXE is assumed. | ||
- | ==== implibs | + | ==== implib |
The names of one or more import libraries. Use this field if your program calls functions imported using import libraries. You can specify the file APILMR.OBJ, which provides a 64K default data segment when running in real mode. | The names of one or more import libraries. Use this field if your program calls functions imported using import libraries. You can specify the file APILMR.OBJ, which provides a 64K default data segment when running in real mode. | ||
Line 54: | Line 56: | ||
The names of one or more libraries and object files. Use this field to supply object code needed to resolve dynamic-link calls. Separate file names with spaces. | The names of one or more libraries and object files. Use this field to supply object code needed to resolve dynamic-link calls. Separate file names with spaces. | ||
- | BIND automatically searches for API.LIB and OS2.LIB. If you want additional libraries, be sure to specify the full path name. | + | BIND automatically searches for API.LIB and DOSCALLS.LIB/ |
+ | |||
+ | If you want additional libraries, be sure to specify the full path name. | ||
| | ||
==== options ==== | ==== options ==== | ||
Line 64: | Line 68: | ||
Displays Help | Displays Help | ||
- | === /H[ELP] | + | === /HELP === |
Displays Help | Displays Help | ||
- | /M[AP] Generates Link Map File | + | === /MAP === |
+ | |||
+ | Generates Link Map File | ||
+ | |||
+ | === /NAMES === | ||
+ | |||
+ | Specifies Protected-Mode Functions | ||
+ | |||
+ | === /NOLOGO === | ||
+ | |||
+ | Suppresses Sign-On Banner | ||
+ | |||
+ | === /OUTFILE === | ||
- | / | + | Specifies |
- | /NOLOGO | + | === /QUIET === |
- | / | + | Suppress output |
- | /? | + | Source code can be found at https:// |
{{page> | {{page> |