Re-worked mouse code to be devices (to allow for configuration.)
Re-worked the system pathnames (pc.c), renamed cfg_path to usr_path. Other small things here and there. Logitech bus mouse re-worked, should be OK now.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
# settings, so we can avoid changing the main one for all of
|
||||
# our local setups.
|
||||
#
|
||||
# Version: @(#)Makefile.local 1.0.7 2017/11/12
|
||||
# Version: @(#)Makefile.local 1.0.8 2017/11/28
|
||||
#
|
||||
# Author: Fred N. van Kempen, <decwiz@yahoo.com>
|
||||
#
|
||||
@@ -20,12 +20,8 @@
|
||||
#########################################################################
|
||||
|
||||
|
||||
DEBUG := y
|
||||
OPTIM := n
|
||||
COPTIM := -O1
|
||||
|
||||
# Name of the executable.
|
||||
PROG := yourexe
|
||||
#PROG := yourexe
|
||||
|
||||
|
||||
# Various compile-time options.
|
||||
|
||||
Reference in New Issue
Block a user