Revision: 12734
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12734&view=rev
Author: vszakats
Date: 2009-10-19 23:21:43 +0000 (Mon, 19 Oct 2009)
Log Message:
-----------
2009-10-20 01:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ Added option to control C compiler warning level:
-warn=yes mode will set the warning level exactly
the same way as it's set for Harbour builds. This
is also the default setting.
This setting is usually the highest useful setting,
which sometimes equals to C compiler default, sometimes
not.
-warn=no mode will try to turn off warnings. This works
exactly the same way as disabling warnings in Harbour
builds. Notice this isn't supported with all C compilers,
and with some compilers this equals to default C compiler
mode. This mode isn't recommended for any sort of serious
work.
-warn=def mode will leave everything as is, IOW to
C compiler defaults. There is no equivalent setting in
Harbour builds.
* config/wce/poccarm.mk
! Synced warning option with win/pocc.
* config/wce/msvcarm.mk
! Synced warning option with win/msvc.
! Synced HB_BUILD_MODE with win/msvc.
(this means C++ is now the default)
* config/win/xcc.mk
! Synced warning option with pocc.
* examples/hbmsql/tests/dbf2msql.prg
* examples/hbmsql/tests/test.prg
* examples/hbmsql/tests/hbmk.hbm
* examples/hbsqlit2/tests/hbsqlite.prg
* examples/hbsqlit2/tests/hbmk.hbm
* examples/hbapollo/tests/hbmk.hbm
* examples/hbapollo/tests/apollo.prg
* examples/hbvpdf/tests/pdf_demo.prg
* examples/hbvpdf/tests/hbmk.hbm
* examples/hbvpdf/tests/tstpdf.prg
! Fixed warnings and errors in example test apps.
+ Added -es2 option to test default options in examples.
Modified Paths:
--------------
trunk/harbour/ChangeLog
trunk/harbour/config/wce/msvcarm.mk
trunk/harbour/config/wce/poccarm.mk
trunk/harbour/config/win/xcc.mk
trunk/harbour/examples/hbapollo/tests/apollo.prg
trunk/harbour/examples/hbapollo/tests/hbmk.hbm
trunk/harbour/examples/hbmsql/tests/dbf2msql.prg
trunk/harbour/examples/hbmsql/tests/hbmk.hbm
trunk/harbour/examples/hbmsql/tests/test.prg
trunk/harbour/examples/hbsqlit2/tests/hbmk.hbm
trunk/harbour/examples/hbsqlit2/tests/hbsqlite.prg
trunk/harbour/examples/hbvpdf/tests/hbmk.hbm
trunk/harbour/examples/hbvpdf/tests/pdf_demo.prg
trunk/harbour/examples/hbvpdf/tests/tstpdf.prg
trunk/harbour/utils/hbmk2/hbmk2.prg
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour