2008-10-08 14:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* make_b32.mak
  * contrib/mtpl_b32.mak
    + Added -Q switch to BCC defaults. This will print 
      verbose error messages.
This commit is contained in:
Viktor Szakats
2008-10-08 12:57:44 +00:00
parent 8376e26915
commit 086ec1dcf0
3 changed files with 8 additions and 2 deletions

View File

@@ -8,6 +8,12 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-10-08 14:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* make_b32.mak
* contrib/mtpl_b32.mak
+ Added -Q switch to BCC defaults. This will print
verbose error messages.
2008-10-08 14:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* bin/bld.bat
* bin/bld_os2.cmd

View File

@@ -139,7 +139,7 @@ CFLAGS = -I$(INCLUDE_DIR) $(C_USR) $(CFLAGS) $(HB_BUILD_MODE)
#**********************************************************
CLIBFLAGS = -c -q -d -w -w-sig- $(CFLAGS) $(CLIBFLAGS)
CLIBFLAGS = -c -q -d -Q -w -w-sig- $(CFLAGS) $(CLIBFLAGS)
HARBOURFLAGS = -i$(INCLUDE_DIR) -n -q0 -w3 -es2 -km $(PRG_USR) $(HARBOURFLAGS)
LDFLAGS = $(LDFLAGS) $(L_USR)

View File

@@ -129,7 +129,7 @@ CFLAGSMT = -tWM -DHB_MT_VM $(CFLAGSMT)
#**********************************************************
CLIBFLAGS = -c -q -d -w -w-sig- $(CFLAGS)
CLIBFLAGS = -c -q -d -Q -w -w-sig- $(CFLAGS)
CLIBFLAGSxxx = $(HB_BCCDLL_DYNRT) $(CLIBFLAGS: -tWM= )
CLIBFLAGSDLL = -tWM $(CLIBFLAGSxxx) $(CLIBFLAGSDLL) -DHB_DYNLIB
CEXEFLAGSDLL = -tWM $(CLIBFLAGSxxx) $(CEXEFLAGSDLL)