Last change
on this file since 331 was
331,
checked in by Sam Hocevar, 19 years ago
|
- test/event.c:
+ Do not refresh after each event, but only when there is no event
pending.
+ If the pressed key is a printable character, display it.
- src/time.c:
+ Moved _caca_getticks() to this file.
- src/caca.c:
+ Set the escape delay to a very low value in the ncurses driver,
because I don't want escape sequences to be entered manually.
- src/io.c:
+ Autorepeat emulation in the ncurses and slang drivers: do not
immediately send the key release event.
- configure.ac:
+ Check for usleep.
+ Improvements in the win32 platform detection.
|
File size:
591 bytes
|
Line | |
---|
1 | ############################################################################### |
---|
2 | # Automake targets and declarations for libcaca |
---|
3 | ############################################################################### |
---|
4 | |
---|
5 | include_HEADERS = caca.h |
---|
6 | |
---|
7 | lib_LIBRARIES = libcaca.a $(libcaca_pic_a) |
---|
8 | libcaca_a_SOURCES = \ |
---|
9 | caca.c \ |
---|
10 | caca.h \ |
---|
11 | caca_internals.h \ |
---|
12 | graphics.c \ |
---|
13 | io.c \ |
---|
14 | math.c \ |
---|
15 | line.c \ |
---|
16 | box.c \ |
---|
17 | conic.c \ |
---|
18 | triangle.c \ |
---|
19 | sprite.c \ |
---|
20 | bitmap.c \ |
---|
21 | time.c \ |
---|
22 | $(NULL) |
---|
23 | |
---|
24 | if NEED_PIC |
---|
25 | libcaca_pic_a = libcaca_pic.a |
---|
26 | endif |
---|
27 | libcaca_pic_a_SOURCES = $(libcaca_a_SOURCES) |
---|
28 | libcaca_pic_a_CPPFLAGS = -fPIC -DPIC |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.