watcom v10.0 compilation notes ============================== IMPORTANT: - When compiling mikmod using watcom, always make sure you use the /j flag to force chars to be signed by default. How to compile mikmod using WATCOM v10.0 & PMODE 116: ===================================================== compile the gus driver lib: (you have to have the gusdk221 for this, and you prolly have to change some paths in makefile.wc) cd source\drvgus wmake -f makefile.wc compile the nosound driver: cd source\drvnosnd wmake -f makefile.wc compile the sb driver lib, and the 32 bits mixing routines (the compiler gives some warnings about the latter, but you can safely ignore them): cd source\drvsb wmake -f makefile.wc cd source\virtch32 wmake -f makefile.wc compile the loader lib: cd source\loaders wmake -f makefile.wc and finally compile mikmod itself: (this makefile needs pmode116 or higher to be installed in your watcom directory) cd source wmake -f makefile.wc