appfw/apparchitecture/tef/testpkg/preparesis_stub.fil
author Pat Downey <patd@symbian.org>
Tue, 18 May 2010 13:57:23 +0100
changeset 31 b3552d9d77dd
parent 29 6a787171e1de
permissions -rw-r--r--
Merge docml changeset and symbian foundation splash screen with recent Nokia delivery.

# Build WLDCOMP, a strange WINC/Win32 hybrid
#

FINAL :
!IF "$(PLATFORM)" == "GCCXML" || "$(PLATFORM)" == "TOOLS"
	cd
	echo ----------------
	echo  Do nothing ...
	echo ----------------
!ELSE
	cd
	echo ---------------------------
	echo Building test exes sis files...
	echo ---------------------------

	perl preparesis_stub.pl
!ENDIF

DO_NOTHING:
	rem do nothing

#
# The targets invoked by abld...
#

MAKMAKE : DO_NOTHING
FREEZE : DO_NOTHING
LIB : DO_NOTHING
RESOURCE : DO_NOTHING
CLEANLIB : DO_NOTHING
MAKEDATA : DO_NOTHING

RELEASABLES :
	echo $(TOOL)

SAVESPACE : BLD

BLD : MAKEDATA

CLEAN :