Chameleon

Chameleon Commit Details

Date:2011-08-06 19:52:54 (12 years 7 months ago)
Author:Evan Lojewski
Commit:1300
Parents: 1299
Message:Remove libsa from boot2 makefile
Changes:
M/branches/xZenu/src/arch/i386/boot2/Makefile

File differences

branches/xZenu/src/arch/i386/boot2/Makefile
2222
2323
2424
25
2625
2726
28
27
2928
3029
31
3230
33
31
3432
3533
3634
#todo: ensur ecorrect arch
MACHOCONV = ${SYMROOT}/../util/machOconv
LIBSADIR = ../libsa
LIBSAIODIR = ../libsaio
INC = -I. -I$(SYMROOT) -I$(LIBSADIR) -I$(LIBSAIODIR) -I${SRCROOT}/include
INC = -I. -I$(SYMROOT) -I$(LIBSAIODIR) -I${SRCROOT}/include
LIBS= -L$(SYMROOT) -lsaio
#-lsaio
LIBDEP= libsaio.a
#libsaio.a
OTHER_FILES =
# enable boot2 to find boot_modules.c

Archive Download the corresponding diff file

Revision: 1300