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;