I'm moving forward slowly but surely. I am trying to produce a DLL. When it gets to the linking stage, it fails because it is looking for main.o. My program does not have a main.c file. What do I set in CodeBlocks to prevent that error from tripping up the build and link?