Build Environment



Currently, the makefiles are set up for:
NameLocation
gcc-2.95.3 http://www.xraylith.wisc.edu/~khan/software/gnu-win32/gcc.html
You will want the Mingw32 distribution.
rm and cp http://www.itribe.net/virtunix/files/unix95.7.zip
If you've already got rm and cp ported on your system, you probably won't need these.

After you have installed the build tools, you'll need to build AKRip32.DLL first, and then CD-DA X-Tractor. To build AKRip32.DLL, switch to the akrip directory, and type "make". Afterwards, switch back to the main directory and run "make" there as well.

Other Compilers

To build with other compilers, first create a project to build AKRip32.DLL as above. You will need to include all .c and .rc files in the directory. akrip32.def contains a list of functions to be exported -- in its current form the source does not use the __dllspec(import)/(export) convention from MSVC. Since GCC 2.95.2 is now supposed to support this, it will probably be added in the future, but for now you will need to specify the exports via the def file. After building the DLL, you'll need to create a project for X-Tractor itself -- include all .c and .rc files in the root project directory, plus the import library created when you built the DLL.

If people will send me their project files for various compilers, I will post them.


Home | Build Environment | Downloads | News | Links | Anonymous CVS