Chameleon

Chameleon Commit Details

Date:2010-12-30 08:27:02 (13 years 3 months ago)
Author:Sergey Slice
Commit:695
Parents: 694
Message:Graphics
Changes:
M/branches/slice/i386/modules/GraphicsEnabler/Makefile

File differences

branches/slice/i386/modules/GraphicsEnabler/Makefile
1
1
22
33
44
55
66
7
7
88
9
9
1010
1111
1212
MODULE_NAME = ATI5000Enabler
MODULE_NAME = GraphicsEnabler
MODULE_VERSION = "1.0.0"
MODULE_COMPAT_VERSION = "1.0.0"
MODULE_START = _$(MODULE_NAME)_start
MODULE_DEPENDENCIES =
DIR = ATI5000Enabler
DIR = GraphicsEnabler
MODULE_OBJS = ati5.o ATIEnabler.o
MODULE_OBJS = nvidia.o ati.o gma.o GraphicsEnabler.o
OPTIM = -Os -Oz
DEBUG = -DNOTHING

Archive Download the corresponding diff file

Revision: 695