locdefs 692 Bytes
#----------------------------------------------------------------------#
#	Copyright (C) 1997, Nintendo.
#	
#	File		locdefs
#	Coded    by	Yoshitaka Yasumoto.	Nov  6, 1997.
#	
#	$Id: locdefs,v 1.1.1.1 2002/05/02 03:29:11 blythe Exp $
#----------------------------------------------------------------------#

UCPKG =		S2DEX2
S2DEX2_SRCS =	gxs2main.s gxs2imm.s gxs2bg1cyc.s
S2DEX2_HDRS =	gxs2dmem.h
S2DEX_SRCS =	gs2sprite.s gs2rect.s gs2tmem.s gs2bg.s gs2bg1cycL.s
LOCAL_SRCS =	$(S2DEX2_SRCS) $(S2DEX_SRCS)
LOCAL_HDRS =	$(S2DEX2_HDRS)
LOCAL_EXPT =	$(S2DEX2_SRCS) $(S2DEX2_HDRS)
LOCAL_INCS =	-I$(UROOT)/../graphics.S2DEX
LOCAL_DEFS =
MAIN =		S2DEX2/gxs2main.s

#======== End of locdefs ========#