* contrib/hbct/hbct.hbp
* raise c dialect to gnu90 on linux for stime()
* contrib/hbwin/wapi_winbase.c
! define WAPI_GET*PATHNAME() as noop functions on wce
* contrib/hbwin/win_shell.c
! made WIN_SHELLNOTIFYICON() a dummy on wce
* contrib/hbwin/mapi.c
! do not undef UNICODE for wce (results in missing LoadLibraryA() on link)
* contrib/hbwin/wapi_commctrl.c
! made WAPI_IMAGELIST_LOADIMAGE() a dummy on wce
* contrib/sddfb/sddfb.hbp
* contrib/hbfbird/hbfbird.hbp
* set c dialect to gnu90 for fbird headers
* contrib/hbpre.hbm
* set c dialect to gnu90 for wce/allmingw for cegcc Windows headers
26 lines
350 B
Plaintext
26 lines
350 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
# These may be overridden by local project options.
|
|
|
|
-q0
|
|
|
|
{HB_BUILD_VERBOSE}-quiet-
|
|
{HB_BUILD_VERBOSE}-info
|
|
{HB_BUILD_VERBOSE}-trace
|
|
|
|
{!HB_BUILD_DEBUG}-l
|
|
|
|
{(HB_BUILD_MODE='cpp')|(!HB_BUILD_MODE&allmsvc)}-cpp=yes
|
|
{HB_BUILD_MODE='c'}-cpp=no
|
|
|
|
{_HB_BUILD_LIBDYN}-hbdyn
|
|
|
|
-c=iso90
|
|
|
|
# For cegcc Windows headers
|
|
-c=gnu90{wce&allmingw}
|
|
|
|
-warn=yes
|