Add the creation of static libraries (lib) and drives (sys)
Re: Add the creation of static libraries (lib) and drives (s
yes but those lib was done with C or ASM which produce one object per file. the purebasic compiler can handle one file only. includefile X just copy past X into the main file then one object is made with fasm then the object is link with polink (on windows).