Files
harbour-core/harbour/contrib/hbnf/Makefile
Viktor Szakats 386ddf6294 2010-06-26 14:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/gtalleg/gtallegs/Makefile
  * contrib/gtalleg/gtallegs.hbp
    ! Fixed regression: disabled for pocc again.

  * contrib/hbqt/plug_moc.prg
  * contrib/hbide/resources/hbmk2_plugin_uip.prg
    ! Fixed to not build in -clean mode.

  * contrib/hbqt/plug_moc.prg
    ! Fixed to honor 'HB_WITH_QT=no' setting.

  * contrib/hbqt/utils/hbqtui.prg
    ! Fixed to not RTE in various error situations.

  + contrib/hbnf/ftint86.c
  * contrib/hbnf/Makefile
  * contrib/hbnf/hbnf.hbp
    + Added dummy FT_INT86() function to make the .dll link
      properly. Many functions are relying on this call, which
      makes them not work and makes their implementation DOS
      specific.

  * contrib/makefile.prg
    ! Fixed clean mode to not create a build, too.
    + SETCANCEL( .F. ) (trying to solve not working break key)
    + Don't attempt to build dynlib versions of contribs not
      having an .hbc file.

  * contrib/hbtip/hbtipssl.hbp
    ! Fixed typo in hbssl.hbc reference.

  * contrib/hbide/resources/hbmk2_plugin_uip.prg
    + Added hbqtui location detection. (HBQTUI_BIN envvar,
      Harbour bin dir and PATH)

  * contrib/hbqt/hbqt_common.hbm
  - contrib/hbqt/plug_moc.prg
  + contrib/hbqt/hbmk2_plugin_moc.prg
    + Renamed. Not sure this will be the final one, anyways keeping
      consistency.
2010-06-26 12:52:55 +00:00

158 lines
2.3 KiB
Makefile

#
# $Id$
#
ROOT := ../../
LIBNAME := hbnf
C_SOURCES := \
alt.c \
caplock.c \
chdir.c \
color2n.c \
ctrl.c \
descendn.c \
dispc.c \
ftattr.c \
ftidle.c \
ftint86.c \
ftisprn.c \
fttext.c \
ftshadow.c \
getenvrn.c \
getver.c \
getvid.c \
iamidle.c \
kspeed.c \
mkdir.c \
mouse.c \
n2color.c \
numlock.c \
origin.c \
proper.c \
prtscr.c \
putkey.c \
rmdir.c \
setkeys.c \
setlastk.c \
shift.c \
stod.c \
BAD_C_SOURCES := \
ontick.c \
peek.c \
poke.c \
PRG_SOURCES := \
aading.prg \
aavg.prg \
acctadj.prg \
acctmnth.prg \
acctqtr.prg \
acctweek.prg \
acctyear.prg \
adessort.prg \
aemaxlen.prg \
aeminlen.prg \
amedian.prg \
anomatch.prg \
any2any.prg \
aredit.prg \
asum.prg \
at2.prg \
bitclr.prg \
bitset.prg \
blink.prg \
byt2bit.prg \
byt2hex.prg \
byteand.prg \
byteneg.prg \
bytenot.prg \
byteor.prg \
bytexor.prg \
calendar.prg \
clrsel.prg \
cntryset.prg \
d2e.prg \
datecnfg.prg \
dayofyr.prg \
daytobow.prg \
dectobin.prg \
dfile.prg \
diskfunc.prg \
dispmsg.prg \
dosver.prg \
e2d.prg \
easter.prg \
elapmil.prg \
elapsed.prg \
eltime.prg \
findith.prg \
firstday.prg \
floptst.prg \
gcd.prg \
hex2dec.prg \
invclr.prg \
isbit.prg \
isbiton.prg \
isshare.prg \
lastday.prg \
linked.prg \
madd.prg \
menu1.prg \
menutonf.prg \
metaph.prg \
miltime.prg \
min2dhm.prg \
month.prg \
mouse2.prg \
netpv.prg \
nooccur.prg \
ntow.prg \
nwlstat.prg \
nwsem.prg \
nwuid.prg \
page.prg \
pchr.prg \
pegs.prg \
pending.prg \
pickday.prg \
popadder.prg \
prtesc.prg \
pvid.prg \
qtr.prg \
rand1.prg \
restsets.prg \
ftround.prg \
savearr.prg \
savesets.prg \
scancode.prg \
scregion.prg \
setdate.prg \
settime.prg \
sinkey.prg \
sleep.prg \
sqzn.prg \
sysmem.prg \
tbwhile.prg \
tempfile.prg \
vertmenu.prg \
vidcur.prg \
vidmode.prg \
wda.prg \
week.prg \
workdays.prg \
woy.prg \
xbox.prg \
year.prg \
BAD_PRG_SOURCES := \
mouse1.prg \
PRG_HEADERS := \
ftmenuto.ch \
include $(TOP)$(ROOT)config/header.mk
include $(TOP)$(ROOT)config/lib.mk