Differences From Artifact [09ef548407]:
- Executable file freshlib/macros/Linux/_import.inc — part of check-in [c2412379f1] at 2012-09-17 14:08:02 on branch FreshLibDev — New syntax for the import macros. Still not finished. (user: lhmnai0 size: 3502)
To Artifact [2d96183e89]:
- Executable file freshlib/macros/Linux/_import.inc — part of check-in [7863b6c19f] at 2012-09-18 06:24:15 on branch FreshLibDev — New dll import macros are finished. Maybe will need some cleanup and testing, but for now they work OK. Macro "@Uses" was replaced by "uses" which is cleaner. There is no fixed import libraries anymore. The freshlib itself explicit declares used OS dependent DLL's. The user code must declare only OS independent DLL's in order to stay portable. (user: lhmnai0 size: 3504) [more...]
| ︙ | ︙ | |||
166 167 168 169 170 171 172 |
dd 0
end if
__define_import_arguments iname
\}
}
| | | 166 167 168 169 170 171 172 173 174 175 176 177 |
dd 0
end if
__define_import_arguments iname
\}
}
macro __ImportAll {
match arguments, __do_import imported@dynamic \{ arguments \}
}
|