viti95 / FastDoom

Doom port for DOS, optimized to be as fast as possible!
512 stars 33 forks source link

Adjust filenames to 8.3 format #179

Closed efliks closed 7 months ago

efliks commented 7 months ago

Hi, I run into the following error when trying to compile FastDoom:

Error(F38): (linearhkn.obj) does not exist and cannot be made from existing files
Error(E02): Make execution terminated

Making the names of some files shorter solves the issue.

My setup is Windows 98 SE, Watcom 2.0, and NASM 2.16.

viti95 commented 7 months ago

Oh thanks, I do all my builds now on Linux, so I totally forgot about the 8.3 filename format 😅