webengine/wmlengine/src/System/MakeSystem
author Peter Fordham <peter.fordham@gmail.com>
Thu, 04 Mar 2010 14:02:57 -0800
branchCompilerCompatibility
changeset 49 4c02a47fcdfc
parent 0 dd21522fd290
permissions -rw-r--r--
Bug 2137 - Remove unnecessary method qualifiers.

#----------------------------------------------------------------------------
# 
# 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)