[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: [AD] pckeys cleanup
- From: Elias Pschernig <allefant@xxxxxxxxxx>
- Date: Mon, 4 Apr 2005 20:31:23 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=tN+kHqi7zbMHJdbZlDtqmJlx9mxcz61XqSxojjt+uO6xNYkJFz+0eXKa9yzibjcSj6ukxX8536Ti47bXDYYBPu4qj3xJ1O6u3Sng+VePSe+cXD7cy6j3IHaqyPIN42KTPqyLteSNMfxxGzW5z6ntISK4jjMydQC//KkGZuEMrUI=
Attached is a patch to clean up pckeys.c in windows.
Index: makefile.bcc
===================================================================
RCS file: /cvsroot/alleg/allegro/makefile.bcc,v
retrieving revision 1.44
diff -u -p -r1.44 makefile.bcc
--- makefile.bcc 14 Feb 2005 07:35:47 -0000 1.44
+++ makefile.bcc 4 Apr 2005 18:29:10 -0000
@@ -137,7 +137,7 @@ VPATH = tests/win tools/win
LIBRARIES = cw32 import32
-PROGRAMS = dibgrab dibhello dibsound dxwindow scrsave wfixicon keyconf
+PROGRAMS = dibgrab dibhello dibsound dxwindow scrsave wfixicon
dibgrab: tests/win/dibgrab.exe
dibhello: tests/win/dibhello.exe
@@ -145,7 +145,6 @@ dibsound: tests/win/dibsound.exe
dxwindow: tests/win/dxwindow.exe
scrsave: tests/win/scrsave.scr
wfixicon: tools/win/wfixicon.exe
-keyconf: setup/keyconf.exe
Index: makefile.lst
===================================================================
RCS file: /cvsroot/alleg/allegro/makefile.lst,v
retrieving revision 1.112
diff -u -p -r1.112 makefile.lst
--- makefile.lst 31 Mar 2005 21:15:56 -0000 1.112
+++ makefile.lst 4 Apr 2005 18:29:12 -0000
@@ -239,8 +239,7 @@ ALLEGRO_SRC_WIN_FILES = \
src/win/wthread.c \
src/win/wtimer.c \
src/win/wwnd.c \
- src/misc/colconv.c \
- src/misc/pckeys.c
+ src/misc/colconv.c
ALLEGRO_SRC_BEOS_FILES = \
src/beos/baccel.cpp \
Index: makefile.mgw
===================================================================
RCS file: /cvsroot/alleg/allegro/makefile.mgw,v
retrieving revision 1.101
diff -u -p -r1.101 makefile.mgw
--- makefile.mgw 11 Mar 2005 15:56:59 -0000 1.101
+++ makefile.mgw 4 Apr 2005 18:29:13 -0000
@@ -226,7 +226,7 @@ ifdef ALLEGRO_USE_CYGWIN
LIBRARIES += -L/lib/mingw -lmoldname -lmsvcrt
endif
-PROGRAMS = dibgrab dibhello dibsound dxwindow scrsave wfixicon keyconf
+PROGRAMS = dibgrab dibhello dibsound dxwindow scrsave wfixicon
dibgrab: tests/win/dibgrab.exe
dibhello: tests/win/dibhello.exe
Index: makefile.vc
===================================================================
RCS file: /cvsroot/alleg/allegro/makefile.vc,v
retrieving revision 1.64
diff -u -p -r1.64 makefile.vc
--- makefile.vc 31 Mar 2005 19:58:53 -0000 1.64
+++ makefile.vc 4 Apr 2005 18:29:14 -0000
@@ -217,7 +217,7 @@ OBJECT_LIST = $(COMMON_OBJECTS) $(I386_O
LIBRARIES = kernel32.lib user32.lib gdi32.lib comdlg32.lib ole32.lib \
dinput.lib ddraw.lib dxguid.lib winmm.lib dsound.lib
-PROGRAMS = dibgrab dibhello dibsound dxwindow scrsave wfixicon keyconf
+PROGRAMS = dibgrab dibhello dibsound dxwindow scrsave wfixicon
dibgrab: tests/win/dibgrab.exe
dibhello: tests/win/dibhello.exe
@@ -225,7 +225,6 @@ dibsound: tests/win/dibsound.exe
dxwindow: tests/win/dxwindow.exe
scrsave: tests/win/scrsave.scr
wfixicon: tools/win/wfixicon.exe
-keyconf: setup/keyconf.exe