setglobal SCRIPT_NAME = 'i386go32' setglobal OUTPUT_FORMAT = '"coff-go32'" setglobal TEXT_START_ADDR = '0x10a8' setglobal TARGET_PAGE_SIZE = '0x1000' match $(LD_FLAG) { with n|N setglobal TEXT_START_ADDR = '0' } setglobal SEGMENT_SIZE = '0x200' setglobal ARCH = 'i386'