Windows simulator MinGW makefile

Hi,
I’m very new to FreeRTOS and I would like to use the windows simulator to familiarize myself with the RTOS.
I am running Windows 7 and I have MinGW V3.4.5 installed. I do not have Eclipse installed and I do not wish to install it if possible.
Unfortunately I could not find any makefile to build the example for the Windows simulator. Is there any available somewhere ?
Thanks,
Emmanuel

Windows simulator MinGW makefile

The MingW eclipse project uses managed make, so creates its own makefiles. You can use the generated makefiles from the command line too I think, but you need Eclipse to create them in the first place.