webengine/wmlengine/src/System/MakeSystem
author Peter Fordham <peter.fordham@gmail.com>
Thu, 04 Mar 2010 15:28:48 -0800
branchCompilerCompatibility
changeset 51 ee8307949dae
parent 0 dd21522fd290
permissions -rw-r--r--
Bug 2139 - Replace #elif with #else becuase there's no test.

#----------------------------------------------------------------------------
# 
# Copyright (c) 2001,2002. Nokia Mobile Phones
#
#----------------------------------------------------------------------------

MAKEFILE    = MakeSystem
TARGET      = rbTempest_System_lib.a

SUBDIRS   =  src

SUBMAKES  =  MakeSrc

OBJS      =  src/rbTempest_System_src_lib.a 

SRCS      = 

################################################################################

include $(CORESW_MAKE_TEMPLATE_RECURSIVE)