updated /HDRINFO text =)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1075 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
justin1014 2002-09-20 17:43:41 +00:00
parent 4e085ba9c5
commit bcdd65afd5

View file

@ -209,9 +209,10 @@ int main(int argc, char **argv)
{
if (build.display_info)
{
fprintf(g_output,"EXE header size of %d bytes, info header size of %d bytes.\n", exeheader_size,sizeof(firstheader));
fprintf(g_output,"Install header size of %d bytes, uninstall header size of %d bytes.\n",sizeof(header),sizeof(uninstall_header));
fprintf(g_output,"Section size of %d bytes, instruction size of %d bytes.\n",sizeof(section),sizeof(entry));
fprintf(g_output,"Size of EXE header is %d bytes for zlib, %d bytes for bzip2.\n", zlib_exeheader_size,bzip2_exeheader_size);
fprintf(g_output,"Size of info header is %d bytes.\n",sizeof(firstheader));
fprintf(g_output,"Size of install header is %d bytes, uninstall header is %d bytes.\n",sizeof(header),sizeof(uninstall_header));
fprintf(g_output,"Size of each section is %d bytes, each instruction is %d bytes.\n",sizeof(section),sizeof(entry));
char *p=build.definedlist.defines.get();
char *p2=build.definedlist.values.get();
int x=0;