Posted: Thu Aug 22, 2002 10:02 am
Restored from previous forum. Originally posted by naw.
Hi,
How about commands to Include / Exclude Libraries (even though PB doesnt include unused Libs in the executable) it would make dependencies very clear and also to be able to exclude libraries would be useful for libraries that use duplicate command names.
The default behaviour (of including all libraries) should remain - these commands would simply modify that behaviour...
- syntax might be:
;Includes Only Maths and String / String2 Libraries
ExcludeLib All ; Excludes All User Libraries
IncludeLib Maths String String2 ; Includes 3 Libraries
;Excludes just Maths Library
ExcludeLib Maths
Ta - N
Hi,
How about commands to Include / Exclude Libraries (even though PB doesnt include unused Libs in the executable) it would make dependencies very clear and also to be able to exclude libraries would be useful for libraries that use duplicate command names.
The default behaviour (of including all libraries) should remain - these commands would simply modify that behaviour...
- syntax might be:
;Includes Only Maths and String / String2 Libraries
ExcludeLib All ; Excludes All User Libraries
IncludeLib Maths String String2 ; Includes 3 Libraries
;Excludes just Maths Library
ExcludeLib Maths
Ta - N