This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches. git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@625 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9b3b220a13
commit
3e9e73ec59
177 changed files with 37677 additions and 0 deletions
17
Source/exedata.cpp
Normal file
17
Source/exedata.cpp
Normal file
|
@ -0,0 +1,17 @@
|
|||
#include "exedata.h"
|
||||
|
||||
#ifdef NSIS_CONFIG_COMPONENTPAGE
|
||||
#include "exehead/Release-zlib/bitmap1.h"
|
||||
#endif
|
||||
#include "exehead/Release-zlib/icon.h"
|
||||
#include "exehead/Release-zlib/unicon.h"
|
||||
#include "exehead/Release-zlib/exehead_zlib.h"
|
||||
#include "exehead/Release-bzip2/exehead_bzip2.h"
|
||||
// Changed by Amir Szekely 31st July 2002
|
||||
int zlib_exeheader_size=sizeof(zlib_header_data);
|
||||
int bzip2_exeheader_size=sizeof(bzip2_header_data);
|
||||
int exeheader_size=0;
|
||||
|
||||
// Changed by Amir Szekely 8th July 2002
|
||||
int icondata_size=sizeof(icon_data)-22;
|
||||
int unicondata_size=sizeof(unicon_data)-22;
|
Loading…
Add table
Add a link
Reference in a new issue