Archive: Cant compile NSIS


Cant compile NSIS
I am using 1.44 NSIS and I am trying to recompile the stock Source using MSVC 6.0
and it appears that I am missing the following files, any ideas ?

Compiling...
exedata.cpp
C:\Program Files\NSIS\Source\exedata.cpp(4) : fatal error C1083: Cannot open include file: 'exehead/Release/bitmap1.h': No such file or directory

in exedata.cpp
#include "exehead/Release/bitmap1.h"
#include "exehead/Release/bitmap2.h"
#include "exehead/Release/icon.h"
#include "exehead/Release/unicon.h"
#include "exehead/Release/exehead.h"


Never mind, when I did rebuild all it build the bin2h and generated the headers something wierd with MSVC 6.0.
:)