appfw/apparchitecture/tef/testpkg/preparesis_stub.fil
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:35:22 +0100
branchGCC_SURGE
changeset 52 6cd49ffea600
parent 29 6a787171e1de
permissions -rw-r--r--
Catchup to latest Symbian^4

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