You may also want to edit the MAKEFILE in order to name your VxD something other than OEMDONGL.VXD. Using the REDEYE-88 project as an example again, you would replace all the instances of the case-insensitive string "OEMDONGL" in the MAKEFILE with "RED88" if you wanted the VxD executable file to be named RED88.VXD.
If you edit the MAKEFILE to name the VxD the MAKEFILE produces to something other than OEMDONGL.VXD, then you must also edit the VxD wrapper source code in CVXDCTRL.ASM to reflect that name change. Using the REDEYE-88 example again, you would replace all instances of the case-insensitive string "OEMDONGL" in CVXDCTRL.ASM with "RED88."