svenbarth
|
79eb9d6743
Keep track of how many units are used from each required/requested package and only link those from which any units are used.
|
9 years ago |
svenbarth
|
3949600655
pkgutil.pas, add_package:
|
9 years ago |
svenbarth
|
0add53bfd3
pkgutil.pas:
|
9 years ago |
svenbarth
|
3eacfce4b4
Correctly create import libraries for packages as well.
|
10 years ago |
svenbarth
|
be6a1c719c
Add support for parsing required packages.
|
10 years ago |
svenbarth
|
c5c774be11
- reduce debug output a bit
|
10 years ago |
svenbarth
|
1302f6bb82
Correctly import variable symbols.
|
10 years ago |
svenbarth
|
0da91a240e
Ensure that $indirect symbols are not exported.
|
10 years ago |
svenbarth
|
e3c3386342
Correctly handle indirect symbols.
|
10 years ago |
svenbarth
|
93b8531ae1
Don't try to export generic symbols.
|
10 years ago |
svenbarth
|
39aae66071
Changed a leftover AB_PRIVATE_EXTERN back to AB_GLOBAL
|
10 years ago |
svenbarth
|
42757953a5
Fix compilation
|
10 years ago |
svenbarth
|
62619bcdf8
Export all global assembler symbols from a package.
|
10 years ago |
svenbarth
|
2808b38882
Generate the import library for each used package.
|
10 years ago |
svenbarth
|
c0d577fd69
Add the possibility to load all packages supplied as parameters.
|
10 years ago |
svenbarth
|
f0f2da4b7c
Improve export generation.
|
10 years ago |
svenbarth
|
1ca193885f
Extract the code to export the symbols of a unit to its own function in pkgutil so that less functions need to be exported.
|
10 years ago |
svenbarth
|
21cdddaefa
* adjust indentation
|
10 years ago |
svenbarth
|
1f4440a866
Move package related functions from pmodules to pkgutil.
|
10 years ago |
svenbarth
|
625ee908ec
+ add a new unit which will contain basic functions related to handling packages
|
10 years ago |