From a28a414d7f1bf96d301322df4bdccb2aa1b5392d Mon Sep 17 00:00:00 2001 From: Andi Jahja Date: Sun, 30 Dec 2001 01:17:50 +0000 Subject: [PATCH] Andi Jahja --- harbour/include/hbcomp.h | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/harbour/include/hbcomp.h b/harbour/include/hbcomp.h index 2817736bd6..38c2b78ed3 100644 --- a/harbour/include/hbcomp.h +++ b/harbour/include/hbcomp.h @@ -386,6 +386,7 @@ extern void hb_compChkDefines( int iArg, char * Args[] ); extern void hb_compPrintUsage( char * ); extern void hb_compPrintCredits( void ); +extern void hb_compFileInfo( void ); extern void hb_compPrintLogo( void ); extern void hb_compPrintModes( void ); @@ -466,6 +467,10 @@ extern char * hb_comp_szAnnounce; extern PHB_FNAME hb_comp_pOutPath; extern BOOL hb_comp_bCredits; extern BOOL hb_comp_bBuildInfo; + +/* Andi Jahja */ +extern BOOL hb_comp_bFileVersionInfo; + extern BOOL hb_comp_bLogo; extern BOOL hb_comp_bSyntaxCheckOnly; extern int hb_comp_iLanguage; @@ -477,27 +482,28 @@ extern USHORT hb_comp_wWhileCounter; extern USHORT hb_comp_wCaseCounter; extern char * hb_comp_szDeclaredFun; - + extern char * hb_comp_szLastMethod; - + extern char * hb_comp_szErrors[]; extern char * hb_comp_szWarnings[]; - + extern char * hb_pp_STD_CH; extern BOOL hb_comp_bAutoOpen; extern BOOL hb_comp_bError; extern char hb_comp_cInlineID; - + extern INLINES hb_comp_inlines; extern int hb_comp_iLineINLINE; extern int hb_comp_iLinePRG; - + extern ULONG hb_comp_Supported; /* /GC command line setting types */ #define HB_COMPGENC_COMPACT 0 #define HB_COMPGENC_NORMAL 1 #define HB_COMPGENC_VERBOSE 2 +#define HB_COMPGENC_NO_STARTUP 3 /* /ES command line setting types */ #define HB_EXITLEVEL_DEFAULT 0