See ChangeLog entry 2002-03-29 13:15 UTC-0500 David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -7,6 +7,14 @@
|
||||
For example:
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
* contrib/libnf/page.prg
|
||||
* contrib/libnf/popadder.prg
|
||||
* contrib/libnf/pvid.prg
|
||||
* contrib/libnf/scancode.prg
|
||||
* contrib/libnf/setdate.prg
|
||||
* contrib/libnf/settime.prg
|
||||
* contrib/libnf/sysmem.prg
|
||||
* contrib/libnf/tempfile.prg
|
||||
* contrib/libnf/vidcur.prg
|
||||
* contrib/libnf/vidmode.prg
|
||||
! All include file names must be in lower case for Un*x type systems.
|
||||
|
||||
@@ -11,7 +11,9 @@ DIRS=\
|
||||
libct \
|
||||
libgt \
|
||||
libmisc \
|
||||
libnf \
|
||||
rdd_ads \
|
||||
samples \
|
||||
|
||||
|
||||
else
|
||||
@@ -23,6 +25,8 @@ DIRS=\
|
||||
libct \
|
||||
libgt \
|
||||
libmisc \
|
||||
libnf \
|
||||
samples \
|
||||
|
||||
else
|
||||
|
||||
@@ -31,6 +35,8 @@ DIRS=\
|
||||
libct \
|
||||
libgt \
|
||||
libmisc \
|
||||
libnf \
|
||||
samples \
|
||||
|
||||
endif
|
||||
endif
|
||||
|
||||
143
harbour/contrib/libnf/Makefile
Normal file
143
harbour/contrib/libnf/Makefile
Normal file
@@ -0,0 +1,143 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ROOT = ../../
|
||||
|
||||
C_SOURCES = \
|
||||
alt.c \
|
||||
caplock.c \
|
||||
chdir.c \
|
||||
color2n.c \
|
||||
ctrl.c \
|
||||
descend.c \
|
||||
getenvrn.c \
|
||||
getver.c \
|
||||
getvid.c \
|
||||
idle.c \
|
||||
kspeed.c \
|
||||
mkdir.c \
|
||||
mouse.c \
|
||||
n2color.c \
|
||||
numlock.c \
|
||||
origin.c \
|
||||
proper.c \
|
||||
prtscr.c \
|
||||
rmdir.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 \
|
||||
menuto.prg \
|
||||
metaph.prg \
|
||||
miltime.prg \
|
||||
min2dhm.prg \
|
||||
month.prg \
|
||||
mouse1.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 \
|
||||
round.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 \
|
||||
test.prg \
|
||||
vertmenu.prg \
|
||||
vidcur.prg \
|
||||
vidmode.prg \
|
||||
wda.prg \
|
||||
week.prg \
|
||||
workdays.prg \
|
||||
woy.prg \
|
||||
xbox.prg \
|
||||
year.prg \
|
||||
|
||||
LIBNAME=nf
|
||||
|
||||
include $(TOP)$(ROOT)config/lib.cf
|
||||
|
||||
Reference in New Issue
Block a user