XBLite 2.1.0. is out
Posted: Mon Mar 20, 2006 12:11 pm
Another nice basic compiler, and no more external DLLs required with this new version.
News wrote:2006.03.17
Version 2.10 released.
Added static libraries for all xblite DLLs, eg, xst_s.lib can be imported and will replace the need to link to xbl.dll.
IMPORT "xst_s.lib" ' link to xst static library (aka, xbl.dll runtime library)
IMPORT "xsx_s.lib" ' link to xsx static library
IMPORT "xio_s.lib" ' link to xio static library
All static libraries have _s suffix. The utility buildlib.exe can be used to create static libraries. Static libraries are linked at compile-time by the linker so they are incorporated into the final executable, thus removing the need for external DLLs. Special thanks to Greg Heller for making this happen!