* harbour/src/rtl/gtstd/gtstd.c
* updated to compile with WinCE
* harbour/package/harbour.spec
* modified to work with new HBMK2 translations
* harbour/contrib/hbmzip/hbmzip.c
! fixed function order
* harbour/contrib/hbwin/axcore.c
* include <olectl.h>
! fixed buffer sizes in debug function
* removed trailing spaces and tabs
* harbour/contrib/hbwin/hbolesrv.c
* include <tchar.h> - for some compilers which do not make it
with OLE header files
31 lines
323 B
Makefile
31 lines
323 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../
|
|
|
|
ifneq ($(HB_BUILD_PARTS),lib)
|
|
|
|
DIRS := \
|
|
hbrun \
|
|
hbmk2 \
|
|
|
|
ifneq ($(HB_BUILD_PARTS),compiler)
|
|
|
|
DIRS += \
|
|
hbi18n \
|
|
hbtest \
|
|
hbformat \
|
|
|
|
DIRS += $(HB_UTIL_ADDONS)
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
ifneq ($(DIRS),)
|
|
include $(ROOT)config/dir.mk
|
|
else
|
|
include $(ROOT)config/none.mk
|
|
endif
|