* contrib/hbmisc/tests/pe.prg
* contrib/hbpost.hbm
* contrib/hbpre.hbm
* contrib/make.hb
* sync text and minor code/comment updates with the 3.4 fork
18 lines
315 B
Plaintext
18 lines
315 B
Plaintext
# Copyright 2010 Viktor Szakats (vszakats.net/harbour)
|
|
|
|
# These may be overridden by local project options.
|
|
|
|
-q0
|
|
|
|
{HB_BUILD_VERBOSE}-quiet-
|
|
{HB_BUILD_VERBOSE}-info
|
|
{HB_BUILD_VERBOSE}-trace
|
|
-exitstr
|
|
|
|
{!HB_BUILD_DEBUG}-l
|
|
|
|
{(HB_BUILD_MODE='cpp')|(!HB_BUILD_MODE&allmsvc)}-cpp=yes
|
|
{HB_BUILD_MODE='c'}-cpp=no
|
|
|
|
-warn=yes
|