From bcdd65afd5b3daf524b28bfc0984c9f6866c7578 Mon Sep 17 00:00:00 2001 From: justin1014 Date: Fri, 20 Sep 2002 17:43:41 +0000 Subject: [PATCH] updated /HDRINFO text =) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1075 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/makenssi.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/makenssi.cpp b/Source/makenssi.cpp index 376f243d..071d8806 100644 --- a/Source/makenssi.cpp +++ b/Source/makenssi.cpp @@ -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;