Files
harbour-core/harbour/config/none.cf
Przemyslaw Czerpak c8964bbff5 2008-07-03 13:16 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbmsql/msql.h
    * updated for [Open]Watcom builds. Now DOS OpenWatcom builds
      works fine except hbbmcdx which needs special trick for long
      file names. Question: Should we change filenames in this library
      to 8.3 standard?

  * harbour/config/none.cf
    ! fixed to work with DOS and pure command.com
2008-07-03 11:16:32 +00:00

29 lines
324 B
CFEngine3

#
# $Id$
#
ifneq ($(HB_ARCHITECTURE),)
ifneq ($(HB_COMPILER),)
CMDPREF:=
ifeq ($(SHLVL),)
ifneq ($(COMSPEC),)
CMDPREF:=$(COMSPEC) /C
endif
endif
ifneq ($(LIBNAME),)
DIR_RULE := @$(CMDPREF)echo "The '$(LIBNAME)' library ignored."
else
DIR_RULE :=
endif
all : first
first clean install::
$(DIR_RULE)
endif
endif