***********************************
* Making NSIS compatible with gcc *
*                                 *
* Nels, 2001-10-17                *
***********************************

In each resource file (script1.rc and exehead\resource.rc) :

. Add #include <windows.h>
. Remove #include "afxres.h"

In exehead\resource.h :

. Add #define IDC_STATIC -1

In exehead\resource.rc :

. Add NOT WS_POPUP | NOT WS_BORDER | NOT WS_SYSMENU styles to every child dialog (WS_CHILD)

In strlist.h :

. Add #include <stdlib.h>