Re: [AD] Keyconf tool is not built by make any more? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Grzegorz Adam Hankiewicz wrote:
Did somebody disable the build of setup/keyconf tool? I just
noticed make won't recognise it as a valid target, and a simple
try at compiling it manually throws some linker errors under linux.
It looks like Elias did it in this change:
2004-11-24 03:24 elias
* include/allegro/keyboard.h, makefile.bcc, makefile.lst,
makefile.mgw, makefile.vc, src/keyboard.c, src/x/xkeyboard.c,
tools/x11/xkeymap.c: fixed: key[0] press in X11, french number
keys in X11, set_locale in X11, inclusion of pckeys.c in X11,
creation of keyconf in platforms that don't use keyboard.dat,
scancode_to_ascii returns not always 0 anymore if the driver
doesn't implement it, added 8 KEY_UNKNOWN keys as a quick fix for
keyboards with more than 118 keys
Specifically,
Index: makefile.lst
===================================================================
RCS file: /cvsroot/alleg/allegro/makefile.lst,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- makefile.lst 30 Oct 2004 22:44:56 -0000 1.103
+++ makefile.lst 23 Nov 2004 16:24:47 -0000 1.104
@@ -306,8 +306,7 @@
src/x/xdga2.c \
src/x/xdga2s.s \
src/x/xwins.s \
- src/misc/colconv.c \
- src/misc/pckeys.c
+ src/misc/colconv.c
ALLEGRO_SRC_QNX_FILES = \
src/qnx/qdrivers.c \
@@ -402,7 +401,6 @@
ALLEGRO_LIB_EXE_SOURCES = \
demo/demo.c \
- setup/keyconf.c \
setup/setup.c \
tests/afinfo.c \
tests/akaitest.c \
@@ -431,7 +429,6 @@
ALLEGRO_LIB_EXES = \
demo/demo \
- setup/keyconf \
setup/setup \
tests/afinfo \
tests/akaitest \