Overview
Comment:
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4b31034008a48e4d9b3e9d68278bc852528da723
User & Date: mrwellan on 2013-05-11 21:57:36
Other Links: manifest | tags
Context
2014-02-02
05:53
Everything but canvas-draw brought up to latest check-in: f09bb87b61 user: Administrator tags: trunk
2013-05-11
21:57
check-in: 4b31034008 user: mrwellan tags: trunk
17:36
Got iup/canvas-draw installed but not yet working check-in: 9616196d50 user: mrwellan tags: trunk
Changes

Modified scripts/ffcall-copy-from-old.sh from [c56d6e7e57] to [37e03e7cd1].

31
32
33
34
35
36
37
38
39
40





















lib/libtrampoline.a	    \
libtrampoline.a		    \
man/man3/trampoline.3	    \
man/man3/trampoline_r.3	    \
share/html/trampoline.html  \
share/html/trampoline_r.html \
;do
cp $SRCDIR/$f $TARGDIR/$f
done





























|


>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
lib/libtrampoline.a	    \
libtrampoline.a		    \
man/man3/trampoline.3	    \
man/man3/trampoline_r.3	    \
share/html/trampoline.html  \
share/html/trampoline_r.html \
;do
cp -v $SRCDIR/$f $TARGDIR/$f
done

# bin/chicken-sqlite3.exe            \

for f in \
bin/libsqlite3-0.dll		   \
bin/sqlite3.def			   \
bin/sqlite3.dll			   \
bin/sqlite3.exe			   \
include/sqlite3.h		   \
include/sqlite3ext.h		   \
lib/chicken/6/sqlite3-static.o	   \
lib/chicken/6/sqlite3.import.so	   \
lib/chicken/6/sqlite3.setup-info   \
lib/chicken/6/sqlite3.so	   \
lib/libsqlite3.a		   \
lib/libsqlite3.dll.a		   \
lib/libsqlite3.la		   \
lib/pkgconfig/sqlite3.pc	   \
share/man/man1/sqlite3.1           \
;do
cp -v /cygdrive/c/chicken/$f /cygdrive/c/programs/chicken/$f
done