@echo off echo Compiling the Power Assembly Library using the standard C calling convention. rem Insert the following to customise the PAL library. rem defining the NO_DMA symbol will remove all DMA support ( see C0.ASM ) rem defining FASTCALL_ONLY will remove all standard C function calling support. rem SET PAL_BUILD_DEFINITIONS= -DFASTCALL_ONLY -DNO_DMA make.exe set PAL_BUILD_DEFINITIONS= rem To use Microsoft NMAKE.EXE utility simply replace make.exe with nmake.exe