appfw/apparchitecture/tef/testpkg/preparesis.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
#

!IF "$(PLATFORM)" == "WINSCW"
TOOLNAME=genbackupmeta
SRCDIR=..\genbackupmeta

!if "$(CFG)" == "REL"
VC_CFG="$(TOOLNAME) - Win32 Release"
CFG=UREL
!else
VC_CFG="$(TOOLNAME) - Win32 Debug"
CFG=UDEB
!endif

!ENDIF

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

	perl preparesis.pl $(PLATFORM) $(CFG)
!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 :