locdefs
727 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:12 blythe Exp $
#----------------------------------------------------------------------#
UROOT = ../..
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 =
LOCAL_INCS = -I$(UROOT)/S2DEX2 -I$(UROOT)/../graphics.S2DEX
LOCAL_DEFS = -DSAFE_MODE \
-DUCODE_S2DEX2
MAIN = S2DEX2/gxs2main.s
#======== End of locdefs ========#