* 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"
18 lines
137 B
Makefile
18 lines
137 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../
|
|
|
|
DIRS=\
|
|
hbrun \
|
|
hbmk2 \
|
|
hbi18n \
|
|
hbtest \
|
|
hbdoc \
|
|
$(HB_UTILS) \
|
|
|
|
# hbextern \
|
|
|
|
include $(ROOT)config/dir.cf
|