资 源 简 介
LIB to A converter
Free Open Source program - GNU GPL Licence.
Overview
This tool automatically converts a .LIB file (MS Visual C linker library)
into .A file (MinGW linker library).
It is useful to make a C/C++ program a reusable component.
I have written it because I did not have found a such tool over the Net.
Description
The main program is LIB2A.bat that performs successive stages for
converting .LIB file to .A file into in the "convert" folder.
How it works
The conversion process is accomplished in several steps:
1. Copy your .LIB file and .DLL file into the "convert" folder.
1. Edit and replace the files names in the four first lines at the LIB2A.bat.
1. Run LIB2A.bat.
You can find your .A linker library into the "convert