Home | History | Annotate | Download | only in info

Lines Matching full:exports

2472              [`-e'|`--output-exp' EXPORTS-FILE-NAME]
2493 creates a exports file. If the `-l' option has been specified it
2519 The second file needed for DLL creation is an exports file. This
2530 `dlltool' builds the library file by hand, but it builds the exports
2545 dlltool -e exports.o -l dll.lib dll.o
2546 gcc dll.o exports.o -o dll.dll
2559 the exports file generated by dlltool.
2603 used to create the exports file.
2608 assembler when building the exports file. This option will work
2633 Specifies that when `dlltool' is creating the exports file it
2640 Specifies that when `dlltool' is creating the exports file it
2645 Specifies that when `dlltool' is creating the exports file it
2654 Specifies that when `dlltool' is creating the exports file it
2661 Specifies that when `dlltool' is creating the exports file it
2673 Specifies that when `dlltool' is creating the exports and library
2679 Specifies that when `dlltool' is creating the exports and library
2686 file and exports file that it produces as supporting interworking
2692 create the exports file. If this option is repeated then dlltool
2733 `EXPORTS ( ( (' NAME1 `[ = ' NAME2 `] ) | ( ' NAME1 `=' MODULE-NAME `.' EXTERNAL-NAME `) )'