Files
harbour-core/harbour/utils/Makefile
Viktor Szakats c70a5b0d75 2009-03-06 17:33 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* utils/Makefile
    * Minor reordering.

  * config/win/poccce.cf
  * config/win/pocc.cf
    ! Turned off -Ox, left -Ot.
      "When it comes to optimizations, the -Ot option (in this case) is the much
       more important than -Ox. The -Ox option will only rarely find things to
       optimize, and in your case it will cause a GPF. I suggest you skip the -Ox
       option and just use the -Ot option for now...
       Pelle"
2009-03-06 16:34:23 +00:00

18 lines
137 B
Makefile

#
# $Id$
#
ROOT = ../
DIRS=\
hbrun \
hbmk2 \
hbi18n \
hbtest \
hbdoc \
$(HB_UTILS) \
# hbextern \
include $(ROOT)config/dir.cf