Add the creation of static libraries (lib) and drives (sys)

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
xorc1zt
Enthusiast
Enthusiast
Posts: 276
Joined: Sat Jul 09, 2011 7:57 am

Re: Add the creation of static libraries (lib) and drives (s

Post by xorc1zt »

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).
Post Reply