Re: Add the creation of static libraries (lib) and drives (s
Posted: Mon Mar 19, 2012 8:28 pm
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).