aboutsummaryrefslogtreecommitdiffstats
path: root/extension/steps
diff options
context:
space:
mode:
authorjohn haque <j.eh@mchsi.com>2012-05-03 16:36:25 -0500
committerjohn haque <j.eh@mchsi.com>2012-05-03 16:36:25 -0500
commitdbabe5a569ad82a9faeb2f121e387ec6399f9dcb (patch)
treea868d671a650aabc34d5b6802c4514649dbe13a4 /extension/steps
parent3a8c139d1a28651bf222b05cb0895bf5066bb9f9 (diff)
downloadegawk-dbabe5a569ad82a9faeb2f121e387ec6399f9dcb.tar.gz
egawk-dbabe5a569ad82a9faeb2f121e387ec6399f9dcb.tar.bz2
egawk-dbabe5a569ad82a9faeb2f121e387ec6399f9dcb.zip
Add extension example to read/write files with fixed-length records.
Diffstat (limited to 'extension/steps')
-rwxr-xr-xextension/steps2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/steps b/extension/steps
index 1abab9d2..9e0cc00e 100755
--- a/extension/steps
+++ b/extension/steps
@@ -16,6 +16,7 @@ gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. rwarray.c
gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. spec_array.c
gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. sparr.c
gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. bindarr.c
+gcc -fPIC -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. fileop.c
ld -o dl.so -shared dl.o
ld -o filefuncs.so -shared filefuncs.o
ld -o fork.so -shared fork.o
@@ -26,3 +27,4 @@ ld -o testarg.so -shared testarg.o
ld -o rwarray.so -shared rwarray.o
ld -o sparr.so -shared sparr.o spec_array.o
ld -o bindarr.so -shared bindarr.o
+ld -o fileop.so -shared fileop.o